client-zip bumps verison to 2

This commit is contained in:
2024-04-09 13:49:13 +08:00
parent a51407c856
commit d2602c2583
2 changed files with 509 additions and 460 deletions

955
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,10 +10,10 @@
}, },
"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.9.0", "@vueuse/core": "^10.9.0",
"axios": "^1.6.7", "axios": "^1.6.8",
"client-zip": "1.6.3", "client-zip": "2.4.4",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0", "copy-text-to-clipboard": "^3.2.0",
"fflate": "^0.8.2", "fflate": "^0.8.2",
@@ -29,9 +29,9 @@
"@vitejs/plugin-legacy": "^5.3.2", "@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.29.1", "terser": "^5.30.3",
"typescript": "^5.3.3", "typescript": "^5.4.4",
"vite": "^5.1.4", "vite": "^5.2.8",
"vue-tsc": "^1.8.27" "vue-tsc": "^2.0.11"
} }
} }