Skip to content

Commit e59fa52

Browse files
authored
Bump to Metro 0.66 (react-native-community#1420)
* Bump Versions for RN 0.65 1. Run `lerna version 6.0.0` to bump all package versions. This number is chosen instead of prerelease to avoid needing a new bump once no longer prerelease. 2. Bump Metro to 0.66 3. A best effort scan for other dependencies where we should ideally align. 1. Tag this commit with v6.0.0 (do not locally have permissions) 2. lerna publish 3. Use this version in RN 0.65-stable + master * update lockfile * npx yarn-deduplicate * Revert "Bump Versions for RN 0.65" This reverts commit 2e76dd1. * Bump Metro Packages
1 parent 815b368 commit e59fa52

File tree

2 files changed

+233
-324
lines changed

2 files changed

+233
-324
lines changed

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"joi": "^17.2.1",
4545
"leven": "^3.1.0",
4646
"lodash": "^4.17.15",
47-
"metro": "^0.64.0",
48-
"metro-config": "^0.64.0",
49-
"metro-core": "^0.64.0",
50-
"metro-react-native-babel-transformer": "^0.64.0",
51-
"metro-resolver": "^0.64.0",
52-
"metro-runtime": "^0.64.0",
47+
"metro": "^0.66.0",
48+
"metro-config": "^0.66.0",
49+
"metro-core": "^0.66.0",
50+
"metro-react-native-babel-transformer": "^0.66.0",
51+
"metro-resolver": "^0.66.0",
52+
"metro-runtime": "^0.66.0",
5353
"minimist": "^1.2.0",
5454
"mkdirp": "^0.5.1",
5555
"node-stream-zip": "^1.9.1",

0 commit comments

Comments
 (0)