From fa570387ae46c701cdd75b3a86724e46e22ce954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:27:34 +0000 Subject: [PATCH] chore(deps-dev): bump @vitejs/plugin-react in /client Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.2.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] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 01e55ca5..bf55d6b4 100644 --- a/client/package.json +++ b/client/package.json @@ -26,7 +26,7 @@ "@types/react-dom": "^19.0.1", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.3.0", - "@vitejs/plugin-react": "^5.0.2", + "@vitejs/plugin-react": "^6.0.1", "eslint": "^10.0.2", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^7.0.1",