From 79f8665b6d5e496c9a7c8a4ddd0574dff87c2964 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 28 Jun 2026 21:26:12 -0400 Subject: [PATCH] bump: vite --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b94fea6..4f437be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", - "vite": "^8.0.8" + "vite": "^8.1.0" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 72c5847..4c38257 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,6 @@ "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", - "vite": "^8.0.8" + "vite": "^8.1.0" } }