Skip to content

Commit 66b82ae

Browse files
kelsetAndrei Shikov
authored and
Andrei Shikov
committedFeb 24, 2022
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. <!-- 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 2cd3173 commit 66b82ae

File tree

5 files changed

+325
-210
lines changed

5 files changed

+325
-210
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
@@ -87,7 +87,7 @@
8787
},
8888
"dependencies": {
8989
"@jest/create-cache-key-function": "^27.0.1",
90-
"@react-native-community/cli": "^7.0.1",
90+
"@react-native-community/cli": "^7.0.3",
9191
"@react-native-community/cli-platform-android": "^7.0.1",
9292
"@react-native-community/cli-platform-ios": "^7.0.1",
9393
"@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)
Please sign in to comment.