Skip to content

Commit

Permalink
chore(devDeps): metro-config@~0.76.9 -> @react-native/metro-config@^0…
Browse files Browse the repository at this point in the history
….72.12
  • Loading branch information
legobeat committed Apr 27, 2024
1 parent 92b2585 commit 8c7593f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @format
*/

const { getDefaultConfig } = require('metro-config');
const { getDefaultConfig } = require('@react-native/metro-config');

module.exports = (async () => {
const {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
"@metamask/object-multiplex": "^1.1.0",
"@metamask/providers": "^13.1.0",
"@metamask/test-dapp": "^8.0.0",
"@react-native/metro-config": "^0.72.12",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native-community/slider": "^4.4.3",
"@rpii/wdio-html-reporter": "^7.7.1",
Expand Down Expand Up @@ -439,7 +440,6 @@
"koa": "^2.14.2",
"lint-staged": "10.5.4",
"listr2": "^8.0.2",
"metro-config": "~0.76.9",
"metro-react-native-babel-preset": "~0.76.9",
"metro-react-native-babel-transformer": "~0.76.9",
"multiple-cucumber-html-reporter": "^3.0.1",
Expand Down
12 changes: 11 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5586,6 +5586,16 @@
resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.72.1.tgz#905343ef0c51256f128256330fccbdb35b922291"
integrity sha512-cRPZh2rBswFnGt5X5EUEPs0r+pAsXxYsifv/fgy9ZLQokuT52bPH+9xjDR+7TafRua5CttGW83wP4TntRcWNDA==

"@react-native/metro-config@^0.72.12":
version "0.72.12"
resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.12.tgz#f55a0a68100824ac57989ee9ae9518a69b0c43c5"
integrity sha512-6NC5nr70oV8gH5vTz0yVYig6TGn97NfE58DdYottuOGPEODZf9Jpb7gdLs6Rqj5ryFDsKVPU3NsFmXKBJwEgXQ==
dependencies:
"@react-native/js-polyfills" "^0.72.1"
metro-config "^0.76.9"
metro-react-native-babel-transformer "^0.76.9"
metro-runtime "^0.76.9"

"@react-native/normalize-color@*", "@react-native/normalize-color@^2.0.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@react-native/normalize-color/-/normalize-color-2.1.0.tgz#939b87a9849e81687d3640c5efa2a486ac266f91"
Expand Down Expand Up @@ -20907,7 +20917,7 @@ [email protected]:
metro-core "0.76.9"
rimraf "^3.0.2"

[email protected], metro-config@^0.76.9, metro-config@~0.76.9:
[email protected], metro-config@^0.76.9:
version "0.76.9"
resolved "https://registry.yarnpkg.com/metro-config/-/metro-config-0.76.9.tgz#5e60aff9d8894c1ee6bbc5de23b7c8515a0b84a3"
integrity sha512-oYyJ16PY3rprsfoi80L+gDJhFJqsKI3Pob5LKQbJpvL+gGr8qfZe1eQzYp5Xxxk9DOHKBV1xD94NB8GdT/DA8Q==
Expand Down

0 comments on commit 8c7593f

Please sign in to comment.