Skip to content

Commit eb9c501

Browse files
committed
Update deps 2
1 parent b69c153 commit eb9c501

File tree

3 files changed

+57
-13
lines changed

3 files changed

+57
-13
lines changed

package-lock.json

Lines changed: 35 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@react-native-community/cli": "^16.0.1",
7171
"@react-native/babel-preset": "0.76.6",
7272
"@react-native/eslint-config": "0.76.6",
73-
"@react-native/metro-config": "0.76.5",
73+
"@react-native/metro-config": "0.76.6",
7474
"@react-native/typescript-config": "0.76.6",
7575
"@types/react": "^18.3.18",
7676
"@types/react-test-renderer": "^18.3.1",

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3044,6 +3044,11 @@
30443044
resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.76.5.tgz"
30453045
integrity sha512-ggM8tcKTcaqyKQcXMIvcB0vVfqr9ZRhWVxWIdiFO1mPvJyS6n+a+lLGkgQAyO8pfH0R1qw6K9D0nqbbDo865WQ==
30463046

3047+
"@react-native/[email protected]":
3048+
version "0.76.6"
3049+
resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.76.6.tgz"
3050+
integrity sha512-cDD7FynxWYxHkErZzAJtzPGhJ13JdOgL+R0riTh0hCovOfIUz9ItffdLQv2nx48lnvMTQ+HZXMnGOZnsFCNzQw==
3051+
30473052
"@react-native/[email protected]":
30483053
version "0.76.5"
30493054
resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.5.tgz"
@@ -3054,13 +3059,23 @@
30543059
hermes-parser "0.23.1"
30553060
nullthrows "^1.1.1"
30563061

3057-
"@react-native/metro-config@0.76.5":
3058-
version "0.76.5"
3059-
resolved "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.76.5.tgz"
3060-
integrity sha512-+bklxpRj1BAFzAwOI29MjdddwlC6wTJYlnMK9a77GiowELNeRO4R8UD1dRepOoSVpPFfFlLbFiqYQXqBrbl1pA==
3062+
"@react-native/metro-babel-transformer@0.76.6":
3063+
version "0.76.6"
3064+
resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.76.6.tgz"
3065+
integrity sha512-xSBi9jPliThu5HRSJvluqUlDOLLEmf34zY/U7RDDjEbZqC0ufPcPS7c5XsSg0GDPiXc7lgjBVesPZsKFkoIBgA==
30613066
dependencies:
3062-
"@react-native/js-polyfills" "0.76.5"
3063-
"@react-native/metro-babel-transformer" "0.76.5"
3067+
"@babel/core" "^7.25.2"
3068+
"@react-native/babel-preset" "0.76.6"
3069+
hermes-parser "0.23.1"
3070+
nullthrows "^1.1.1"
3071+
3072+
"@react-native/[email protected]":
3073+
version "0.76.6"
3074+
resolved "https://registry.npmjs.org/@react-native/metro-config/-/metro-config-0.76.6.tgz"
3075+
integrity sha512-R//+5BT/1hXv3ZjFjgF5uvR4xBpiHbw9Ci9AtCebPaAslQL8FXqAtwhn1Fjrl+ECo1Nhe25B/Lzl9WMWmI9X0w==
3076+
dependencies:
3077+
"@react-native/js-polyfills" "0.76.6"
3078+
"@react-native/metro-babel-transformer" "0.76.6"
30643079
metro-config "^0.81.0"
30653080
metro-runtime "^0.81.0"
30663081

0 commit comments

Comments
 (0)