⬆️ update deps
This commit is contained in:
16
package.json
16
package.json
@@ -16,12 +16,12 @@
|
||||
"@types/animejs": "^3.1.12",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/json-stringify-safe": "^5.0.3",
|
||||
"@types/node": "^22.10.0",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@vuepic/vue-datepicker": "^10.0.0",
|
||||
"@vueuse/core": "^11.3.0",
|
||||
"@vueuse/integrations": "^11.3.0",
|
||||
"alova": "^3.2.4",
|
||||
"@vueuse/core": "^12.0.0",
|
||||
"@vueuse/integrations": "^12.0.0",
|
||||
"alova": "^3.2.5",
|
||||
"animejs": "^3.2.2",
|
||||
"ant-design-vue": "^4.2.6",
|
||||
"axios": "^1.7.7",
|
||||
@@ -37,18 +37,18 @@
|
||||
"localforage": "^1.10.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"nsfwjs": "^4.2.1",
|
||||
"pinia": "^2.2.6",
|
||||
"pinia": "^2.2.7",
|
||||
"pinia-plugin-persistedstate": "^4.1.3",
|
||||
"qrcode": "^1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"swiper": "^11.1.15",
|
||||
"unplugin-auto-import": "^0.18.5",
|
||||
"unplugin-auto-import": "^0.18.6",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vite-plugin-node-polyfills": "^0.22.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-dompurify-html": "^5.2.0",
|
||||
"vue-i18n": "^10.0.4",
|
||||
"vue-i18n": "^10.0.5",
|
||||
"vue-router": "^4.5.0",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
@@ -60,7 +60,7 @@
|
||||
"sass": "^1.81.0",
|
||||
"typescript": "^5.7.2",
|
||||
"typescript-eslint": "^8.15.0",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"unplugin-vue-components": "^0.27.5",
|
||||
"vite": "^6.0.1",
|
||||
"vite-plugin-bundle-obfuscator": "1.3.1",
|
||||
"vite-plugin-chunk-split": "^0.5.0",
|
||||
|
@@ -61,7 +61,7 @@ export default defineConfig(({mode}: { mode: string }): object => {
|
||||
}
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: [".vite","node_modules/.vite/deps"],
|
||||
exclude: [".vite"],
|
||||
force: true,
|
||||
},
|
||||
plugins: [
|
||||
|
Reference in New Issue
Block a user