Skip to content

Commit df2e934

Browse files
kelsetfacebook-github-bot
authored andcommitted
chore(deps): bump CLI version to 7.0.3 to address web debugging issue (#33156)
Summary: Doing this patch level bump to ensure that all packages consuming `react-native` will get `7.0.3` and not lower 7.x versions. This is because this new patch contains this fix: react-native-community/cli#1560 (thanks NickGerleman & thymikee for your work!) We'll have to cherry-pick this into the 0.68 branch. While at it, I've also done a cheeky `npx yarn-deduplicate` to clean up the `yarn.lock` a bit. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [General] [Changed] - Bump RN CLI to v7.0.3 to address web debugging issue Pull Request resolved: #33156 Test Plan: CI + some local testing via `test-manual-e2e`: <img width="1779" alt="Screenshot 2022-02-21 at 11 40 54" src="https://user-images.githubusercontent.com/16104054/154948695-8c40bb56-87eb-4326-a740-49930994c08b.png"> Reviewed By: cortinico Differential Revision: D34385503 Pulled By: motiz88 fbshipit-source-id: f0d8c4e0e92f83c0d819eeaa0fbec27820145968
1 parent 1953f6f commit df2e934

File tree

5 files changed

+191
-313
lines changed

5 files changed

+191
-313
lines changed

.flowconfig

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
; Flow doesn't support platforms
1515
.*/Libraries/Utilities/LoadingView.js
1616

17+
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
18+
1719
[untyped]
1820
.*/node_modules/@react-native-community/cli/.*/.*
1921

.flowconfig.android

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
; Flow doesn't support platforms
1515
.*/Libraries/Utilities/LoadingView.js
1616

17+
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
18+
1719
[untyped]
1820
.*/node_modules/@react-native-community/cli/.*/.*
1921

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
"dependencies": {
9494
"@jest/create-cache-key-function": "^27.0.1",
95-
"@react-native-community/cli": "^7.0.1",
95+
"@react-native-community/cli": "^7.0.3",
9696
"@react-native-community/cli-platform-android": "^7.0.1",
9797
"@react-native-community/cli-platform-ios": "^7.0.1",
9898
"@react-native/assets": "1.0.0",

template/_flowconfig

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ node_modules/react-native/Libraries/polyfills/.*
1111
; Flow doesn't support platforms
1212
.*/Libraries/Utilities/LoadingView.js
1313

14+
.*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$
15+
1416
[untyped]
1517
.*/node_modules/@react-native-community/cli/.*/.*
1618

0 commit comments

Comments
 (0)