Skip to content

Commit e1bca8f

Browse files
thymikeefacebook-github-bot
authored andcommitted
chore(cli, metro): bump cli to 10.0.0 and metro to 0.73.5 (#35580)
Summary: Small PR with bump to the new versions of CLI and Metro in preparation of the stable release for 0.71. ## Changelog [General] [Changed] - Bump CLI to 10.0.0 and Metro to 0.73.5 Pull Request resolved: #35580 Test Plan: CI green Reviewed By: cortinico Differential Revision: D41800580 Pulled By: jacdebug fbshipit-source-id: 7bf81308eb41490b004e685b1763574bfd3b27fb
1 parent 78b599f commit e1bca8f

File tree

2 files changed

+208
-232
lines changed

2 files changed

+208
-232
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@
108108
},
109109
"dependencies": {
110110
"@jest/create-cache-key-function": "^29.2.1",
111-
"@react-native-community/cli": "10.0.0-alpha.5",
112-
"@react-native-community/cli-platform-android": "10.0.0-alpha.4",
113-
"@react-native-community/cli-platform-ios": "10.0.0-alpha.3",
111+
"@react-native-community/cli": "10.0.0",
112+
"@react-native-community/cli-platform-android": "10.0.0",
113+
"@react-native-community/cli-platform-ios": "10.0.0",
114114
"@react-native/assets-registry": "^0.72.0",
115115
"@react-native/gradle-plugin": "^0.72.1",
116116
"@react-native/js-polyfills": "^0.72.0",
@@ -124,9 +124,9 @@
124124
"jest-environment-node": "^29.2.1",
125125
"jsc-android": "^250230.2.1",
126126
"memoize-one": "^5.0.0",
127-
"metro-react-native-babel-transformer": "0.73.3",
128-
"metro-runtime": "0.73.3",
129-
"metro-source-map": "0.73.3",
127+
"metro-react-native-babel-transformer": "0.73.5",
128+
"metro-runtime": "0.73.5",
129+
"metro-source-map": "0.73.5",
130130
"mkdirp": "^0.5.1",
131131
"nullthrows": "^1.1.1",
132132
"pretty-format": "^26.5.2",

0 commit comments

Comments
 (0)