fix: devDependencies

This commit is contained in:
camera-2018
2024-02-09 02:39:58 +08:00
parent b772780e84
commit ebb0c21310
2 changed files with 738 additions and 965 deletions

1680
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,12 +5,11 @@
"docs:preview": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress preview" "docs:preview": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress preview"
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-python": "^6.1.3", "@codemirror/lang-python": "^6.1.4",
"@codemirror/lang-sql": "^6.5.4", "@codemirror/lang-sql": "^6.5.5",
"@jupyterlab/mathjax2": "^3.6.6", "@jupyterlab/mathjax2": "^3.6.7",
"@jupyterlab/theme-light-extension": "^4.0.9", "@jupyterlab/theme-light-extension": "^4.1.0",
"@vercel/analytics": "^1.1.1", "@vueuse/core": "^10.7.2",
"@vueuse/core": "^10.7.0",
"canvas-confetti": "^1.9.2", "canvas-confetti": "^1.9.2",
"markdown-it": "^14.0.0", "markdown-it": "^14.0.0",
"markdown-it-pangu": "^1.0.2", "markdown-it-pangu": "^1.0.2",
@@ -18,16 +17,16 @@
}, },
"devDependencies": { "devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0", "@mermaid-js/mermaid-mindmap": "^9.3.0",
"@vitejs/plugin-vue": "^4.5.2", "@vitejs/plugin-vue": "^5.0.3",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"markdown-it-mathjax3": "^4.3.2", "markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.6.1", "mermaid": "^10.8.0",
"unplugin-vue-macros": "^2.7.3", "unplugin-vue-macros": "^2.7.10",
"vitepress": "^1.0.0-rc.32", "vitepress": "^1.0.0-rc.42",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13" "vitepress-plugin-mermaid-xyxsw": "^2.12.13"
}, },
"optionalDependencies": { "optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.1", "@rollup/rollup-linux-x64-gnu": "^4.9.6",
"@rollup/rollup-win32-x64-msvc": "^4.9.1" "@rollup/rollup-win32-x64-msvc": "^4.9.6"
} }
} }