Skip to content

Commit 57d6bdb

Browse files
chore(dev-deps): update dependency @react-native/metro-config to v0.76.6
1 parent bf52295 commit 57d6bdb

File tree

2 files changed

+94
-7
lines changed

2 files changed

+94
-7
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@react-native-community/cli-platform-ios": "15.0.1",
3131
"@react-native/babel-preset": "0.76.5",
3232
"@react-native/eslint-config": "0.76.5",
33-
"@react-native/metro-config": "0.76.5",
33+
"@react-native/metro-config": "0.76.6",
3434
"@react-native/typescript-config": "0.76.5",
3535
"babel-plugin-module-resolver": "^5.0.2",
3636
"patch-package": "^8.0.0"

example/yarn.lock

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

1436+
"@react-native/babel-plugin-codegen@0.76.6":
1437+
version "0.76.6"
1438+
resolved "https://registry.yarnpkg.com/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.76.6.tgz#0c249966ab43ac2200aadd051abcec4691c9a845"
1439+
integrity sha512-yFC9I/aDBOBz3ZMlqKn2NY/mDUtCksUNZ7AQmBiTAeVTUP0ujEjE0hTOx5Qd+kok7A7hwZEX87HdSgjiJZfr5g==
1440+
dependencies:
1441+
"@react-native/codegen" "0.76.6"
1442+
14361443
"@react-native/babel-preset@0.76.5":
14371444
version "0.76.5"
14381445
resolved "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.76.5.tgz#794ca17e1107e46712153f296a4930de2048e20e"
@@ -1484,6 +1491,57 @@
14841491
babel-plugin-transform-flow-enums "^0.0.2"
14851492
react-refresh "^0.14.0"
14861493

1494+
"@react-native/babel-preset@0.76.6":
1495+
version "0.76.6"
1496+
resolved "https://registry.yarnpkg.com/@react-native/babel-preset/-/babel-preset-0.76.6.tgz#f84fd12ceb2961946c599714d379bf900e140952"
1497+
integrity sha512-ojlVWY6S/VE/nb9hIRetPMTsW9ZmGb2R3dnToEXAtQQDz41eHMHXbkw/k2h0THp6qhas25ruNvn3N5n2o+lBzg==
1498+
dependencies:
1499+
"@babel/core" "^7.25.2"
1500+
"@babel/plugin-proposal-export-default-from" "^7.24.7"
1501+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1502+
"@babel/plugin-syntax-export-default-from" "^7.24.7"
1503+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1504+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1505+
"@babel/plugin-transform-arrow-functions" "^7.24.7"
1506+
"@babel/plugin-transform-async-generator-functions" "^7.25.4"
1507+
"@babel/plugin-transform-async-to-generator" "^7.24.7"
1508+
"@babel/plugin-transform-block-scoping" "^7.25.0"
1509+
"@babel/plugin-transform-class-properties" "^7.25.4"
1510+
"@babel/plugin-transform-classes" "^7.25.4"
1511+
"@babel/plugin-transform-computed-properties" "^7.24.7"
1512+
"@babel/plugin-transform-destructuring" "^7.24.8"
1513+
"@babel/plugin-transform-flow-strip-types" "^7.25.2"
1514+
"@babel/plugin-transform-for-of" "^7.24.7"
1515+
"@babel/plugin-transform-function-name" "^7.25.1"
1516+
"@babel/plugin-transform-literals" "^7.25.2"
1517+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.7"
1518+
"@babel/plugin-transform-modules-commonjs" "^7.24.8"
1519+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.24.7"
1520+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.7"
1521+
"@babel/plugin-transform-numeric-separator" "^7.24.7"
1522+
"@babel/plugin-transform-object-rest-spread" "^7.24.7"
1523+
"@babel/plugin-transform-optional-catch-binding" "^7.24.7"
1524+
"@babel/plugin-transform-optional-chaining" "^7.24.8"
1525+
"@babel/plugin-transform-parameters" "^7.24.7"
1526+
"@babel/plugin-transform-private-methods" "^7.24.7"
1527+
"@babel/plugin-transform-private-property-in-object" "^7.24.7"
1528+
"@babel/plugin-transform-react-display-name" "^7.24.7"
1529+
"@babel/plugin-transform-react-jsx" "^7.25.2"
1530+
"@babel/plugin-transform-react-jsx-self" "^7.24.7"
1531+
"@babel/plugin-transform-react-jsx-source" "^7.24.7"
1532+
"@babel/plugin-transform-regenerator" "^7.24.7"
1533+
"@babel/plugin-transform-runtime" "^7.24.7"
1534+
"@babel/plugin-transform-shorthand-properties" "^7.24.7"
1535+
"@babel/plugin-transform-spread" "^7.24.7"
1536+
"@babel/plugin-transform-sticky-regex" "^7.24.7"
1537+
"@babel/plugin-transform-typescript" "^7.25.2"
1538+
"@babel/plugin-transform-unicode-regex" "^7.24.7"
1539+
"@babel/template" "^7.25.0"
1540+
"@react-native/babel-plugin-codegen" "0.76.6"
1541+
babel-plugin-syntax-hermes-parser "^0.25.1"
1542+
babel-plugin-transform-flow-enums "^0.0.2"
1543+
react-refresh "^0.14.0"
1544+
14871545
"@react-native/codegen@0.76.5":
14881546
version "0.76.5"
14891547
resolved "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.76.5.tgz#4d89ec14a023d6946dbc44537c39b03bd006db7b"
@@ -1498,6 +1556,20 @@
14981556
nullthrows "^1.1.1"
14991557
yargs "^17.6.2"
15001558

