From 96a0c5dd8d03a6f2b039d4d4d97a30bfacd2a0c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 23:37:47 +0000 Subject: [PATCH] build(deps-dev): bump vite Bumps the npm_and_yarn group with 1 update in the /integrations/wagmi directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.21 to 8.0.10 - [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/v8.0.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.10 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- integrations/wagmi/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/wagmi/package.json b/integrations/wagmi/package.json index 3424764e..819e5224 100644 --- a/integrations/wagmi/package.json +++ b/integrations/wagmi/package.json @@ -27,6 +27,6 @@ "@vitejs/plugin-react": "^4.3.3", "@wagmi/cli": "^2.10.0", "typescript": "^5.9.3", - "vite": "^5.4.20" + "vite": "^8.0.10" } }