From fa90043f7a90958b1cc0dc5533cff136b0ec2c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:03:16 +0000 Subject: [PATCH] Bump vite Bumps the npm_and_yarn group with 1 update in the /quick-viral-projects/boring-clash-ui directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.21 to 8.1.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.1.0/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- quick-viral-projects/boring-clash-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick-viral-projects/boring-clash-ui/package.json b/quick-viral-projects/boring-clash-ui/package.json index 46030a3..8035160 100644 --- a/quick-viral-projects/boring-clash-ui/package.json +++ b/quick-viral-projects/boring-clash-ui/package.json @@ -22,7 +22,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.7", "typescript": "^5.2.2", - "vite": "^5.4.1" + "vite": "^8.1.0" } }