Skip to content

Commit b0a3e77

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 46b35e4 commit b0a3e77

2 files changed

Lines changed: 141 additions & 31 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: 140 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,39 @@
4848
js-tokens "^4.0.0"
4949
picocolors "^1.1.1"
5050

51+
"@babel/code-frame@^7.29.7":
52+
version "7.29.7"
53+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
54+
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
55+
dependencies:
56+
"@babel/helper-validator-identifier" "^7.29.7"
57+
js-tokens "^4.0.0"
58+
picocolors "^1.1.1"
59+
5160
"@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3":
5261
version "7.29.3"
5362
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b"
5463
integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==
5564

56-
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.27.4", "@babel/core@^7.28.5":
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==
60-
dependencies:
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"
65+
"@babel/compat-data@^7.29.7":
66+
version "7.29.7"
67+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.7.tgz#6f0237f0f36d2e51c0570a636faed9d2d0efe629"
68+
integrity sha512-locTkQyKvwIEgBzVrn8693ebc97F2U8ZHjbXwDXJ5Fn2TCpNwTlKcaKLkdHop5c/icOFE7qt7Q9JC5hnKNa6Gg==
69+
70+
"@babel/core@^7.12.3", "@babel/core@^7.23.9", "@babel/core@^7.24.4", "@babel/core@^7.27.4", "@babel/core@^7.29.0":
71+
version "7.29.7"
72+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.29.7.tgz#80c10b17248082968b57a857b91640971f2070f7"
73+
integrity sha512-RgHBCvtjbOK2gXSNBNIkNoEc9qoVEtau3hj8gEqKQuL3HZAibKarWFEI3Lfm6EYKkLalOh8eSrj9b+ch9H/VBA==
74+
dependencies:
75+
"@babel/code-frame" "^7.29.7"
76+
"@babel/generator" "^7.29.7"
77+
"@babel/helper-compilation-targets" "^7.29.7"
78+
"@babel/helper-module-transforms" "^7.29.7"
79+
"@babel/helpers" "^7.29.7"
80+
"@babel/parser" "^7.29.7"
81+
"@babel/template" "^7.29.7"
82+
"@babel/traverse" "^7.29.7"
83+
"@babel/types" "^7.29.7"
7084
"@jridgewell/remapping" "^2.3.5"
7185
convert-source-map "^2.0.0"
7286
debug "^4.1.0"
@@ -118,6 +132,17 @@
118132
"@jridgewell/trace-mapping" "^0.3.28"
119133
jsesc "^3.0.2"
120134

135+
"@babel/generator@^7.29.7":
136+
version "7.29.7"
137+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
138+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
139+
dependencies:
140+
"@babel/parser" "^7.29.7"
141+
"@babel/types" "^7.29.7"
142+
"@jridgewell/gen-mapping" "^0.3.12"
143+
"@jridgewell/trace-mapping" "^0.3.28"
144+
jsesc "^3.0.2"
145+
121146
"@babel/helper-annotate-as-pure@^7.18.6":
122147
version "7.18.6"
123148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -150,6 +175,17 @@
150175
lru-cache "^5.1.1"
151176
semver "^6.3.1"
152177

178+
"@babel/helper-compilation-targets@^7.29.7":
179+
version "7.29.7"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.29.7.tgz#7a1def704302401c47f64fa85589e974ae217042"
181+
integrity sha512-wem6WaBj4NaVYVdNhLPPVacES6ZJ+KBBfSkTMD3YZxbP3rm3Di85tJU5ljaUNhaOynt+Aj0xruhYuzQBt8n71g==
182+
dependencies:
183+
"@babel/compat-data" "^7.29.7"
184+
"@babel/helper-validator-option" "^7.29.7"
185+
browserslist "^4.24.0"
186+
lru-cache "^5.1.1"
187+
semver "^6.3.1"
188+
153189
"@babel/helper-create-class-features-plugin@^7.28.5":
154190
version "7.28.5"
155191
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
@@ -218,6 +254,11 @@
218254
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
219255
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
220256

