From e941d85fa39466e36439a7d481092a0337521e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 21:14:12 +0000 Subject: [PATCH] Build(deps-dev): Bump @vitejs/plugin-react from 4.7.0 to 6.0.1 Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 6.0.1. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@6.0.1/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/local-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/local-dashboard/package.json b/apps/local-dashboard/package.json index 49fd1eb..08c1685 100644 --- a/apps/local-dashboard/package.json +++ b/apps/local-dashboard/package.json @@ -40,7 +40,7 @@ "@types/react": "^19.1.6", "@types/react-dom": "^19.1.6", "@tailwindcss/vite": "^4.2.1", - "@vitejs/plugin-react": "^4.5.2", + "@vitejs/plugin-react": "^6.0.1", "concurrently": "^9.1.2", "shadcn": "^4.0.5", "tailwindcss": "^4.2.1",