Skip to content

Commit e518970

Browse files
committed
(0.72.3) : add @react-native/metro-config lib
1 parent 04bc146 commit e518970

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@react-native-community/netinfo": "^4.4.0",
2626
"@react-native-community/push-notification-ios": "^1.4.1",
2727
"@react-native-community/slider": "^3.0.0",
28+
"@react-native/metro-config": "^0.72.9",
2829
"@walletconnect/client": "^2.0.0-beta.23",
2930
"base-64": "^1.0.0",
3031
"bignumber.js": "git+https://github.com/status-im/bignumber.js.git#refs/tags/v4.0.2-status",
@@ -65,12 +66,12 @@
6566
"react-native-permissions": "^2.1.5",
6667
"react-native-randombytes": "^3.6.1",
6768
"react-native-reanimated": "3.0.0",
68-
"react-native-svg": "13.10.0",
6969
"react-native-redash": "18.1.0",
7070
"react-native-shake": "^3.3.1",
7171
"react-native-share": "^8.2.2",
7272
"react-native-static-safe-area-insets": "^2.2.0",
7373
"react-native-status-keycard": "git+https://github.com/status-im/react-native-status-keycard.git#refs/tags/v2.5.39",
74+
"react-native-svg": "13.10.0",
7475
"react-native-touch-id": "^4.4.1",
7576
"react-native-transparent-video": "git+https://github.com/status-im/react-native-transparent-video.git#refs/tags/0.0.9",
7677
"react-native-webview": "git+https://github.com/status-im/react-native-webview.git#refs/tags/v11.16.0-status",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3099,6 +3099,16 @@
30993099
resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz#905343ef0c51256f128256330fccbdb35b922291"
31003100
integrity sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA==
31013101

3102+
"@react-native/metro-config@^0.72.9":
3103+
version "0.72.9"
3104+
resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.9.tgz#bc103c7b5be0e6db179baab3f57096565557a039"
3105+
integrity sha512-5MGmyDnXPeprRuvgPGE4LZ+e+ovofSd5YY6nFDwg6wbjRGOkeCRRlaTlQT+fjmv+zr4vYG+MUTKBlaO+fui/vA==
3106+
dependencies:
3107+
"@react-native/js-polyfills" "^0.72.1"
3108+
metro-config "0.76.7"
3109+
metro-react-native-babel-transformer "0.76.7"
3110+
metro-runtime "0.76.7"
3111+
31023112
"@react-native/normalize-colors@*":
31033113
version "0.73.0"
31043114
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.73.0.tgz#23e15cf2a2b73ac7e5e6df8d5b86b173cfb35a3f"

0 commit comments

Comments
 (0)