Skip to content

Commit

Permalink
Update CLI to 10.2.0, Metro to 0.73.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robhogan committed Mar 1, 2023
1 parent d9321c0 commit 20a6fbd
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 172 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@react-native-community/cli": "10.1.3",
"@react-native-community/cli-platform-android": "10.1.3",
"@react-native-community/cli-platform-ios": "10.1.1",
"@react-native-community/cli": "10.2.0",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-platform-ios": "10.2.0",
"@react-native/assets": "1.0.0",
"@react-native/normalize-color": "2.1.0",
"@react-native/polyfills": "2.0.0",
Expand All @@ -122,9 +122,9 @@
"jest-environment-node": "^29.2.1",
"jsc-android": "^250231.0.0",
"memoize-one": "^5.0.0",
"metro-react-native-babel-transformer": "0.73.7",
"metro-runtime": "0.73.7",
"metro-source-map": "0.73.7",
"metro-react-native-babel-transformer": "0.73.8",
"metro-runtime": "0.73.8",
"metro-source-map": "0.73.8",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
Expand Down Expand Up @@ -179,8 +179,8 @@
"jest": "^29.2.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.73.7",
"metro-memory-fs": "0.73.7",
"metro-babel-register": "0.73.8",
"metro-memory-fs": "0.73.8",
"mkdirp": "^0.5.1",
"mock-fs": "^5.1.4",
"prettier": "^2.4.1",
Expand Down Expand Up @@ -208,4 +208,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions repo-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"jest": "^29.2.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.13.1",
"metro-babel-register": "0.73.7",
"metro-memory-fs": "0.73.7",
"metro-babel-register": "0.73.8",
"metro-memory-fs": "0.73.8",
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.7",
"metro-react-native-babel-preset": "0.73.8",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
Expand Down
Loading

0 comments on commit 20a6fbd

Please sign in to comment.