From 93829acdabf05a15bebe49796f895280a3f911c9 Mon Sep 17 00:00:00 2001 From: alger Date: Sun, 19 Jan 2025 13:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=8C=85=20=20=E5=8D=87=E7=BA=A7=20electron=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 44665c1..56fb677 100644 --- a/package.json +++ b/package.json @@ -51,8 +51,8 @@ "autoprefixer": "^10.4.20", "axios": "^1.7.7", "cross-env": "^7.0.3", - "electron": "^31.0.2", - "electron-builder": "^24.13.3", + "electron": "^34.0.0", + "electron-builder": "^25.1.8", "electron-vite": "^2.3.0", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", @@ -69,8 +69,8 @@ "postcss": "^8.4.49", "prettier": "^3.3.2", "remixicon": "^4.2.0", - "sass": "^1.82.0", - "tailwindcss": "^3.4.15", + "sass": "^1.83.4", + "tailwindcss": "^3.4.17", "tinycolor2": "^1.6.0", "typescript": "^5.5.2", "unplugin-auto-import": "^0.18.2", @@ -79,8 +79,8 @@ "vite": "^5.3.1", "vite-plugin-compression": "^0.5.1", "vite-plugin-vue-devtools": "7.4.0", - "vue": "^3.4.30", - "vue-router": "^4.4.3", + "vue": "^3.5.13", + "vue-router": "^4.5.0", "vue-tsc": "^2.0.22", "vuex": "^4.1.0" },