update deps.

This commit is contained in:
2024-01-18 08:35:26 +08:00
parent 758f713fa3
commit 5788ed1df5
2 changed files with 205 additions and 207 deletions

View File

@@ -11,35 +11,35 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.3",
"@vueuse/core": "^10.7.0",
"@vueuse/core": "^10.7.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.6.2",
"axios": "1.6.5",
"canvas-confetti": "^1.9.2",
"chart.js": "^4.4.1",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"date-fns": "^2.30.0",
"highlight.js": "^11.9.0",
"naive-ui": "^2.35.0",
"naive-ui": "^2.37.3",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"vue": "^3.3.11",
"vue-chartjs": "^5.2.0",
"vue": "^3.4.14",
"vue-chartjs": "^5.3.0",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.11.5",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^4.5.2",
"prettier": "^3.1.1",
"terser": "^5.26.0",
"@vitejs/plugin-vue": "^5.0.3",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.2",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.25.2",
"vite": "^5.0.7",
"vue-tsc": "^1.8.22"
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
}
}