Skip to content

Commit 7cf1c30

Browse files
chore(dev-deps): update dependency @react-native/babel-preset to v0.80.2
1 parent 532ea7d commit 7cf1c30

File tree

2 files changed

+90
-1
lines changed

2 files changed

+90
-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.80.2",
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: 89 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.80.2"
1438+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.80.2.tgz#14964a7c7058e25df60b41b4dd6b8a3714a33440"
1439+
integrity sha512-q0XzdrdDebPwt5tEi2MSo90kpEcs4e3ZZskrbxda081DEjHhgm3bbIxAiW3BxY6adOf/eXxgOhKEGWTfG2me6g==
1440+
dependencies:
1441+
"@babel/traverse" "^7.25.3"
1442+
"@react-native/codegen" "0.80.2"
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.80.2"
1497+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.80.2.tgz#8c5ba82a37c044c22cf92e613eb8be01310782e5"
1498+
integrity sha512-vLtS8YJV0nAnOZ8kVJBaXzHlwvoMXpYB4/NBR1BuAesE+WTiAkXpDFnKSkXBHoS03d/5HYNVcW8VRaB2f0Jmtw==
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.80.2"
1542+
babel-plugin-syntax-hermes-parser "0.28.1"
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,17 @@
14981557
nullthrows "^1.1.1"
14991558
yargs "^17.6.2"
15001559

1560+
"@react-native/[email protected]":
1561+
version "0.80.2"
1562+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.80.2.tgz#2e5dc975400d41b84c7393d73cfe32f47b12d82e"
1563+
integrity sha512-eYad9ex9/RS6oFbbpu6LxsczktbhfJbJlTvtRlcWLJjJbFTeNr5Q7CgBT2/m5VtpxnJ/0YdmZ9vdazsJ2yp9kw==
1564+
dependencies:
1565+
glob "^7.1.1"
1566+
hermes-parser "0.28.1"
1567+
invariant "^2.2.4"
1568+
nullthrows "^1.1.1"
1569+
yargs "^17.6.2"
1570+
15011571
"@react-native/[email protected]":
15021572
version "0.76.9"
15031573
resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.9.tgz#74f9f2dfe11aa5515522e006808b9aa2fd60afe3"
@@ -2274,6 +2344,13 @@ babel-plugin-polyfill-regenerator@^0.6.1:
22742344
dependencies:
22752345
"@babel/helper-define-polyfill-provider" "^0.6.3"
22762346

2347+
2348+
version "0.28.1"
2349+
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.28.1.tgz#9e80a774ddb8038307a62316486669c668fb3568"
2350+
integrity sha512-meT17DOuUElMNsL5LZN56d+KBp22hb0EfxWfuPUeoSi54e40v1W4C2V36P75FpsH9fVEfDKpw5Nnkahc8haSsQ==
2351+
dependencies:
2352+
hermes-parser "0.28.1"
2353+
22772354
babel-plugin-syntax-hermes-parser@^0.23.1:
22782355
version "0.23.1"
22792356
resolved "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.23.1.tgz#470e9d1d30ad670d4c8a37138e22ae39c843d1ff"
@@ -3695,6 +3772,11 @@ [email protected]:
36953772
resolved "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz#6aeec17d1983b4eabf69721f3aa3eb705b17f480"
36963773
integrity sha512-0wUoCcLp+5Ev5pDW2OriHC2MJCbwLwuRx+gAqMTOkGKJJiBCLjtrvy4PWUGn6MIVefecRpzoOZ/UV6iGdOr+Cw==
36973774

3775+
3776+
version "0.28.1"
3777+
resolved "https://registry.yarnpkg.com/hermes-estree/-/hermes-estree-0.28.1.tgz#631e6db146b06e62fc1c630939acf4a3c77d1b24"
3778+
integrity sha512-w3nxl/RGM7LBae0v8LH2o36+8VqwOZGv9rX1wyoWT6YaKZLqpJZ0YQ5P0LVr3tuRpf7vCx0iIG4i/VmBJejxTQ==
3779+
36983780
36993781
version "0.23.1"
37003782
resolved "https://registry.npmjs.org/hermes-parser/-/hermes-parser-0.23.1.tgz#e5de648e664f3b3d84d01b48fc7ab164f4b68205"
@@ -3716,6 +3798,13 @@ [email protected]:
37163798
dependencies:
37173799
hermes-estree "0.25.1"
37183800

3801+
3802+
version "0.28.1"
3803+
resolved "https://registry.yarnpkg.com/hermes-parser/-/hermes-parser-0.28.1.tgz#17b9e6377f334b6870a1f6da2e123fdcd0b605ac"
3804+
integrity sha512-nf8o+hE8g7UJWParnccljHumE9Vlq8F7MqIdeahl+4x0tvCUJYRrT0L7h0MMg/X9YJmkNwsfbaNNrzPtFXOscg==
3805+
dependencies:
3806+
hermes-estree "0.28.1"
3807+
37193808
37203809
version "2.0.0"
37213810
resolved "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz#b7774a1486ef73cf7667ac9ae0858c012c57b9d3"

0 commit comments

Comments
 (0)