Skip to content

Commit 8afbeff

Browse files
chore(dev-deps): update dependency @react-native/babel-preset to v0.79.1
1 parent 097a485 commit 8afbeff

File tree

2 files changed

+78
-8
lines changed

2 files changed

+78
-8
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.5",
31+
"@react-native/babel-preset": "0.79.1",
3232
"@react-native/eslint-config": "0.76.5",
3333
"@react-native/metro-config": "0.76.5",
3434
"@react-native/typescript-config": "0.76.5",

example/yarn.lock

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

1436+
"@react-native/[email protected]":
1437+
version "0.79.1"
1438+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.1.tgz#bb2144c7570ba91be72e80b2aad1c8bc918fac7a"
1439+
integrity sha512-y3VyrPO/ej8Uhjk2IM+vBZok8cEyMl3DwJ3o/tsgiIVROITL+MWdk6M6iQOHRvwRWAgLe5jLSR3Zv5IIdDVY4A==
1440+
dependencies:
1441+
"@babel/traverse" "^7.25.3"
1442+
"@react-native/codegen" "0.79.1"
1443+
14361444
"@react-native/[email protected]":
14371445
version "0.76.5"
14381446
resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.5.tgz#794ca17e1107e46712153f296a4930de2048e20e"
@@ -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.79.1"
1497+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.79.1.tgz#6721d00a7a2aa730ccddfecf7011360e10a027c0"
1498+
integrity sha512-vS6Os9jFIeQ679VEwW2/h0a5uPYtX9E6ALYTW+VH4Knm+HNzdXC69Z1C5Cgia36ljiGEVCKtsBg5yjDYwliaeg==
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.79.1"
1542+
babel-plugin-syntax-hermes-parser "0.25.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.5"
14891548
resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.5.tgz#4d89ec14a023d6946dbc44537c39b03bd006db7b"
@@ -1498,6 +1557,17 @@
14981557
nullthrows "^1.1.1"
14991558
yargs "^17.6.2"
15001559

1560+
"@react-native/[email protected]":
1561+
version "0.79.1"
1562+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.79.1.tgz#3adc0b689ac1d863e883624625987878b7bbfee0"
1563+
integrity sha512-cTVXfCICkmUU6UvUpnLP4BE82O14JRuVz42cg/A19oasTaZmzHl0+uIDzt2cZEbt/N2sJ/EZnZL61qqpwbNXWQ==
1564+
dependencies:
1565+
glob "^7.1.1"
1566+
hermes-parser "0.25.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.5"
15031573
resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.5.tgz#e701a9f99565504a2510d1b54713b1c5dd0f1bb4"
@@ -2273,20 +2343,20 @@ babel-plugin-polyfill-regenerator@^0.6.1:
22732343
dependencies:
22742344
"@babel/helper-define-polyfill-provider" "^0.6.3"
22752345

2346+
[email protected], babel-plugin-syntax-hermes-parser@^0.25.1:
2347+
version "0.25.1"
2348+
resolved "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.25.1.tgz#58b539df973427fcfbb5176a3aec7e5dee793cb0"
2349+
integrity sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==
2350+
dependencies:
2351+
hermes-parser "0.25.1"
2352+
22762353
babel-plugin-syntax-hermes-parser@^0.23.1:
22772354
version "0.23.1"
22782355
resolved "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.23.1.tgz#470e9d1d30ad670d4c8a37138e22ae39c843d1ff"
22792356
integrity sha512-uNLD0tk2tLUjGFdmCk+u/3FEw2o+BAwW4g+z2QVlxJrzZYOOPADroEcNtTPt5lNiScctaUmnsTkVEnOwZUOLhA==
22802357
dependencies:
22812358
hermes-parser "0.23.1"
22822359

2283-
babel-plugin-syntax-hermes-parser@^0.25.1:
2284-
version "0.25.1"
2285-
resolved "https://registry.npmjs.org/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.25.1.tgz#58b539df973427fcfbb5176a3aec7e5dee793cb0"
2286-
integrity sha512-IVNpGzboFLfXZUAwkLFcI/bnqVbwky0jP3eBno4HKtqvQJAHBLdgxiG6lQ4to0+Q/YCN3PO0od5NZwIKyY4REQ==
2287-
dependencies:
2288-
hermes-parser "0.25.1"
2289-
22902360
babel-plugin-transform-flow-enums@^0.0.2:
22912361
version "0.0.2"
22922362
resolved "https://registry.npmjs.org/babel-plugin-transform-flow-enums/-/babel-plugin-transform-flow-enums-0.0.2.tgz#d1d0cc9bdc799c850ca110d0ddc9f21b9ec3ef25"

0 commit comments

Comments
 (0)