Skip to content

Commit 40ef319

Browse files
Bump @vitejs/plugin-react from 4.7.0 to 5.1.4 in /js-applet
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.7.0 to 5.1.4. - [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.4/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.1.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7581b03 commit 40ef319

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

js-applet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "^25.2.3",
1919
"@types/react": "^19.2.13",
2020
"@types/react-dom": "^19.2.3",
21-
"@vitejs/plugin-react": "^4.5.2",
21+
"@vitejs/plugin-react": "^5.1.4",
2222
"concurrently": "^9.2.1",
2323
"typescript": "5.9.3",
2424
"vite": "^6.3.5",

js-applet/yarn.lock

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

44-
"@babel/core@^7.28.0":
44+
"@babel/core@^7.29.0":
4545
version "7.29.0"
4646
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
4747
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
@@ -2031,10 +2031,10 @@
20312031
"@react-types/overlays" "^3.9.4"
20322032
"@react-types/shared" "^3.33.1"
20332033

2034-
"@rolldown/pluginutils@1.0.0-beta.27":
2035-
version "1.0.0-beta.27"
2036-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.27.tgz#47d2bf4cef6d470b22f5831b420f8964e0bf755f"
2037-
integrity sha512-+d0F4MKMCbeVUJwG96uQ4SgAznZNSq93I3V+9NHA4OpvqG8mRCpGdKmK8l/dl02h2CCDHwW2FqilnTyDcAnqjA==
2034+
"@rolldown/pluginutils@1.0.0-rc.3":
2035+
version "1.0.0-rc.3"
2036+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5"
2037+
integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==
20382038

20392039
"@rollup/rollup-android-arm-eabi@4.59.0":
20402040
version "4.59.0"
@@ -2881,17 +2881,17 @@
28812881
d3-selection "^3.0.0"
28822882
d3-transition "^3.0.1"
28832883

2884-
"@vitejs/plugin-react@^4.5.2":
2885-
version "4.7.0"
2886-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.7.0.tgz#647af4e7bb75ad3add578e762ad984b90f4a24b9"
2887-
integrity sha512-gUu9hwfWvvEDBBmgtAowQCojwZmJ5mcLn3aufeCsitijs3+f2NsrPtlAWIR6OPiqljl96GVCUbLe0HyqIpVaoA==
2884+
"@vitejs/plugin-react@^5.1.4":
2885+
version "5.1.4"
2886+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz#5b477e060bf612a7394c4febacc5de33a219b0e4"
2887+
integrity sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==
28882888
dependencies:
2889-
"@babel/core" "^7.28.0"
2889+
"@babel/core" "^7.29.0"
28902890
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
28912891
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
2892-
"@rolldown/pluginutils" "1.0.0-beta.27"
2892+
"@rolldown/pluginutils" "1.0.0-rc.3"
28932893
"@types/babel__core" "^7.20.5"
2894-
react-refresh "^0.17.0"
2894+
react-refresh "^0.18.0"
28952895

28962896
"@vitest/expect@4.0.18":
28972897
version "4.0.18"
@@ -5184,10 +5184,10 @@ react-is@^16.13.1, react-is@^16.7.0:
51845184
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
51855185
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
51865186

5187-
react-refresh@^0.17.0:
5188-
version "0.17.0"
5189-
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.17.0.tgz#b7e579c3657f23d04eccbe4ad2e58a8ed51e7e53"
5190-
integrity sha512-z6F7K9bV85EfseRCp2bzrpyQ0Gkw1uLoCel9XBVWPg/TjRj94SkJzUTGfOa4bs7iJvBWtQG0Wq7wnI0syw3EBQ==
5187+
react-refresh@^0.18.0:
5188+
version "0.18.0"
5189+
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.18.0.tgz#2dce97f4fe932a4d8142fa1630e475c1729c8062"
5190+
integrity sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==
51915191

51925192
react-select@5.10.2:
51935193
version "5.10.2"

0 commit comments

Comments
 (0)