From 1819c31267efb30d0d6d4ce42364569233ec9d75 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 6 Dec 2025 22:51:35 +0800 Subject: [PATCH] updated vite to 7.2.6 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 479b26d..fab8dab 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.7.0", "chalk": "5.4.1", - "vite": "7.0.6", + "vite": "7.2.6", "vite-plugin-node-polyfills": "^0.24.0" } }