This commit is contained in:
2025-03-23 21:47:16 +08:00
parent ef91ac6ef0
commit 3fb2232ad8
2 changed files with 442 additions and 424 deletions

848
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,9 +11,9 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.7",
"@vueuse/core": "^12.7.0",
"axios": "^1.7.9",
"client-zip": "1.6.5",
"@vueuse/core": "^13.0.0",
"axios": "^1.8.4",
"client-zip": "1.7.0",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"fflate": "^0.8.2",
@@ -26,13 +26,13 @@
},
"devDependencies": {
"@iconify/vue": "^4.3.0",
"@rsbuild/core": "^1.2.11",
"@rsbuild/plugin-vue": "^1.0.6",
"@rsbuild/core": "^1.2.19",
"@rsbuild/plugin-vue": "^1.0.7",
"@types/file-saver": "^2.0.7",
"@vitejs/plugin-vue": "^5.2.1",
"prettier": "^3.5.2",
"@vitejs/plugin-vue": "^5.2.3",
"prettier": "^3.5.3",
"prettier-plugin-organize-imports": "^4.1.0",
"typescript": "^5.7.3",
"vite": "^6.1.1"
"typescript": "^5.8.2",
"vite": "^6.2.2"
}
}