Skip to content

Commit

Permalink
feat: add @react-native/metro-config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Jul 17, 2023
1 parent 9b6bd7c commit 846b6f4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@react-native/metro-config": "^0.72.7",
"@tarojs/cli": "3.7.0-canary.1",
"@tarojs/plugin-mini-ci": "3.7.0-canary.1",
"@tarojs/rn-runner": "3.7.0-canary.1",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3133,6 +3133,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.7":
version "0.72.9"
resolved "https://registry.yarnpkg.com/@react-native/metro-config/-/metro-config-0.72.9.tgz#bc103c7b5be0e6db179baab3f57096565557a039"
integrity sha512-5MGmyDnXPeprRuvgPGE4LZ+e+ovofSd5YY6nFDwg6wbjRGOkeCRRlaTlQT+fjmv+zr4vYG+MUTKBlaO+fui/vA==
dependencies:
"@react-native/js-polyfills" "^0.72.1"
metro-config "0.76.7"
metro-react-native-babel-transformer "0.76.7"
metro-runtime "0.76.7"

"@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

0 comments on commit 846b6f4

Please sign in to comment.