1559+
"@react-native/codegen@0.76.6":
1560+
version "0.76.6"
1561+
resolved "https://registry.yarnpkg.com/@react-native/codegen/-/codegen-0.76.6.tgz#1c6822c59ac25a1ce608562481caf25e535f091f"
1562+
integrity sha512-BABb3e5G/+hyQYEYi0AODWh2km2d8ERoASZr6Hv90pVXdUHRYR+yxCatX7vSd9rnDUYndqRTzD0hZWAucPNAKg==
1563+
dependencies:
1564+
"@babel/parser" "^7.25.3"
1565+
glob "^7.1.1"
1566+
hermes-parser "0.23.1"
1567+
invariant "^2.2.4"
1568+
jscodeshift "^0.14.0"
1569+
mkdirp "^0.5.1"
1570+
nullthrows "^1.1.1"
1571+
yargs "^17.6.2"
1572+
15011573
"@react-native/community-cli-plugin@0.76.5":
15021574
version "0.76.5"
15031575
resolved "https://registry.npmjs.org/@react-native/community-cli-plugin/-/community-cli-plugin-0.76.5.tgz#e701a9f99565504a2510d1b54713b1c5dd0f1bb4"
@@ -1570,6 +1642,11 @@
15701642
resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.76.5.tgz#8f35696d96f804de589cd38382c4f0ffbbc248d5"
15711643
integrity sha512-ggM8tcKTcaqyKQcXMIvcB0vVfqr9ZRhWVxWIdiFO1mPvJyS6n+a+lLGkgQAyO8pfH0R1qw6K9D0nqbbDo865WQ==
15721644

1645+
"@react-native/js-polyfills@0.76.6":
1646+
version "0.76.6"
1647+
resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.76.6.tgz#83b65f3ca5f531abfcc6debb2b47c18b32d4bd47"
1648+
integrity sha512-cDD7FynxWYxHkErZzAJtzPGhJ13JdOgL+R0riTh0hCovOfIUz9ItffdLQv2nx48lnvMTQ+HZXMnGOZnsFCNzQw==
1649+
15731650
"@react-native/metro-babel-transformer@0.76.5":
15741651
version "0.76.5"
15751652
resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.5.tgz#ed5a05fff34c47af43eba4069e50be7c486f77bd"
@@ -1580,13 +1657,23 @@
15801657
hermes-parser "0.23.1"
15811658
nullthrows "^1.1.1"
15821659

1583-
"@react-native/metro-config@0.76.5":
1584-
version "0.76.5"
1585-
resolved "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.76.5.tgz#0e6ecbb5eca47e827e977a9fe1b57978df2d611d"
1586-
integrity sha512-+bklxpRj1BAFzAwOI29MjdddwlC6wTJYlnMK9a77GiowELNeRO4R8UD1dRepOoSVpPFfFlLbFiqYQXqBrbl1pA==
1660+
"@react-native/metro-babel-transformer@0.76.6":
1661+
version "0.76.6"
1662+
resolved "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.6.tgz#ec77a5459b288db81dba53dc24747c71eb3c041f"
1663+
integrity sha512-xSBi9jPliThu5HRSJvluqUlDOLLEmf34zY/U7RDDjEbZqC0ufPcPS7c5XsSg0GDPiXc7lgjBVesPZsKFkoIBgA==
15871664
dependencies:
1588-
"@react-native/js-polyfills" "0.76.5"
1589-
"@react-native/metro-babel-transformer" "0.76.5"
1665+
"@babel/core" "^7.25.2"
1666+
"@react-native/babel-preset" "0.76.6"
1667+
hermes-parser "0.23.1"
1668+
nullthrows "^1.1.1"
1669+
1670+
"@react-native/metro-config@0.76.6":
1671+
version "0.76.6"
1672+
resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.76.6.tgz#7df15495ba5595eaf3bf4daafe5e5ce14ade8d42"
1673+
integrity sha512-R//+5BT/1hXv3ZjFjgF5uvR4xBpiHbw9Ci9AtCebPaAslQL8FXqAtwhn1Fjrl+ECo1Nhe25B/Lzl9WMWmI9X0w==
1674+
dependencies:
1675+
"@react-native/js-polyfills" "0.76.6"
1676+
"@react-native/metro-babel-transformer" "0.76.6"
15901677
metro-config "^0.81.0"
15911678
metro-runtime "^0.81.0"
15921679

0 commit comments

Comments
 (0)