⬆️ update deps

This commit is contained in:
2024-11-28 18:16:52 +08:00
parent 46e6b49c02
commit 577d330fd0
2 changed files with 9 additions and 9 deletions

View File

@@ -16,12 +16,12 @@
"@types/animejs": "^3.1.12", "@types/animejs": "^3.1.12",
"@types/crypto-js": "^4.2.2", "@types/crypto-js": "^4.2.2",
"@types/json-stringify-safe": "^5.0.3", "@types/json-stringify-safe": "^5.0.3",
"@types/node": "^22.10.0", "@types/node": "^22.10.1",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@vuepic/vue-datepicker": "^10.0.0", "@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/core": "^11.3.0", "@vueuse/core": "^12.0.0",
"@vueuse/integrations": "^11.3.0", "@vueuse/integrations": "^12.0.0",
"alova": "^3.2.4", "alova": "^3.2.5",
"animejs": "^3.2.2", "animejs": "^3.2.2",
"ant-design-vue": "^4.2.6", "ant-design-vue": "^4.2.6",
"axios": "^1.7.7", "axios": "^1.7.7",
@@ -37,18 +37,18 @@
"localforage": "^1.10.0", "localforage": "^1.10.0",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"nsfwjs": "^4.2.1", "nsfwjs": "^4.2.1",
"pinia": "^2.2.6", "pinia": "^2.2.7",
"pinia-plugin-persistedstate": "^4.1.3", "pinia-plugin-persistedstate": "^4.1.3",
"qrcode": "^1", "qrcode": "^1",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"swiper": "^11.1.15", "swiper": "^11.1.15",
"unplugin-auto-import": "^0.18.5", "unplugin-auto-import": "^0.18.6",
"vite-plugin-compression": "^0.5.1", "vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2", "vite-plugin-html": "^3.2.2",
"vite-plugin-node-polyfills": "^0.22.0", "vite-plugin-node-polyfills": "^0.22.0",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-dompurify-html": "^5.2.0", "vue-dompurify-html": "^5.2.0",
"vue-i18n": "^10.0.4", "vue-i18n": "^10.0.5",
"vue-router": "^4.5.0", "vue-router": "^4.5.0",
"ws": "^8.18.0" "ws": "^8.18.0"
}, },
@@ -60,7 +60,7 @@
"sass": "^1.81.0", "sass": "^1.81.0",
"typescript": "^5.7.2", "typescript": "^5.7.2",
"typescript-eslint": "^8.15.0", "typescript-eslint": "^8.15.0",
"unplugin-vue-components": "^0.27.4", "unplugin-vue-components": "^0.27.5",
"vite": "^6.0.1", "vite": "^6.0.1",
"vite-plugin-bundle-obfuscator": "1.3.1", "vite-plugin-bundle-obfuscator": "1.3.1",
"vite-plugin-chunk-split": "^0.5.0", "vite-plugin-chunk-split": "^0.5.0",

View File

@@ -61,7 +61,7 @@ export default defineConfig(({mode}: { mode: string }): object => {
} }
}, },
optimizeDeps: { optimizeDeps: {
exclude: [".vite","node_modules/.vite/deps"], exclude: [".vite"],
force: true, force: true,
}, },
plugins: [ plugins: [