257+
"@babel/helper-globals@^7.29.7":
258+
version "7.29.7"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
260+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
261+
221262
"@babel/helper-member-expression-to-functions@^7.27.1":
222263
version "7.27.1"
223264
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -250,6 +291,14 @@
250291
"@babel/traverse" "^7.28.6"
251292
"@babel/types" "^7.28.6"
252293

294+
"@babel/helper-module-imports@^7.29.7":
295+
version "7.29.7"
296+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
297+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
298+
dependencies:
299+
"@babel/traverse" "^7.29.7"
300+
"@babel/types" "^7.29.7"
301+
253302
"@babel/helper-module-transforms@^7.27.1":
254303
version "7.27.1"
255304
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f"
@@ -268,6 +317,15 @@
268317
"@babel/helper-validator-identifier" "^7.28.5"
269318
"@babel/traverse" "^7.28.6"
270319

320+
"@babel/helper-module-transforms@^7.29.7":
321+
version "7.29.7"
322+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.29.7.tgz#b062747a5997ba138637201328bbff77960574ae"
323+
integrity sha512-UPUVSyXbOh627KiCIGQSgwWzGeBKLkaJ9PJEdrngIwMSzxLR4jS4+f1f1jb7VzBbg8nFLaYotvVPFCTqdrmTAg==
324+
dependencies:
325+
"@babel/helper-module-imports" "^7.29.7"
326+
"@babel/helper-validator-identifier" "^7.29.7"
327+
"@babel/traverse" "^7.29.7"
328+
271329
"@babel/helper-optimise-call-expression@^7.27.1":
272330
version "7.27.1"
273331
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200"
@@ -325,6 +383,11 @@
325383
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
326384
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
327385

386+
"@babel/helper-string-parser@^7.29.7":
387+
version "7.29.7"
388+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
389+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
390+
328391
"@babel/helper-validator-identifier@^7.18.6":
329392
version "7.19.1"
330393
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -345,11 +408,21 @@
345408
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
346409
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
347410

411+
"@babel/helper-validator-identifier@^7.29.7":
412+
version "7.29.7"
413+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
414+
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
415+
348416
"@babel/helper-validator-option@^7.27.1":
349417
version "7.27.1"
350418
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
351419
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
352420

421+
"@babel/helper-validator-option@^7.29.7":
422+
version "7.29.7"
423+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
424+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
425+
353426
"@babel/helper-wrap-function@^7.27.1":
354427
version "7.27.1"
355428
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz#b88285009c31427af318d4fe37651cd62a142409"
@@ -359,13 +432,13 @@
359432
"@babel/traverse" "^7.27.1"
360433
"@babel/types" "^7.27.1"
361434

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==
435+
"@babel/helpers@^7.29.7":
436+
version "7.29.7"
437+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.7.tgz#45abfde7548997e34376c3e69feb475cffb4a607"
438+
integrity sha512-1k2lAGRMfHTcwuNYcCNUmaUffmQv8KWMfh2iJUUeRlwlwH4FdNG7mfPI10NPfLHJFThE4Tyr4mv7kTNZOiPuBg==
366439
dependencies:
367-
"@babel/template" "^7.28.6"
368-
"@babel/types" "^7.29.0"
440+
"@babel/template" "^7.29.7"
441+
"@babel/types" "^7.29.7"
369442

370443
"@babel/highlight@^7.18.6":
371444
version "7.18.6"
@@ -383,6 +456,13 @@
383456
dependencies:
384457
"@babel/types" "^7.29.0"
385458

459+
"@babel/parser@^7.29.7":
460+
version "7.29.7"
461+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
462+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
463+
dependencies:
464+
"@babel/types" "^7.29.7"
465+
386466
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
387467
version "7.28.5"
388468
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz#fbde57974707bbfa0376d34d425ff4fa6c732421"
@@ -1167,6 +1247,15 @@
11671247
"@babel/parser" "^7.28.6"
11681248
"@babel/types" "^7.28.6"
11691249

