From 077b364324b7aa66d64e3d9ed2dd252c4d4ce7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:25:46 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react in /packages/notifier Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.1.3. - [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@5.1.3/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/notifier/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notifier/package.json b/packages/notifier/package.json index 86fb151..ccfbfcd 100644 --- a/packages/notifier/package.json +++ b/packages/notifier/package.json @@ -87,7 +87,7 @@ "@testing-library/react": "^16.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", - "@vitejs/plugin-react": "^4.0.0", + "@vitejs/plugin-react": "^5.1.3", "@vitest/coverage-v8": "^2.0.0", "jsdom": "^25.0.0", "react": "^19.0.0",