Skip to content

Commit

Permalink
[LOCAL] fix(cli,metro,babel): bump cli and metro and babel to fix Win…
Browse files Browse the repository at this point in the history
…dows+Metro issue (#35786)
  • Loading branch information
kelset committed Jan 17, 2023
1 parent 5f3c1e1 commit df7c92f
Show file tree
Hide file tree
Showing 7 changed files with 1,189 additions and 806 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -105,9 +105,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@react-native-community/cli": "10.0.0",
"@react-native-community/cli-platform-android": "10.0.0",
"@react-native-community/cli-platform-ios": "10.0.0",
"@react-native-community/cli": "10.1.0",
"@react-native-community/cli-platform-android": "10.1.0",
"@react-native-community/cli-platform-ios": "10.1.0",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.1.0",
"@react-native/polyfills": "2.0.0",
Expand All @@ -120,9 +120,9 @@
"jest-environment-node": "^29.2.1",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.73.5",
"metro-runtime": "0.73.5",
"metro-source-map": "0.73.5",
"metro-react-native-babel-transformer": "0.73.7",
"metro-runtime": "0.73.7",
"metro-source-map": "0.73.7",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
Expand All @@ -144,7 +144,7 @@
"hermes-eslint": "0.8.0",
"react": "18.2.0",
"react-test-renderer": "18.2.0",
"@babel/core": "^7.14.0",
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.18.2",
"@babel/generator": "^7.14.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
Expand Down Expand Up @@ -176,8 +176,8 @@
"jest": "^29.2.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.73.5",
"metro-memory-fs": "0.73.5",
"metro-babel-register": "0.73.7",
"metro-memory-fs": "0.73.7",
"mkdirp": "^0.5.1",
"mock-fs": "^5.1.4",
"prettier": "^2.4.1",
Expand Down

0 comments on commit df7c92f

Please sign in to comment.