Skip to content

Commit

Permalink
[LOCAL] bump metro to 0.76.5 and CLI to 11.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Cipolleschi committed May 26, 2023
1 parent c43bd7a commit 7c5dc1d
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 241 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
"jest": "^29.2.1",
"jest-junit": "^10.0.0",
"jscodeshift": "^0.14.0",
"metro-babel-register": "0.76.4",
"metro-memory-fs": "0.76.4",
"metro-react-native-babel-transformer": "0.76.4",
"metro-babel-register": "0.76.5",
"metro-memory-fs": "0.76.5",
"metro-react-native-babel-transformer": "0.76.5",
"mkdirp": "^0.5.1",
"mock-fs": "^5.1.4",
"prettier": "^2.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/metro-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"exports": "./index.js",
"dependencies": {
"@react-native/js-polyfills": "^0.72.1",
"metro-config": "0.76.4",
"metro-react-native-babel-transformer": "0.76.4",
"metro-runtime": "0.76.4"
"metro-config": "0.76.5",
"metro-react-native-babel-transformer": "0.76.5",
"metro-runtime": "0.76.5"
}
}
10 changes: 5 additions & 5 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
},
"dependencies": {
"@jest/create-cache-key-function": "^29.2.1",
"@react-native-community/cli": "11.3.0",
"@react-native-community/cli-platform-android": "11.3.0",
"@react-native-community/cli-platform-ios": "11.3.0",
"@react-native-community/cli": "11.3.1",
"@react-native-community/cli-platform-android": "11.3.1",
"@react-native-community/cli-platform-ios": "11.3.1",
"@react-native/assets-registry": "^0.72.0",
"@react-native/codegen": "^0.72.5",
"@react-native/gradle-plugin": "^0.72.8",
Expand All @@ -98,8 +98,8 @@
"jest-environment-node": "^29.2.1",
"jsc-android": "^250231.0.0",
"memoize-one": "^5.0.0",
"metro-runtime": "0.76.4",
"metro-source-map": "0.76.4",
"metro-runtime": "0.76.5",
"metro-source-map": "0.76.5",
"mkdirp": "^0.5.1",
"nullthrows": "^1.1.1",
"pretty-format": "^26.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.4",
"metro-react-native-babel-preset": "0.76.5",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
Expand Down

0 comments on commit 7c5dc1d

Please sign in to comment.