From 4aeb5c8b343d2900fe829b66466167f07d7baee2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:48:34 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react 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] --- voice-live-universal-assistant/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice-live-universal-assistant/frontend/package.json b/voice-live-universal-assistant/frontend/package.json index 014daf7..683d5bd 100644 --- a/voice-live-universal-assistant/frontend/package.json +++ b/voice-live-universal-assistant/frontend/package.json @@ -17,7 +17,7 @@ "@fluentui/react-icons": "^2.0.320", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "@vitejs/plugin-react": "^4.3.1", + "@vitejs/plugin-react": "^6.0.1", "typescript": "^5.5.3", "vite": "^5.4.0" }