fix: devDependencies

This commit is contained in:
camera-2018
2024-02-20 00:27:19 +08:00
parent 25e0d24dfa
commit 19508d26aa
2 changed files with 219 additions and 213 deletions

View File

@@ -8,7 +8,7 @@
"@codemirror/lang-python": "^6.1.4",
"@codemirror/lang-sql": "^6.5.5",
"@jupyterlab/mathjax2": "^3.6.7",
"@jupyterlab/theme-light-extension": "^4.1.0",
"@jupyterlab/theme-light-extension": "^4.1.1",
"@vueuse/core": "^10.7.2",
"canvas-confetti": "^1.9.2",
"markdown-it": "^14.0.0",
@@ -18,17 +18,17 @@
},
"devDependencies": {
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vitejs/plugin-vue": "^5.0.4",
"cross-env": "^7.0.3",
"markdown-it-mathjax3": "^4.3.2",
"mermaid": "^10.8.0",
"unplugin-vue-macros": "^2.7.10",
"vite-plugin-pwa": "^0.18.1",
"vitepress": "^1.0.0-rc.42",
"vite-plugin-pwa": "^0.19.0",
"vitepress": "^1.0.0-rc.44",
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6",
"@rollup/rollup-win32-x64-msvc": "^4.9.6"
"@rollup/rollup-linux-x64-gnu": "^4.12.0",
"@rollup/rollup-win32-x64-msvc": "^4.12.0"
}
}