From 5d4ffd2b13f7b30c92bac0a84e215670caf7294e Mon Sep 17 00:00:00 2001 From: thepoy Date: Fri, 27 Sep 2024 08:32:24 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20=E5=8D=87=E7=BA=A7=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 383851f..c6d0d71 100644 --- a/package.json +++ b/package.json @@ -23,16 +23,16 @@ "alley-components": "^0.3.6", "buffer": "^6.0.3", "solid-icons": "^1.1.0", - "solid-js": "^1.8.22" + "solid-js": "^1.9.1" }, "devDependencies": { "@biomejs/biome": "^1.9.2", "@tauri-apps/cli": "^2.0.0-rc.16", - "@types/node": "^22.5.5", + "@types/node": "^22.7.2", "cross-env": "^7.0.3", "sass": "^1.79.3", "typescript": "^5.6.2", - "vite": "^5.4.7", + "vite": "^5.4.8", "vite-plugin-solid": "^2.10.2" } }