Skip to content

Commit 8b332d3

Browse files
chore(deps-dev): Bump @babel/preset-react from 7.28.5 to 7.29.7 in /experimenter (#15721)
Bumps [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) from 7.28.5 to 7.29.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@​babel/preset-react's releases</a>.</em></p> <blockquote> <h2>v7.29.7 (2026-05-25)</h2> <p>Re-release all packages with npm provenance attestations</p> <h2>v7.29.6 (2026-05-25)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18014">#18014</a> Catchup source map position in preserveFormat (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/18001">#18001</a> [7.x packport]Improve input source map handling (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17998">#17998</a> Preserve original identifier names from input sourcemaps (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/17992">#17992</a>) (<a href="https://github.com/Andarist"><code>@​Andarist</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Mateusz Burzyński (<a href="https://github.com/Andarist"><code>@​Andarist</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.29.5 (2026-05-05)</h2> <h4>:house: Internal</h4> <ul> <li><code>babel-preset-env</code> <ul> <li>Update <code>@babel/*</code> dependencies</li> </ul> </li> </ul> <h2>v7.29.4 (2026-05-05)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-modules-systemjs</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17974">#17974</a> [7.x backport]fix(systemjs): improve module string name support (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> <h2>v7.29.3 (2026-04-30)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17923">#17923</a> Support flow extends bound (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-helper-create-class-features-plugin</code>, <code>babel-plugin-proposal-decorators</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17931">#17931</a> fix(decorators): replace super within all removed static elements (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-register</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17915">#17915</a> Fix thread synchronization issues in <code>@babel/register</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-plugin-bugfix-safari-rest-destructuring-rhs-array</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/17788">#17788</a> Add bugfix plugin for Safari array rest destructuring bug (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-parser</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/4fba7541180bf5f58256d8e358b544e3831ad090"><code>4fba754</code></a> v7.29.7</li> <li><a href="https://github.com/babel/babel/commit/f3a22268bdc4fc6748cbc2be718a4d1090bdaf00"><code>f3a2226</code></a> [babel 7] Delete Babel 8 fixtures (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react/issues/17729">#17729</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.29.7/packages/babel-preset-react">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fdf656 commit 8b332d3

2 files changed

Lines changed: 124 additions & 51 deletions

File tree

experimenter/experimenter/legacy/legacy-ui/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@babel/plugin-proposal-class-properties": "^7.18.6",
4949
"@babel/plugin-proposal-decorators": "7.29.0",
5050
"@babel/preset-env": "^7.29.2",
51-
"@babel/preset-react": "7.28.5",
51+
"@babel/preset-react": "7.29.7",
5252
"@testing-library/jest-dom": "5.17.0",
5353
"@testing-library/react": "11.2.7",
5454
"babel-eslint": "10.1.0",

experimenter/yarn.lock

Lines changed: 123 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
js-tokens "^4.0.0"
3131
picocolors "^1.1.1"
3232

33-
"@babel/code-frame@^7.5.5":
33+
"@babel/code-frame@^7.29.7", "@babel/code-frame@^7.5.5":
3434
version "7.29.7"
3535
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.29.7.tgz#f2fbbfea87c44a21590ec515b778b2c26d8866e7"
3636
integrity sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==
@@ -76,6 +76,17 @@
7676
"@jridgewell/trace-mapping" "^0.3.28"
7777
jsesc "^3.0.2"
7878

79+
"@babel/generator@^7.29.7":
80+
version "7.29.7"
81+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.29.7.tgz#cca0b8827e6bcf3ba176788e7f3b180ad6db2fa3"
82+
integrity sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==
83+
dependencies:
84+
"@babel/parser" "^7.29.7"
85+
"@babel/types" "^7.29.7"
86+
"@jridgewell/gen-mapping" "^0.3.12"
87+
"@jridgewell/trace-mapping" "^0.3.28"
88+
jsesc "^3.0.2"
89+
7990
"@babel/helper-annotate-as-pure@^7.18.6":
8091
version "7.18.6"
8192
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -97,6 +108,13 @@
97108
dependencies:
98109
"@babel/types" "^7.27.3"
99110

111+
"@babel/helper-annotate-as-pure@^7.29.7":
112+
version "7.29.7"
113+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz#c70fe3c6ecbdc3fd2dd1b0f498428b88b82ce47f"
114+
integrity sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==
115+
dependencies:
116+
"@babel/types" "^7.29.7"
117+
100118
"@babel/helper-compilation-targets@^7.27.1", "@babel/helper-compilation-targets@^7.28.6":
101119
version "7.28.6"
102120
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25"
@@ -154,6 +172,11 @@
154172
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
155173
integrity sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==
156174

175+
"@babel/helper-globals@^7.29.7":
176+
version "7.29.7"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.29.7.tgz#f04a96fbd8473241b1079243f5b3f03a3010ab7b"
178+
integrity sha512-3nQVUAtvkKH9zahfWgw96Jc/uFOmjACE1kQz82E2lqWmHBgjzbNlsC22nuQTfahmWeQtTq5nQ/4Nnd2A1wj4zA==
179+
157180
"@babel/helper-member-expression-to-functions@^7.27.1":
158181
version "7.27.1"
159182
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.27.1.tgz#ea1211276be93e798ce19037da6f06fbb994fa44"
@@ -170,14 +193,22 @@
170193
"@babel/traverse" "^7.28.5"
171194
"@babel/types" "^7.28.5"
172195

173-
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.27.1", "@babel/helper-module-imports@^7.28.6":
196+
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.28.6":
174197
version "7.28.6"
175198
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
176199
integrity sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==
177200
dependencies:
178201
"@babel/traverse" "^7.28.6"
179202
"@babel/types" "^7.28.6"
180203

204+
"@babel/helper-module-imports@^7.29.7":
205+
version "7.29.7"
206+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.29.7.tgz#ef25048a518e828d7393fac5882ddd73921d7396"
207+
integrity sha512-ejHwrQQYcm9xnTivShn2IDOlIzInN34AXskvq9QicvCtEzq1Vzclu/tKF8Jq1Cg8JG2GL6/EmjgsCT7lXepE3g==
208+
dependencies:
209+
"@babel/traverse" "^7.29.7"
210+
"@babel/types" "^7.29.7"
211+
181212
"@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.6":
182213
version "7.28.6"
183214
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
@@ -194,10 +225,10 @@
194225
dependencies:
195226
"@babel/types" "^7.27.1"
196227

197-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.8.0":
198-
version "7.28.6"
199-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz#6f13ea251b68c8532e985fd532f28741a8af9ac8"
200-
integrity sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==
228+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.27.1", "@babel/helper-plugin-utils@^7.28.6", "@babel/helper-plugin-utils@^7.29.7", "@babel/helper-plugin-utils@^7.8.0":
229+
version "7.29.7"
230+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.29.7.tgz#c0a0766f1a13617d8a17407d7ab8f9d486225ea4"
231+
integrity sha512-G7sHYigPY17oO5SYWnfD/0MTBwVR781S/JI643e/JhUYgVgWE/61SoW3NH9KWUKyKq5LVh3npif99Wkt6j86Jw==
201232

202233
"@babel/helper-remap-async-to-generator@^7.27.1":
203234
version "7.27.1"
@@ -239,6 +270,11 @@
239270
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
240271
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
241272

273+
"@babel/helper-string-parser@^7.29.7":
274+
version "7.29.7"
275+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.29.7.tgz#7f0871d99824d23137d60f86fcf6130fd5a1b51f"
276+
integrity sha512-Pb5ijPrZ89GDH8223L4UP8i6QApWxs04RbPQJTeWDV0/keR2E36MeKnyr6LYmUUvqRRI+Iv87SuF1W6ErINzYw==
277+
242278
"@babel/helper-validator-identifier@^7.12.11":
243279
version "7.12.11"
244280
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
@@ -254,10 +290,10 @@
254290
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz#bd87084ced0c796ec46bda492de6e83d29e89fc2"
255291
integrity sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==
256292

257-
"@babel/helper-validator-option@^7.27.1":
258-
version "7.27.1"
259-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
260-
integrity sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==
293+
"@babel/helper-validator-option@^7.27.1", "@babel/helper-validator-option@^7.29.7":
294+
version "7.29.7"
295+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.29.7.tgz#cf315be940213b354eb4abcc0bd01ebe3f73bc2a"
296+
integrity sha512-N9ZErrD+yW5geCDtBqnOoxmR8+tNKiGuxKlDpuJxfsqpa2dFcexaziGAE/qoHLiDDreVNMupxGmSoNlyvsA3gw==
261297

262298
"@babel/helper-wrap-function@^7.27.1":
263299
version "7.28.6"
@@ -292,6 +328,13 @@
292328
dependencies:
293329
"@babel/types" "^7.29.0"
294330

331+
"@babel/parser@^7.29.7":
332+
version "7.29.7"
333+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.7.tgz#837b87387cbf5ec5530cb634b3c622f68edb9334"
334+
integrity sha512-hnORnjP/1P/zFEndoeX+n+t1RwWRJiJpM/jO7FW32Kn9r5+sJB2JWOdYo4L6k78j15eCwY3Gm/7364B1EMwtNg==
335+
dependencies:
336+
"@babel/types" "^7.29.7"
337+
295338
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.28.5":
296339
version "7.28.5"
297340
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"
@@ -416,12 +459,12 @@
416459
dependencies:
417460
"@babel/helper-plugin-utils" "^7.8.0"
418461

419-
"@babel/plugin-syntax-jsx@^7.27.1":
420-
version "7.27.1"
421-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.27.1.tgz#2f9beb5eff30fa507c5532d107daac7b888fa34c"
422-
integrity sha512-y8YTNIeKoyhGd9O0Jiyzyyqk8gdjnumGTQPsz0xOZOQ2RmkVJeZ1vmmfIvFEKqucBG6axJGBZDE/7iI5suUI/w==
462+
"@babel/plugin-syntax-jsx@^7.29.7":
463+
version "7.29.7"
464+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.29.7.tgz#622c16f9ad63782fe6e83dadc7e40330744b7f1e"
465+
integrity sha512-TSu8+mHCoEaaCDEZ0I3+6mvTBYR4PCxQwf2z9/r5Tbztv6NaLR3B9thGTTxX2WGuGHJqRiAbKPeGTJ5XWXVg6A==
423466
dependencies:
424-
"@babel/helper-plugin-utils" "^7.27.1"
467+
"@babel/helper-plugin-utils" "^7.29.7"
425468

426469
"@babel/plugin-syntax-logical-assignment-operators@^7.8.3":
427470
version "7.10.4"
@@ -796,38 +839,38 @@
796839
dependencies:
797840
"@babel/helper-plugin-utils" "^7.27.1"
798841

799-
"@babel/plugin-transform-react-display-name@^7.28.0":
800-
version "7.28.0"
801-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.28.0.tgz#6f20a7295fea7df42eb42fed8f896813f5b934de"
802-
integrity sha512-D6Eujc2zMxKjfa4Zxl4GHMsmhKKZ9VpcqIchJLvwTxad9zWIYulwYItBovpDOoNLISpcZSXoDJ5gaGbQUDqViA==
842+
"@babel/plugin-transform-react-display-name@^7.29.7":
843+
version "7.29.7"
844+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.29.7.tgz#bf161a6d750267b79db7ff6f8fb89c3369b02df3"
845+
integrity sha512-+1wdDMGNb4UPeY3Q4L5yLiYe6TXPXubs4NjrgRFw13hPRLJfEMw2Q5OXkee6/IfdqePIeW4Jjwe3aBh7SdKz4Q==
803846
dependencies:
804-
"@babel/helper-plugin-utils" "^7.27.1"
847+
"@babel/helper-plugin-utils" "^7.29.7"
805848

806-
"@babel/plugin-transform-react-jsx-development@^7.27.1":
807-
version "7.27.1"
808-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.27.1.tgz#47ff95940e20a3a70e68ad3d4fcb657b647f6c98"
809-
integrity sha512-ykDdF5yI4f1WrAolLqeF3hmYU12j9ntLQl/AOG1HAS21jxyg1Q0/J/tpREuYLfatGdGmXp/3yS0ZA76kOlVq9Q==
849+
"@babel/plugin-transform-react-jsx-development@^7.29.7":
850+
version "7.29.7"
851+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.29.7.tgz#64e6aacb5cb43b9e80d3d5f19ddefc158a624f09"
852+
integrity sha512-Xfy3UVMF04+ypnFbkhvfqtmvwfe92qwQdbGZVonhE+6v35GzlofmOnA1szaZqzb9xYWr0nl1e5EMmzi0DNON1g==
810853
dependencies:
811-
"@babel/plugin-transform-react-jsx" "^7.27.1"
854+
"@babel/plugin-transform-react-jsx" "^7.29.7"
812855

813-
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.27.1":
814-
version "7.27.1"
815-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.27.1.tgz#1023bc94b78b0a2d68c82b5e96aed573bcfb9db0"
816-
integrity sha512-2KH4LWGSrJIkVf5tSiBFYuXDAoWRq2MMwgivCf+93dd0GQi8RXLjKA/0EvRnVV5G0hrHczsquXuD01L8s6dmBw==
856+
"@babel/plugin-transform-react-jsx@^7.0.0", "@babel/plugin-transform-react-jsx@^7.29.7":
857+
version "7.29.7"
858+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.29.7.tgz#3d16a0e5773f079400a8c82a190709cdf92ee204"
859+
integrity sha512-WsZulLVBUHXVj2cUcPVx6UE21TpalB6bHbSFErKT0Ib++ax24jjXe73FqlWvdylFOjiuPHYi6VCcgRad1ItN+A==
817860
dependencies:
818-
"@babel/helper-annotate-as-pure" "^7.27.1"
819-
"@babel/helper-module-imports" "^7.27.1"
820-
"@babel/helper-plugin-utils" "^7.27.1"
821-
"@babel/plugin-syntax-jsx" "^7.27.1"
822-
"@babel/types" "^7.27.1"
861+
"@babel/helper-annotate-as-pure" "^7.29.7"
862+
"@babel/helper-module-imports" "^7.29.7"
863+
"@babel/helper-plugin-utils" "^7.29.7"
864+
"@babel/plugin-syntax-jsx" "^7.29.7"
865+
"@babel/types" "^7.29.7"
823866

824-
"@babel/plugin-transform-react-pure-annotations@^7.27.1":
825-
version "7.27.1"
826-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.27.1.tgz#339f1ce355eae242e0649f232b1c68907c02e879"
827-
integrity sha512-JfuinvDOsD9FVMTHpzA/pBLisxpv1aSf+OIV8lgH3MuWrks19R27e6a6DipIg4aX1Zm9Wpb04p8wljfKrVSnPA==
867+
"@babel/plugin-transform-react-pure-annotations@^7.29.7":
868+
version "7.29.7"
869+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.29.7.tgz#76445c90112dd0a7371b63264563bfa9a4fcd6e3"
870+
integrity sha512-H5E+HBgDpr6Q5t+Aj11tL7XkIui1jhbIoArVQnqjgXo5/3YxkN7ZEBcWF4RQlB0T4rrxJQbXS6kiFV6B7XTqUA==
828871
dependencies:
829-
"@babel/helper-annotate-as-pure" "^7.27.1"
830-
"@babel/helper-plugin-utils" "^7.27.1"
872+
"@babel/helper-annotate-as-pure" "^7.29.7"
873+
"@babel/helper-plugin-utils" "^7.29.7"
831874

832875
"@babel/plugin-transform-regenerator@^7.29.0":
833876
version "7.29.0"
@@ -1003,17 +1046,17 @@
10031046
"@babel/types" "^7.4.4"
10041047
esutils "^2.0.2"
10051048

1006-
"@babel/preset-react@7.28.5":
1007-
version "7.28.5"
1008-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.28.5.tgz#6fcc0400fa79698433d653092c3919bb4b0878d9"
1009-
integrity sha512-Z3J8vhRq7CeLjdC58jLv4lnZ5RKFUJWqH5emvxmv9Hv3BD1T9R/Im713R4MTKwvFaV74ejZ3sM01LyEKk4ugNQ==
1049+
"@babel/preset-react@7.29.7":
1050+
version "7.29.7"
1051+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.29.7.tgz#2ed18366e38c2081bbf1760dc01e88fa5674eb17"
1052+
integrity sha512-C+PV1TFUPTmBQGoPBL8j2QmLpZ117YTCwxIZeJOM96GbYMFSc7/pOXU5lVykwnZxyTqQxRsvoRk6f2FktZgGHA==
10101053
dependencies:
1011-
"@babel/helper-plugin-utils" "^7.27.1"
1012-
"@babel/helper-validator-option" "^7.27.1"
1013-
"@babel/plugin-transform-react-display-name" "^7.28.0"
1014-
"@babel/plugin-transform-react-jsx" "^7.27.1"
1015-
"@babel/plugin-transform-react-jsx-development" "^7.27.1"
1016-
"@babel/plugin-transform-react-pure-annotations" "^7.27.1"
1054+
"@babel/helper-plugin-utils" "^7.29.7"
1055+
"@babel/helper-validator-option" "^7.29.7"
1056+
"@babel/plugin-transform-react-display-name" "^7.29.7"
1057+
"@babel/plugin-transform-react-jsx" "^7.29.7"
1058+
"@babel/plugin-transform-react-jsx-development" "^7.29.7"
1059+
"@babel/plugin-transform-react-pure-annotations" "^7.29.7"
10171060

10181061
"@babel/runtime-corejs3@^7.10.2":
10191062
version "7.26.10"
@@ -1039,6 +1082,15 @@
10391082
"@babel/parser" "^7.28.6"
10401083
"@babel/types" "^7.28.6"
10411084

1085+
"@babel/template@^7.29.7":
1086+
version "7.29.7"
1087+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.29.7.tgz#4d9d4004f645cdd304de958c725162784ecac700"
1088+
integrity sha512-puq+Gf35oI24FeN11LkoUQFqv9uwNeWpxXZi/Ji3rRIoKAzKnxRaZ+Gkj0vKS9ZCiTESfng1N9LyOyXvo+m+Gg==
1089+
dependencies:
1090+
"@babel/code-frame" "^7.29.7"
1091+
"@babel/parser" "^7.29.7"
1092+
"@babel/types" "^7.29.7"
1093+
10421094
"@babel/traverse@^7.1.0", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.5", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.7.0":
10431095
version "7.29.0"
10441096
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a"
@@ -1052,6 +1104,19 @@
10521104
"@babel/types" "^7.29.0"
10531105
debug "^4.3.1"
10541106

1107+
"@babel/traverse@^7.29.7":
1108+
version "7.29.7"
1109+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.7.tgz#c47b07a41b95da0907d026b5dd894d98de7d2f2d"
1110+
integrity sha512-EhlfNQtZ+NK22w5BM61ciuiq1m58ed33Wr1Xan//ZRTy6hgjnwyCffRYwzsGXdASJSUJ1guZILsErh1eQcl+zw==
1111+
dependencies:
1112+
"@babel/code-frame" "^7.29.7"
1113+
"@babel/generator" "^7.29.7"
1114+
"@babel/helper-globals" "^7.29.7"
1115+
"@babel/parser" "^7.29.7"
1116+
"@babel/template" "^7.29.7"
1117+
"@babel/types" "^7.29.7"
1118+
debug "^4.3.1"
1119+
10551120
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.5", "@babel/types@^7.28.6", "@babel/types@^7.29.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
10561121
version "7.29.0"
10571122
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.0.tgz#9f5b1e838c446e72cf3cd4b918152b8c605e37c7"
@@ -1060,6 +1125,14 @@
10601125
"@babel/helper-string-parser" "^7.27.1"
10611126
"@babel/helper-validator-identifier" "^7.28.5"
10621127

1128+
"@babel/types@^7.29.7":
1129+
version "7.29.7"
1130+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.29.7.tgz#8005e31d82712ee7adaef6e23c63b71a62770a92"
1131+
integrity sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA==
1132+
dependencies:
1133+
"@babel/helper-string-parser" "^7.29.7"
1134+
"@babel/helper-validator-identifier" "^7.29.7"
1135+
10631136
"@bcoe/v8-coverage@^0.2.3":
10641137
version "0.2.3"
10651138
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)