Skip to content

Commit

Permalink
[LOCAL] bump CLI to 9.3.3 and Metro do 0.72.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Jul 3, 2023
1 parent 3364cd1 commit 2a9d71d
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 144 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^27.0.1",
"@react-native-community/cli": "9.3.2",
"@react-native-community/cli": "9.3.3",
"@react-native-community/cli-platform-android": "9.3.1",
"@react-native-community/cli-platform-ios": "9.3.0",
"@react-native/assets": "1.0.0",
Expand All @@ -111,9 +111,9 @@
"invariant": "^2.2.4",
"jsc-android": "^250230.2.1",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.72.3",
"metro-runtime": "0.72.3",
"metro-source-map": "0.72.3",
"metro-react-native-babel-transformer": "0.72.4",
"metro-runtime": "0.72.4",
"metro-source-map": "0.72.4",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
Expand Down Expand Up @@ -164,8 +164,8 @@
"jest": "^26.6.3",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.72.3",
"metro-memory-fs": "0.72.3",
"metro-babel-register": "0.72.4",
"metro-memory-fs": "0.72.4",
"mock-fs": "^5.1.4",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"jest": "^26.6.3",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.72.3",
"metro-memory-fs": "0.72.3",
"metro-babel-register": "0.72.4",
"metro-memory-fs": "0.72.4",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"metro-react-native-babel-preset": "0.72.4",
"react-test-renderer": "18.1.0"
},
"jest": {
Expand Down
Loading

0 comments on commit 2a9d71d

Please sign in to comment.