From 70aa0759dc7ad324201b93ff2ac103215cee7493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:57:39 +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.8 - [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.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.8 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..449fba8b 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.8" } }