bump verison.

This commit is contained in:
2023-12-11 15:57:06 +08:00
parent e3b2aded62
commit 648403bf67
4 changed files with 310 additions and 575 deletions

View File

@@ -11,12 +11,12 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.3",
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.7.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.6.2",
"canvas-confetti": "^1.9.2",
"chart.js": "^4.4.0",
"chart.js": "^4.4.1",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"date-fns": "^2.30.0",
@@ -24,24 +24,22 @@
"naive-ui": "^2.35.0",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"vue": "^3.3.8",
"vue": "^3.3.11",
"vue-chartjs": "^5.2.0",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.12",
"@types/node": "^20.9.3",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-vue": "^4.5.0",
"markdown-it-shiki": "^0.9.0",
"prettier": "^3.1.0",
"terser": "^5.24.0",
"typescript": "^5.3.2",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"@types/node": "^20.10.4",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^4.5.2",
"prettier": "^3.1.1",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.25.2",
"vite": "^4.5.0",
"vite": "^5.0.7",
"vue-tsc": "^1.8.22"
}
}