Skip to content

Commit ef8d164

Browse files
chore(deps-dev): bump @vitejs/plugin-react from 5.1.2 to 5.2.0
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 5.1.2 to 5.2.0. - [Release notes](https://github.com/vitejs/vite-plugin-react/releases) - [Changelog](https://github.com/vitejs/vite-plugin-react/blob/plugin-react@5.2.0/packages/plugin-react/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.2.0/packages/plugin-react) --- updated-dependencies: - dependency-name: "@vitejs/plugin-react" dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f75d18 commit ef8d164

2 files changed

Lines changed: 31 additions & 87 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-dom": "^18.3.1",
4444
"@typescript-eslint/eslint-plugin": "^5.62.0",
4545
"@typescript-eslint/parser": "^5.62.0",
46-
"@vitejs/plugin-react": "^5.1.2",
46+
"@vitejs/plugin-react": "^5.2.0",
4747
"eslint": "^8.57.1",
4848
"eslint-config-prettier": "^10.1.8",
4949
"eslint-plugin-prettier": "^5.5.5",

yarn.lock

Lines changed: 30 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@
5353
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d"
5454
integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==
5555

56-
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.5":
57-
version "7.28.5"
58-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
59-
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
56+
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.29.0":
57+
version "7.29.0"
58+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.0.tgz#5286ad785df7f79d656e88ce86e650d16ca5f322"
59+
integrity sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==
6060
dependencies:
61-
"@babel/code-frame" "^7.27.1"
62-
"@babel/generator" "^7.28.5"
63-
"@babel/helper-compilation-targets" "^7.27.2"
64-
"@babel/helper-module-transforms" "^7.28.3"
65-
"@babel/helpers" "^7.28.4"
66-
"@babel/parser" "^7.28.5"
67-
"@babel/template" "^7.27.2"
68-
"@babel/traverse" "^7.28.5"
69-
"@babel/types" "^7.28.5"
61+
"@babel/code-frame" "^7.29.0"
62+
"@babel/generator" "^7.29.0"
63+
"@babel/helper-compilation-targets" "^7.28.6"
64+
"@babel/helper-module-transforms" "^7.28.6"
65+
"@babel/helpers" "^7.28.6"
66+
"@babel/parser" "^7.29.0"
67+
"@babel/template" "^7.28.6"
68+
"@babel/traverse" "^7.29.0"
69+
"@babel/types" "^7.29.0"
7070
"@jridgewell/remapping" "^2.3.5"
7171
convert-source-map "^2.0.0"
7272
debug "^4.1.0"
@@ -96,17 +96,6 @@
9696
"@jridgewell/trace-mapping" "^0.3.28"
9797
jsesc "^3.0.2"
9898

99-
"@babel/generator@^7.28.3":
100-
version "7.28.3"
101-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
102-
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
103-
dependencies:
104-
"@babel/parser" "^7.28.3"
105-
"@babel/types" "^7.28.2"
106-
"@jridgewell/gen-mapping" "^0.3.12"
107-
"@jridgewell/trace-mapping" "^0.3.28"
108-
jsesc "^3.0.2"
109-
11099
"@babel/generator@^7.28.5":
111100
version "7.28.5"
112101
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
@@ -150,7 +139,7 @@
150139
dependencies:
151140
"@babel/types" "^7.27.3"
152141

153-
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.27.2", "@babel/helper-compilation-targets@^7.28.6":
142+
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6":
154143
version "7.28.6"
155144
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
156145
integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==
@@ -270,15 +259,6 @@
270259
"@babel/helper-validator-identifier" "^7.27.1"
271260
"@babel/traverse" "^7.27.1"
272261

273-
"@babel/helper-module-transforms@^7.28.3":
274-
version "7.28.3"
275-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
276-
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
277-
dependencies:
278-
"@babel/helper-module-imports" "^7.27.1"
279-
"@babel/helper-validator-identifier" "^7.27.1"
280-
"@babel/traverse" "^7.28.3"
281-
282262
"@babel/helper-module-transforms@^7.28.6":
283263
version "7.28.6"
284264
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -379,13 +359,13 @@
379359
"@babel/traverse" "^7.27.1"
380360
"@babel/types" "^7.27.1"
381361

382-
"@babel/helpers@^7.28.4":
383-
version "7.28.4"
384-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
385-
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
362+
"@babel/helpers@^7.28.6":
363+
version "7.29.2"
364+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49"
365+
integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==
386366
dependencies:
387-
"@babel/template" "^7.27.2"
388-
"@babel/types" "^7.28.4"
367+
"@babel/template" "^7.28.6"
368+
"@babel/types" "^7.29.0"
389369

390370
"@babel/highlight@^7.18.6":
391371
version "7.18.6"
@@ -420,13 +400,6 @@
420400
dependencies:
421401
"@babel/types" "^7.27.1"
422402

423-
"@babel/parser@^7.28.3":
424-
version "7.28.3"
425-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
426-
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
427-
dependencies:
428-
"@babel/types" "^7.28.2"
429-
430403
"@babel/parser@^7.28.5":
431404
version "7.28.5"
432405
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
@@ -1229,19 +1202,6 @@
12291202
debug "^4.3.1"
12301203
globals "^11.1.0"
12311204

1232-
"@babel/traverse@^7.28.3":
1233-
version "7.28.3"
1234-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1235-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1236-
dependencies:
1237-
"@babel/code-frame" "^7.27.1"
1238-
"@babel/generator" "^7.28.3"
1239-
"@babel/helper-globals" "^7.28.0"
1240-
"@babel/parser" "^7.28.3"
1241-
"@babel/template" "^7.27.2"
1242-
"@babel/types" "^7.28.2"
1243-
debug "^4.3.1"
1244-
12451205
"@babel/traverse@^7.28.5":
12461206
version "7.28.5"
12471207
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
@@ -1293,22 +1253,6 @@
12931253
"@babel/helper-string-parser" "^7.27.1"
12941254
"@babel/helper-validator-identifier" "^7.27.1"
12951255

1296-
"@babel/types@^7.28.2":
1297-
version "7.28.2"
1298-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1299-
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1300-
dependencies:
1301-
"@babel/helper-string-parser" "^7.27.1"
1302-
"@babel/helper-validator-identifier" "^7.27.1"
1303-
1304-
"@babel/types@^7.28.4":
1305-
version "7.28.4"
1306-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1307-
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
1308-
dependencies:
1309-
"@babel/helper-string-parser" "^7.27.1"
1310-
"@babel/helper-validator-identifier" "^7.27.1"
1311-
13121256
"@babel/types@^7.28.5":
13131257
version "7.28.5"
13141258
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
@@ -2004,10 +1948,10 @@
20041948
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
20051949
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
20061950

2007-
"@rolldown/pluginutils@1.0.0-beta.53":
2008-
version "1.0.0-beta.53"
2009-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87"
2010-
integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==
1951+
"@rolldown/pluginutils@1.0.0-rc.3":
1952+
version "1.0.0-rc.3"
1953+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5"
1954+
integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==
20111955

20121956
"@rollup/rollup-android-arm-eabi@4.50.0":
20131957
version "4.50.0"
@@ -2549,15 +2493,15 @@
25492493
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz#538b1e103bf8d9864e7b85cc96fa8d6fb6c40777"
25502494
integrity sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==
25512495

2552-
"@vitejs/plugin-react@^5.1.2":
2553-
version "5.1.2"
2554-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz#46f47be184c05a18839cb8705d79578b469ac6eb"
2555-
integrity sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==
2496+
"@vitejs/plugin-react@^5.2.0":
2497+
version "5.2.0"
2498+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz#108bd0f566f288ce3566982df4eff137ded7b15f"
2499+
integrity sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==
25562500
dependencies:
2557-
"@babel/core" "^7.28.5"
2501+
"@babel/core" "^7.29.0"
25582502
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
25592503
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
2560-
"@rolldown/pluginutils" "1.0.0-beta.53"
2504+
"@rolldown/pluginutils" "1.0.0-rc.3"
25612505
"@types/babel__core" "^7.20.5"
25622506
react-refresh "^0.18.0"
25632507

0 commit comments

Comments
 (0)