diff --git a/frontend/package.json b/frontend/package.json index 33047ba2..b42e9490 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -55,21 +55,21 @@ "lodash-es": "4.17.21", "naive-ui": "2.39.0", "nprogress": "0.2.0", - "pinia": "2.2.0", + "pinia": "2.2.1", "tailwind-merge": "2.4.0", - "vue": "3.4.35", - "vue-draggable-plus": "0.5.2", + "vue": "3.4.36", + "vue-draggable-plus": "0.5.3", "vue-i18n": "9.13.1", - "vue-router": "4.4.2" + "vue-router": "4.4.3" }, "devDependencies": { "@dragon/scripts": "workspace:*", "@elegant-router/vue": "0.3.8", - "@iconify/json": "2.2.233", + "@iconify/json": "2.2.234", "@sa/uno-preset": "workspace:*", "@soybeanjs/eslint-config": "1.4.0", "@types/lodash-es": "4.17.12", - "@types/node": "22.0.3", + "@types/node": "22.1.0", "@types/nprogress": "0.2.3", "@unocss/eslint-config": "0.61.9", "@unocss/preset-icons": "0.61.9", @@ -81,13 +81,13 @@ "@vitejs/plugin-vue-jsx": "4.0.0", "eslint": "9.8.0", "eslint-plugin-vue": "9.27.0", - "lint-staged": "15.2.7", + "lint-staged": "15.2.8", "sass": "1.77.8", "tsx": "4.16.5", "typescript": "5.5.4", - "unplugin-icons": "0.19.1", + "unplugin-icons": "0.19.2", "unplugin-vue-components": "0.27.3", - "vite": "5.3.5", + "vite": "5.4.0", "vite-plugin-progress": "0.0.7", "vite-plugin-svg-icons": "2.0.1", "vite-plugin-vue-devtools": "7.3.7", diff --git a/frontend/packages/scripts/package.json b/frontend/packages/scripts/package.json index ff51fea8..0e4a90c3 100644 --- a/frontend/packages/scripts/package.json +++ b/frontend/packages/scripts/package.json @@ -21,7 +21,7 @@ "enquirer": "2.4.1", "execa": "9.3.0", "kolorist": "1.8.0", - "npm-check-updates": "17.0.0", + "npm-check-updates": "17.0.3", "rimraf": "6.0.1" } }