docs: update package and regenerate package-lock (#16038)

Running npm run build, you should no longer get the message:

[ERROR] Invalid docusaurus-theme-mermaid version 2.4.3.
All official @docusaurus/* packages should have the exact same version as @docusaurus/core (2.4.1).
Maybe you want to check, or regenerate your yarn.lock or package-lock.json file?
yarn build didn't have the same issue, and yarn install did not generate a new yarn.lock
This commit is contained in:
317brian 2024-03-05 01:26:43 -08:00 committed by GitHub
parent 6e3b33d8c2
commit 00f80417d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1338 additions and 300 deletions

1630
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -28,10 +28,10 @@
"sass": "^1.62.1"
},
"dependencies": {
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
"@docusaurus/core": "^2.4.3",
"@docusaurus/plugin-client-redirects": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-mermaid": "^2.4.3",
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^3.3.1",
"fast-glob": "^3.2.2",