Skip to content

Commit b2e6483

Browse files
mrochfacebook-github-bot
authored andcommitted
deploy v0.162.0 to xplat
Summary: Changelog: [Internal] Reviewed By: vrama628 Differential Revision: D31640841 fbshipit-source-id: 783200913d06baca5b1d32d07b8ed5f4ecde7e1e
1 parent ad0d453 commit b2e6483

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

.flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.161.0
74+
^0.162.0

.flowconfig.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.161.0
74+
^0.162.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"ws": "^6.1.4"
120120
},
121121
"devDependencies": {
122-
"flow-bin": "^0.161.0",
122+
"flow-bin": "^0.162.0",
123123
"react": "17.0.2"
124124
},
125125
"detox": {

packages/rn-tester/js/components/RNTesterSettingSwitchRow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const styles = StyleSheet.create({
5050
/* $FlowFixMe[cannot-reassign-export] (>=0.85.0 site=react_native_fb) This
5151
* comment suppresses an error found when Flow v0.85 was deployed. To see the
5252
* error, delete this comment and run Flow. */
53+
// $FlowFixMe[cannot-reassign]
5354
RNTesterSettingSwitchRow = RNTesterStatePersister.createContainer(
5455
RNTesterSettingSwitchRow,
5556
{

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-hooks": "^4.2.0",
3737
"eslint-plugin-react-native": "3.10.0",
3838
"eslint-plugin-relay": "1.8.1",
39-
"flow-bin": "^0.161.0",
39+
"flow-bin": "^0.162.0",
4040
"jest": "^26.6.3",
4141
"jest-junit": "^10.0.0",
4242
"jscodeshift": "^0.11.0",

template/_flowconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ untyped-import
6262
untyped-type-import
6363

6464
[version]
65-
^0.161.0
65+
^0.162.0

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3028,10 +3028,10 @@ flatted@^2.0.0:
30283028
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
30293029
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
30303030

3031-
flow-bin@^0.161.0:
3032-
version "0.161.0"
3033-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.161.0.tgz#1c03ea4a9e3036a8bc639f050bd8dc6f5288e8bb"
3034-
integrity sha512-5BKQi+sjOXz67Kbc1teiBwd5e0Da6suW7S5oUCm9VclnzSZ3nlfNZUdrkvgJ5S4w5KDBDToEL7rREpn8rKF1zg==
3031+
flow-bin@^0.162.0:
3032+
version "0.162.0"
3033+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.162.0.tgz#26e3f9db2c93684499c68f1a85e57d888858dc5c"
3034+
integrity sha512-AXbDZjRzMQpmvyqeXlS9NV4eNHWGV1Fg/1v6FtuIAu+zsYJJ0mJ2JumqNUxF47rxOoeL9jGtuMxInx9rgqnFCw==
30353035

30363036
flow-parser@0.*, flow-parser@^0.121.0:
30373037
version "0.121.0"

0 commit comments

Comments
 (0)