Skip to content

Commit 94c2c0a

Browse files
chore(dev-deps): update dependency @react-native/babel-preset to v0.82.1
1 parent a49eccc commit 94c2c0a

File tree

2 files changed

+92
-1
lines changed

2 files changed

+92
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@react-native-community/cli": "15.0.1",
2929
"@react-native-community/cli-platform-android": "15.0.1",
3030
"@react-native-community/cli-platform-ios": "15.0.1",
31-
"@react-native/babel-preset": "0.76.9",
31+
"@react-native/babel-preset": "0.82.1",
3232
"@react-native/eslint-config": "0.76.9",
3333
"@react-native/metro-config": "0.76.9",
3434
"@react-native/typescript-config": "0.76.9",

example/yarn.lock

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,6 +1433,14 @@
14331433
dependencies:
14341434
"@react-native/codegen" "0.76.9"
14351435

1436+
"@react-native/[email protected]":
1437+
version "0.82.1"
1438+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.82.1.tgz#11cee8a38b4f4c5d1c1eace59473c8c046eeed26"
1439+
integrity sha512-wzmEz/RlR4SekqmaqeQjdMVh4LsnL9e62mrOikOOkHDQ3QN0nrKLuUDzXyYptVbxQ0IRua4pTm3efJLymDBoEg==
1440+
dependencies:
1441+
"@babel/traverse" "^7.25.3"
1442+
"@react-native/codegen" "0.82.1"
1443+
14361444
"@react-native/[email protected]":
14371445
version "0.76.9"
14381446
resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.9.tgz#08bc4198c67a0d07905dcc48cb4105b8d0f6ecd9"
@@ -1484,6 +1492,57 @@
14841492
babel-plugin-transform-flow-enums "^0.0.2"
14851493
react-refresh "^0.14.0"
14861494

1495+
"@react-native/[email protected]":
1496+
version "0.82.1"
1497+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.82.1.tgz#9b09e1445862e8a6e562b7085fa294ff9b0f2186"
1498+
integrity sha512-Olj7p4XIsUWLKjlW46CqijaXt45PZT9Lbvv/Hz698FXTenPKk4k7sy6RGRGZPWO2TCBBfcb73dus1iNHRFSq7g==
1499+
dependencies:
1500+
"@babel/core" "^7.25.2"
1501+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
1502+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1503+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
1504+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1505+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1506+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
1507+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
1508+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
1509+
"@babel/plugin-transform-block-scoping" "^7.25.0"
1510+
"@babel/plugin-transform-class-properties" "^7.25.4"
1511+
"@babel/plugin-transform-classes" "^7.25.4"
1512+
"@babel/plugin-transform-computed-properties" "^7.24.7"
1513+
"@babel/plugin-transform-destructuring" "^7.24.8"
1514+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
1515+
"@babel/plugin-transform-for-of" "^7.24.7"
1516+
"@babel/plugin-transform-function-name" "^7.25.1"
1517+
"@babel/plugin-transform-literals" "^7.25.2"
1518+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
1519+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
1520+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
1521+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
1522+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
1523+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
1524+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
1525+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
1526+
"@babel/plugin-transform-parameters" "^7.24.7"
1527+
"@babel/plugin-transform-private-methods" "^7.24.7"
1528+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
1529+
"@babel/plugin-transform-react-display-name" "^7.24.7"
1530+
"@babel/plugin-transform-react-jsx" "^7.25.2"
1531+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
1532+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
1533+
"@babel/plugin-transform-regenerator" "^7.24.7"
1534+
"@babel/plugin-transform-runtime" "^7.24.7"
1535+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
1536+
"@babel/plugin-transform-spread" "^7.24.7"
1537+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
1538+
"@babel/plugin-transform-typescript" "^7.25.2"
1539+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1540+
"@babel/template" "^7.25.0"
1541+
"@react-native/babel-plugin-codegen" "0.82.1"
1542+
babel-plugin-syntax-hermes-parser "0.32.0"
1543+
babel-plugin-transform-flow-enums "^0.0.2"
1544+
react-refresh "^0.14.0"
1545+
14871546
"@react-native/[email protected]":
14881547
version "0.76.9"
14891548
resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.9.tgz#b386fae4d893e5e7ffba19833c7d31a330a2f559"
@@ -1498,6 +1557,19 @@
14981557
nullthrows "^1.1.1"
14991558
yargs "^17.6.2"
15001559

1560+
"@react-native/[email protected]":
1561+
version "0.82.1"
1562+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.82.1.tgz#d51fae22e0ae488be011526cb1bf07e403d50832"
1563+
integrity sha512-ezXTN70ygVm9l2m0i+pAlct0RntoV4afftWMGUIeAWLgaca9qItQ54uOt32I/9dBJvzBibT33luIR/pBG0dQvg==
1564+
dependencies:
1565+
"@babel/core" "^7.25.2"
1566+
"@babel/parser" "^7.25.3"
1567+
glob "^7.1.1"
1568+
hermes-parser "0.32.0"
1569+
invariant "^2.2.4"
1570+
nullthrows "^1.1.1"
1571+
yargs "^17.6.2"
1572+
15011573
"@react-native/[email protected]":
15021574
version "0.76.9"
15031575
resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.9.tgz#74f9f2dfe11aa5515522e006808b9aa2fd60afe3"
@@ -2274,6 +2346,13 @@ babel-plugin-polyfill-regenerator@^0.6.1:
22742346
dependencies:
22752347
"@babel/helper-define-polyfill-provider" "^0.6.3"
22762348

2349+
2350+
version "0.32.0"
2351+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.32.0.tgz#06f7452bf91adf6cafd7c98e7467404d4eb65cec"
2352+
integrity sha512-m5HthL++AbyeEA2FcdwOLfVFvWYECOBObLHNqdR8ceY4TsEdn4LdX2oTvbB2QJSSElE2AWA/b2MXZ/PF/CqLZg==
2353+
dependencies:
2354+
hermes-parser "0.32.0"
2355+
22772356
babel-plugin-syntax-hermes-parser@^0.23.1:
22782357
version "0.23.1"
22792358
resolved "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.23.1.tgz#470e9d1d30ad670d4c8a37138e22ae39c843d1ff"
@@ -3695,6 +3774,11 @@ [email protected]:
36953774
resolved "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
36963775
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
36973776

3777+
3778+
version "0.32.0"
3779+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.32.0.tgz#bb7da6613ab8e67e334a1854ea1e209f487d307b"
3780+
integrity sha512-KWn3BqnlDOl97Xe1Yviur6NbgIZ+IP+UVSpshlZWkq+EtoHg6/cwiDj/osP9PCEgFE15KBm1O55JRwbMEm5ejQ==
3781+
36983782
36993783
version "0.23.1"
37003784
resolved "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205"
@@ -3716,6 +3800,13 @@ [email protected]:
37163800
dependencies:
37173801
hermes-estree "0.25.1"
37183802

3803+
3804+
version "0.32.0"
3805+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.32.0.tgz#7916984ef6fdce62e7415d354cf35392061cd303"
3806+
integrity sha512-g4nBOWFpuiTqjR3LZdRxKUkij9iyveWeuks7INEsMX741f3r9xxrOe8TeQfUxtda0eXmiIFiMQzoeSQEno33Hw==
3807+
dependencies:
3808+
hermes-estree "0.32.0"
3809+
37193810
37203811
version "2.0.0"
37213812
resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"

0 commit comments

Comments
 (0)