Skip to content

Commit b8d8ab8

Browse files
Bump @vitejs/plugin-react
Bumps the frontends-dev group with 1 update in the /client directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react). Updates `@vitejs/plugin-react` from 4.5.2 to 4.6.0 - [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/[email protected]/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: frontends-dev ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent daa0d60 commit b8d8ab8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@eslint/js": "^9.29.0",
3434
"@types/react": "^19.1.8",
3535
"@types/react-dom": "^19.1.6",
36-
"@vitejs/plugin-react": "^4.5.2",
36+
"@vitejs/plugin-react": "^4.6.0",
3737
"eslint": "^9.29.0",
3838
"eslint-plugin-react": "^7.37.5",
3939
"eslint-plugin-react-hooks": "^5.2.0",

client/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -710,10 +710,10 @@
710710
"@parcel/watcher-win32-ia32" "2.5.1"
711711
"@parcel/watcher-win32-x64" "2.5.1"
712712

713-
"@rolldown/[email protected].11":
714-
version "1.0.0-beta.11"
715-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.11.tgz#1e3e8044dd053c3dfa4bbbb3861f6e180ee78343"
716-
integrity sha512-L/gAA/hyCSuzTF1ftlzUSI/IKr2POHsv1Dd78GfqkR83KMNuswWD61JxGV2L7nRwBBBSDr6R1gCkdTmoN7W4ag==
713+
"@rolldown/[email protected].19":
714+
version "1.0.0-beta.19"
715+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz#fc3b95145a8e7a3bf92754269d8e4f40eea8a244"
716+
integrity sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==
717717

718718
"@rollup/pluginutils@^5.1.3":
719719
version "5.1.4"
@@ -1008,15 +1008,15 @@
10081008
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
10091009
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
10101010

1011-
"@vitejs/plugin-react@^4.5.2":
1012-
version "4.5.2"
1013-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.5.2.tgz#8b98a8fbcefff4aa4c946966fbec560dc66d2bd9"
1014-
integrity sha512-QNVT3/Lxx99nMQWJWF7K4N6apUEuT0KlZA3mx/mVaoGj3smm/8rc8ezz15J1pcbcjDK0V15rpHetVfya08r76Q==
1011+
"@vitejs/plugin-react@^4.6.0":
1012+
version "4.6.0"
1013+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.6.0.tgz#2707b485f44806d42d41c63921883cff9c54dfaa"
1014+
integrity sha512-5Kgff+m8e2PB+9j51eGHEpn5kUzRKH2Ry0qGoe8ItJg7pqnkPrYPkDQZGgGmTa0EGarHrkjLvOdU3b1fzI8otQ==
10151015
dependencies:
10161016
"@babel/core" "^7.27.4"
10171017
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
10181018
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1019-
"@rolldown/pluginutils" "1.0.0-beta.11"
1019+
"@rolldown/pluginutils" "1.0.0-beta.19"
10201020
"@types/babel__core" "^7.20.5"
10211021
react-refresh "^0.17.0"
10221022

0 commit comments

Comments
 (0)