1250+
"@babel/template@^7.29.7":
1251+
version "7.29.7"
1252+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1253+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1254+
dependencies:
1255+
"@babel/code-frame" "^7.29.7"
1256+
"@babel/parser" "^7.29.7"
1257+
"@babel/types" "^7.29.7"
1258+
11701259
"@babel/traverse@^7.27.1":
11711260
version "7.27.1"
11721261
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291"
@@ -1206,6 +1295,19 @@
12061295
"@babel/types" "^7.29.0"
12071296
debug "^4.3.1"
12081297

1298+
"@babel/traverse@^7.29.7":
1299+
version "7.29.7"
1300+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1301+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1302+
dependencies:
1303+
"@babel/code-frame" "^7.29.7"
1304+
"@babel/generator" "^7.29.7"
1305+
"@babel/helper-globals" "^7.29.7"
1306+
"@babel/parser" "^7.29.7"
1307+
"@babel/template" "^7.29.7"
1308+
"@babel/types" "^7.29.7"
1309+
debug "^4.3.1"
1310+
12091311
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
12101312
version "7.23.0"
12111313
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
@@ -1247,6 +1349,14 @@
12471349
"@babel/helper-string-parser" "^7.27.1"
12481350
"@babel/helper-validator-identifier" "^7.28.5"
12491351

1352+
"@babel/types@^7.29.7":
1353+
version "7.29.7"
1354+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1355+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1356+
dependencies:
1357+
"@babel/helper-string-parser" "^7.29.7"
1358+
"@babel/helper-validator-identifier" "^7.29.7"
1359+
12501360
"@bcoe/v8-coverage@^0.2.3":
12511361
version "0.2.3"
12521362
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1961,10 +2071,10 @@
19612071
resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4"
19622072
integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==
19632073

1964-
"@rolldown/pluginutils@1.0.0-beta.53":
1965-
version "1.0.0-beta.53"
1966-
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.53.tgz#c57a5234ae122671aff6fe72e673a7ed90f03f87"
1967-
integrity sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==
2074+
"@rolldown/pluginutils@1.0.0-rc.3":
2075+
version "1.0.0-rc.3"
2076+
resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz#8a88cc92a0f741befc7bc109cb1a4c6b9408e1c5"
2077+
integrity sha512-eybk3TjzzzV97Dlj5c+XrBFW57eTNhzod66y9HrBlzJ6NsCrWCp/2kaPS3K9wJmurBC0Tdw4yPjXKZqlznim3Q==
19682078

19692079
"@rollup/rollup-android-arm-eabi@4.50.0":
19702080
version "4.50.0"
@@ -2513,15 +2623,15 @@
25132623
resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz#538b1e103bf8d9864e7b85cc96fa8d6fb6c40777"
25142624
integrity sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g==
25152625

2516-
"@vitejs/plugin-react@^5.1.2":
2517-
version "5.1.2"
2518-
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.1.2.tgz#46f47be184c05a18839cb8705d79578b469ac6eb"
2519-
integrity sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==
2626+
"@vitejs/plugin-react@^5.2.0":
2627+
version "5.2.0"
2628+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz#108bd0f566f288ce3566982df4eff137ded7b15f"
2629+
integrity sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==
25202630
dependencies:
2521-
"@babel/core" "^7.28.5"
2631+
"@babel/core" "^7.29.0"
25222632
"@babel/plugin-transform-react-jsx-self" "^7.27.1"
25232633
"@babel/plugin-transform-react-jsx-source" "^7.27.1"
2524-
"@rolldown/pluginutils" "1.0.0-beta.53"
2634+
"@rolldown/pluginutils" "1.0.0-rc.3"
25252635
"@types/babel__core" "^7.20.5"
25262636
react-refresh "^0.18.0"
25272637

0 commit comments

Comments
 (0)