diff --git a/package.json b/package.json index 6e21a47..378908e 100644 --- a/package.json +++ b/package.json @@ -26,38 +26,38 @@ "devDependencies": { "@electron-forge/cli": "^7.4.0", "@types/winreg": "^1.2.36", - "@vitejs/plugin-vue": "^5.0.4", + "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-typescript": "^10.0.0", "autoprefixer": "^10.4.19", "electron": "28.2.1", "electron-builder": "^24.13.3", "eslint": "8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", + "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-vue": "^8.7.1", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.1", - "postcss": "^8.4.38", - "prettier": "^3.2.5", - "tailwindcss": "^3.4.3", - "typescript": "^5.4.5", - "unplugin-auto-import": "^0.17.6", - "unplugin-vue-components": "^0.27.0", - "vite": "^5.2.11", + "postcss": "^8.4.39", + "prettier": "^3.3.3", + "tailwindcss": "^3.4.6", + "typescript": "^5.5.3", + "unplugin-auto-import": "^0.17.8", + "unplugin-vue-components": "^0.27.3", + "vite": "^5.3.4", "vite-plugin-electron": "^0.28.7", - "vue": "^3.4.27", - "vue-router": "^4.3.2", - "vue-tsc": "^2.0.18" + "vue": "^3.4.33", + "vue-router": "^4.4.0", + "vue-tsc": "^2.0.26" }, "dependencies": { "@octokit/core": "5.1.0", - "axios": "^1.6.8", + "axios": "^1.7.2", "bootstrap-icons": "^1.11.3", - "enka-network-api": "^4.3.0", + "enka-network-api": "^4.4.0", "marked": "^12.0.2", "path": "^0.12.7", "regedit": "^5.1.3", - "sass": "^1.77.1", + "sass": "^1.77.8", "vue-i18n": "^9.13.1" } }