|
48 | 48 | js-tokens "^4.0.0" |
49 | 49 | picocolors "^1.1.1" |
50 | 50 |
|
| 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 | + |
51 | 60 | "@babel/compat-data@^7.28.6", "@babel/compat-data@^7.29.3": |
52 | 61 | version "7.29.3" |
53 | 62 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.3.tgz#e3f5347f0589596c91d227ccb6a541d37fb1307b" |
54 | 63 | integrity sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg== |
55 | 64 |
|
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" |
70 | 84 | "@jridgewell/remapping" "^2.3.5" |
71 | 85 | convert-source-map "^2.0.0" |
72 | 86 | debug "^4.1.0" |
|
118 | 132 | "@jridgewell/trace-mapping" "^0.3.28" |
119 | 133 | jsesc "^3.0.2" |
120 | 134 |
|
| 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 | + |
121 | 146 | "@babel/helper-annotate-as-pure@^7.18.6": |
122 | 147 | version "7.18.6" |
123 | 148 | resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb" |
|
150 | 175 | lru-cache "^5.1.1" |
151 | 176 | semver "^6.3.1" |
152 | 177 |
|
| 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 | + |
153 | 189 | "@babel/helper-create-class-features-plugin@^7.28.5": |
154 | 190 | version "7.28.5" |
155 | 191 | resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46" |
|
218 | 254 | resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674" |
219 | 255 | integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== |
220 | 256 |
|
| 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 | + |
221 | 262 | "@babel/helper-member-expression-to-functions@^7.27.1": |
222 | 263 | version "7.27.1" |
223 | 264 | resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44" |
|
250 | 291 | "@babel/traverse" "^7.28.6" |
251 | 292 | "@babel/types" "^7.28.6" |
252 | 293 |
|
| 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 | + |
253 | 302 | "@babel/helper-module-transforms@^7.27.1": |
254 | 303 | version "7.27.1" |
255 | 304 | resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.27.1.tgz#e1663b8b71d2de948da5c4fb2a20ca4f3ec27a6f" |
|
268 | 317 | "@babel/helper-validator-identifier" "^7.28.5" |
269 | 318 | "@babel/traverse" "^7.28.6" |
270 | 319 |
|
| 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 | + |
271 | 329 | "@babel/helper-optimise-call-expression@^7.27.1": |
272 | 330 | version "7.27.1" |
273 | 331 | resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz#c65221b61a643f3e62705e5dd2b5f115e35f9200" |
|
325 | 383 | resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687" |
326 | 384 | integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== |
327 | 385 |
|
| 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 | + |
328 | 391 | "@babel/helper-validator-identifier@^7.18.6": |
329 | 392 | version "7.19.1" |
330 | 393 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2" |
|
345 | 408 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4" |
346 | 409 | integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q== |
347 | 410 |
|
| 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 | + |
348 | 416 | "@babel/helper-validator-option@^7.27.1": |
349 | 417 | version "7.27.1" |
350 | 418 | resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f" |
351 | 419 | integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== |
352 | 420 |
|
| 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 | + |
353 | 426 | "@babel/helper-wrap-function@^7.27.1": |
354 | 427 | version "7.27.1" |
355 | 428 | resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.27.1.tgz#b88285009c31427af318d4fe37651cd62a142409" |
|
359 | 432 | "@babel/traverse" "^7.27.1" |
360 | 433 | "@babel/types" "^7.27.1" |
361 | 434 |
|
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== |
366 | 439 | 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" |
369 | 442 |
|
370 | 443 | "@babel/highlight@^7.18.6": |
371 | 444 | version "7.18.6" |
|
383 | 456 | dependencies: |
384 | 457 | "@babel/types" "^7.29.0" |
385 | 458 |
|
| 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 | + |
386 | 466 | "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5": |
387 | 467 | version "7.28.5" |
388 | 468 | 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 | 1247 | "@babel/parser" "^7.28.6" |
1168 | 1248 | "@babel/types" "^7.28.6" |
1169 | 1249 |
|
| 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 | + |
1170 | 1259 | "@babel/traverse@^7.27.1": |
1171 | 1260 | version "7.27.1" |
1172 | 1261 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.1.tgz#4db772902b133bbddd1c4f7a7ee47761c1b9f291" |
|
1206 | 1295 | "@babel/types" "^7.29.0" |
1207 | 1296 | debug "^4.3.1" |
1208 | 1297 |
|
| 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 | + |
1209 | 1311 | "@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": |
1210 | 1312 | version "7.23.0" |
1211 | 1313 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb" |
|
1247 | 1349 | "@babel/helper-string-parser" "^7.27.1" |
1248 | 1350 | "@babel/helper-validator-identifier" "^7.28.5" |
1249 | 1351 |
|
| 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 | + |
1250 | 1360 | "@bcoe/v8-coverage@^0.2.3": |
1251 | 1361 | version "0.2.3" |
1252 | 1362 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
1961 | 2071 | resolved "https://registry.yarnpkg.com/@remix-run/router/-/router-1.20.0.tgz#03554155b45d8b529adf635b2f6ad1165d70d8b4" |
1962 | 2072 | integrity sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg== |
1963 | 2073 |
|
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== |
1968 | 2078 |
|
1969 | 2079 | "@rollup/rollup-android-arm-eabi@4.50.0": |
1970 | 2080 | version "4.50.0" |
|
2513 | 2623 | resolved "https://registry.yarnpkg.com/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.11.1.tgz#538b1e103bf8d9864e7b85cc96fa8d6fb6c40777" |
2514 | 2624 | integrity sha512-lrW200hZdbfRtztbygyaq/6jP6AKE8qQN2KvPcJ+x7wiD038YtnYtZ82IMNJ69GJibV7bwL3y9FgK+5w/pYt6g== |
2515 | 2625 |
|
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== |
2520 | 2630 | dependencies: |
2521 | | - "@babel/core" "^7.28.5" |
| 2631 | + "@babel/core" "^7.29.0" |
2522 | 2632 | "@babel/plugin-transform-react-jsx-self" "^7.27.1" |
2523 | 2633 | "@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" |
2525 | 2635 | "@types/babel__core" "^7.20.5" |
2526 | 2636 | react-refresh "^0.18.0" |
2527 | 2637 |
|
|
0 commit comments