From 577d330fd097adb01051ff4b90b56b7efed34aa2 Mon Sep 17 00:00:00 2001 From: landaiqing Date: Thu, 28 Nov 2024 18:16:52 +0800 Subject: [PATCH] :arrow_up: update deps --- package.json | 16 ++++++++-------- vite.config.ts | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index bffb5d0..8437f30 100644 --- a/package.json +++ b/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", diff --git a/vite.config.ts b/vite.config.ts index 7538b84..e1b5e87 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -61,7 +61,7 @@ export default defineConfig(({mode}: { mode: string }): object => { } }, optimizeDeps: { - exclude: [".vite","node_modules/.vite/deps"], + exclude: [".vite"], force: true, }, plugins: [