mirror of https://github.com/apache/druid.git
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:
parent
6e3b33d8c2
commit
00f80417d0
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue