Skip to content

Commit 599cd70

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 5.1.2 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-patch dependency-group: frontends-dev ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ea95398 commit 599cd70

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@eslint/js": "^9.39.2",
3737
"@types/react": "^19.2.2",
3838
"@types/react-dom": "^19.2.1",
39-
"@vitejs/plugin-react": "^5.1.2",
39+
"@vitejs/plugin-react": "^5.1.3",
4040
"eslint": "^9.39.2",
4141
"eslint-plugin-react": "^7.37.5",
4242
"eslint-plugin-react-hooks": "^7.0.1",

client/yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
4949
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
5050

51-
"@babel/core@^7.21.3", "@babel/core@^7.24.4", "@babel/core@^7.28.5":
51+
"@babel/core@^7.21.3", "@babel/core@^7.24.4", "@babel/core@^7.29.0":
5252
version "7.29.0"
5353
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
5454
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
@@ -708,10 +708,10 @@
708708
"@parcel/watcher-win32-ia32" "2.5.6"
709709
"@parcel/watcher-win32-x64" "2.5.6"
710710

711-
"@rolldown/pluginutils@1.0.0-beta.53":
712-
version "1.0.0-beta.53"
713-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87"
714-
integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==
711+
"@rolldown/pluginutils@1.0.0-rc.2":
712+
version "1.0.0-rc.2"
713+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.2.tgz#10324e74cb3396cb7b616042ea7e9e6aa7d8d458"
714+
integrity sha512-izyXV/v+cHiRfozX62W9htOAvwMo4/bXKDrQ+vom1L1qRuexPock/7VZDAhnpHCLNejd3NJ6hiab+tO0D44Rgw==
715715

716716
"@rollup/pluginutils@^5.2.0":
717717
version "5.3.0"
@@ -1037,15 +1037,15 @@
10371037
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
10381038
integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==
10391039

1040-
"@vitejs/plugin-react@^5.1.2":
1041-
version "5.1.2"
1042-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz#46f47be184c05a18839cb8705d79578b469ac6eb"
1043-
integrity sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==
1040+
"@vitejs/plugin-react@^5.1.3":
1041+
version "5.1.3"
1042+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.3.tgz#05eba092cc89a6ff89668d3f62258e2c5a8a9122"
1043+
integrity sha512-NVUnA6gQCl8jfoYqKqQU5Clv0aPw14KkZYCsX6T9Lfu9slI0LOU10OTwFHS/WmptsMMpshNd/1tuWsHQ2Uk+cg==
10441044
dependencies:
1045-
"@babel/core" "^7.28.5"
1045+
"@babel/core" "^7.29.0"
10461046
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
10471047
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
1048-
"@rolldown/pluginutils" "1.0.0-beta.53"
1048+
"@rolldown/pluginutils" "1.0.0-rc.2"
10491049
"@types/babel__core" "^7.20.5"
10501050
react-refresh "^0.18.0"
10511051

0 commit comments

Comments
 (0)