Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @react-native/metro-config to v0.74.87 #11306

Merged
merged 3 commits into from
Nov 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"@joplin/tools": "~3.2",
"@js-draw/material-icons": "1.20.3",
"@react-native/babel-preset": "0.74.86",
"@react-native/metro-config": "0.74.86",
"@react-native/metro-config": "0.74.87",
"@sqlite.org/sqlite-wasm": "3.46.0-build2",
"@testing-library/jest-native": "5.4.3",
"@testing-library/react-native": "12.3.3",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8216,7 +8216,7 @@ __metadata:
"@react-native-community/push-notification-ios": 1.11.0
"@react-native-community/slider": 4.5.2
"@react-native/babel-preset": 0.74.86
"@react-native/metro-config": 0.74.86
"@react-native/metro-config": 0.74.87
"@sqlite.org/sqlite-wasm": 3.46.0-build2
"@testing-library/jest-native": 5.4.3
"@testing-library/react-native": 12.3.3
Expand Down Expand Up @@ -11359,10 +11359,10 @@ __metadata:
languageName: node
linkType: hard

"@react-native/js-polyfills@npm:0.74.86":
version: 0.74.86
resolution: "@react-native/js-polyfills@npm:0.74.86"
checksum: 03e0cc36f6924b5b2b59afc4e3556f2fa919e60b7389a789a2e067e5f1be0cfdf08ec89540823aee58846bca80bc8958fe9dafb78b4a810fd81660727e58e4bc
"@react-native/js-polyfills@npm:0.74.87":
version: 0.74.87
resolution: "@react-native/js-polyfills@npm:0.74.87"
checksum: 268df78b62d22af2ad3e70e107ba0dd5d3c242a5fb11388dd9967c8bb46ce89433fbffd115c3752d31b3bde80616d1f6386edda4538983ddd74eb0df7c72344e
languageName: node
linkType: hard

Expand All @@ -11380,29 +11380,29 @@ __metadata:
languageName: node
linkType: hard

"@react-native/metro-babel-transformer@npm:0.74.86":
version: 0.74.86
resolution: "@react-native/metro-babel-transformer@npm:0.74.86"
"@react-native/metro-babel-transformer@npm:0.74.87":
version: 0.74.87
resolution: "@react-native/metro-babel-transformer@npm:0.74.87"
dependencies:
"@babel/core": ^7.20.0
"@react-native/babel-preset": 0.74.86
"@react-native/babel-preset": 0.74.87
hermes-parser: 0.19.1
nullthrows: ^1.1.1
peerDependencies:
"@babel/core": "*"
checksum: d2eb7671fb931c33e32ed5d70d12bcd6f9415e905e42eb64eec74b802e2f73a80d332fa0e7ccd3f3b75a71c5fa2a47fe7cfb38a7e2b8813734c6e47b4ea533f0
checksum: c665e7652aa086ed04efa03cfcaa22a405f2c885e844b23b194c5860f7ec616a59c6ac189dc024c8117a684b3d730c383d51f2a28f360277ab446a0f2ff0210c
languageName: node
linkType: hard

"@react-native/metro-config@npm:0.74.86":
version: 0.74.86
resolution: "@react-native/metro-config@npm:0.74.86"
"@react-native/metro-config@npm:0.74.87":
version: 0.74.87
resolution: "@react-native/metro-config@npm:0.74.87"
dependencies:
"@react-native/js-polyfills": 0.74.86
"@react-native/metro-babel-transformer": 0.74.86
"@react-native/js-polyfills": 0.74.87
"@react-native/metro-babel-transformer": 0.74.87
metro-config: ^0.80.3
metro-runtime: ^0.80.3
checksum: 06b5603e82681836c28dd7f28a7317a673c79352a2e04dfd89526afedab6fd6abc3c74560d959851a07215c608613c982daeb387eea836422e5691cb8b88fc60
checksum: e8256a8236133235882fdecfc875244793a39b5b6e61bbef60c4fb165cc60ac2af018d0587ba68494e072281dd32965f25b526b4ab28f978405a490d2ecabfd2
languageName: node
linkType: hard

Expand Down
Loading