fix: devDependencies
This commit is contained in:
20
package.json
20
package.json
@@ -5,13 +5,13 @@
|
||||
"docs:preview": "cross-env NODE_OPTIONS='--max-old-space-size=8192' vitepress preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-python": "^6.1.4",
|
||||
"@codemirror/lang-sql": "^6.6.0",
|
||||
"@codemirror/lang-python": "^6.1.5",
|
||||
"@codemirror/lang-sql": "^6.6.3",
|
||||
"@jupyterlab/mathjax2": "^3.6.7",
|
||||
"@jupyterlab/theme-light-extension": "^4.1.2",
|
||||
"@jupyterlab/theme-light-extension": "^4.1.6",
|
||||
"@vueuse/core": "^10.9.0",
|
||||
"canvas-confetti": "^1.9.2",
|
||||
"markdown-it": "^14.0.0",
|
||||
"markdown-it": "^14.1.0",
|
||||
"markdown-it-pangu": "^1.0.2",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"sitemap": "^7.1.1"
|
||||
@@ -21,14 +21,14 @@
|
||||
"@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.19.2",
|
||||
"vitepress": "^1.0.0-rc.44",
|
||||
"mermaid": "^10.9.0",
|
||||
"unplugin-vue-macros": "^2.9.1",
|
||||
"vite-plugin-pwa": "^0.19.8",
|
||||
"vitepress": "^1.1.3",
|
||||
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.12.0",
|
||||
"@rollup/rollup-win32-x64-msvc": "^4.12.0"
|
||||
"@rollup/rollup-linux-x64-gnu": "^4.16.3",
|
||||
"@rollup/rollup-win32-x64-msvc": "^4.16.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user