update deps

This commit is contained in:
2024-04-11 11:19:07 +08:00
parent 4758ad3d54
commit 133e9c3ac7
2 changed files with 401 additions and 761 deletions

1136
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,36 +10,36 @@
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.4", "@codemirror/lang-python": "^6.1.5",
"@vueuse/core": "^10.8.0", "@vueuse/core": "^10.9.0",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "5.1.12", "@wangeditor/editor-for-vue": "5.1.12",
"axios": "^1.6.7", "axios": "^1.6.8",
"canvas-confetti": "^1.9.2", "canvas-confetti": "^1.9.2",
"chart.js": "^4.4.1", "chart.js": "^4.4.2",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0", "copy-text-to-clipboard": "^3.2.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
"naive-ui": "^2.38.0", "naive-ui": "^2.38.1",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"vue": "^3.4.19", "vue": "^3.4.21",
"vue-chartjs": "^5.3.0", "vue-chartjs": "^5.3.1",
"vue-codemirror": "^6.1.1", "vue-codemirror": "^6.1.1",
"vue-router": "^4.3.0" "vue-router": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.11.20", "@types/node": "^20.12.7",
"@vitejs/plugin-legacy": "^5.3.1", "@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"terser": "^5.27.2", "terser": "^5.30.3",
"typescript": "^5.3.3", "typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5", "unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0", "unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.26.0", "unplugin-vue-markdown": "^0.26.0",
"vite": "^5.1.4", "vite": "^5.2.8",
"vue-tsc": "^1.8.27" "vue-tsc": "^2.0.12"
} }
} }