From 44ebd5f19ea1501b20110e4af17f89eb23fefc29 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Wed, 16 Apr 2025 11:52:12 +0800 Subject: [PATCH] chore: update dependencies --- package.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 95fe204..bd6f647 100644 --- a/package.json +++ b/package.json @@ -50,29 +50,29 @@ "sizecheck": "npx vite-bundle-visualizer" }, "dependencies": { - "@vueuse/core": "^13.0.0", + "@vueuse/core": "^13.1.0", "alova": "^3.2.10", "colord": "^2.9.3", "echarts": "^5.6.0", "md-editor-v3": "^5.4.5", - "pinia": "^3.0.1", + "pinia": "^3.0.2", "pinia-plugin-persistedstate": "^4.2.0", "quill": "^2.0.3", "radash": "^12.1.0", "vue": "^3.5.13", "vue-draggable-plus": "^0.6.0", - "vue-i18n": "^11.1.2", + "vue-i18n": "^11.1.3", "vue-router": "^4.5.0" }, "devDependencies": { - "@antfu/eslint-config": "^4.11.0", + "@antfu/eslint-config": "^4.12.0", "@iconify-json/icon-park-outline": "^1.2.2", "@iconify/vue": "^4.3.0", - "@types/node": "^22.14.0", + "@types/node": "^22.14.1", "@vitejs/plugin-vue": "^5.2.3", "@vitejs/plugin-vue-jsx": "^4.1.2", "eslint": "^9.24.0", - "lint-staged": "^15.5.0", + "lint-staged": "^15.5.1", "naive-ui": "^2.41.0", "sass": "^1.86.3", "simple-git-hooks": "^2.12.1", @@ -80,8 +80,8 @@ "unocss": "^0.65.4", "unplugin-auto-import": "^19.1.2", "unplugin-icons": "^22.1.0", - "unplugin-vue-components": "^28.4.1", - "vite": "^6.2.5", + "unplugin-vue-components": "^28.5.0", + "vite": "^6.2.6", "vite-bundle-visualizer": "^1.2.1", "vite-plugin-compression": "^0.5.1", "vite-plugin-vue-devtools": "7.7.2", @@ -92,8 +92,5 @@ }, "lint-staged": { "*": "eslint --fix" - }, - "volta": { - "node": "20.12.2" } }