updated

This commit is contained in:
landaiqing
2024-11-03 17:21:36 +08:00
parent a451267e33
commit c725936f39
18 changed files with 267 additions and 121 deletions

View File

@@ -16,9 +16,9 @@
"@types/animejs": "^3.1.12",
"@types/crypto-js": "^4.2.2",
"@types/json-stringify-safe": "^5.0.3",
"@types/node": "^22.8.1",
"@types/node": "^22.8.6",
"@types/nprogress": "^0.2.3",
"@vueuse/core": "^11.1.0",
"@vueuse/core": "^11.2.0",
"alova": "^3.1.1",
"animejs": "^3.2.2",
"ant-design-vue": "^4.2.5",
@@ -33,7 +33,7 @@
"localforage": "^1.10.0",
"nprogress": "^0.2.0",
"nsfwjs": "^4.2.0",
"pinia": "^2.2.4",
"pinia": "^2.2.5",
"pinia-plugin-persistedstate": "^4.1.2",
"seedrandom": "^3.0.5",
"unplugin-auto-import": "^0.18.3",
@@ -49,15 +49,15 @@
"devDependencies": {
"@eslint/js": "^9.13.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint-plugin-vue": "^9.29.1",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.11.0",
"sass": "^1.80.4",
"sass": "^1.80.5",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"typescript-eslint": "^8.12.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-bundle-obfuscator": "1.2.1",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "^2.1.8"
"vue-tsc": "^2.1.10"
}
}