Skip to content

Commit be8fe21

Browse files
Hans Halversonfacebook-github-bot
authored andcommitted
Deploy Flow v0.137.0
Summary: Changelog: [Internal] Reviewed By: mroch Differential Revision: D24627713 fbshipit-source-id: 4a3760f504e13dc92bab52a182aa00e44d1f950d
1 parent ab21d73 commit be8fe21

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.flowconfig

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

7272
[version]
73-
^0.136.0
73+
^0.137.0

.flowconfig.android

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

7272
[version]
73-
^0.136.0
73+
^0.137.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"ws": "^6.1.4"
118118
},
119119
"devDependencies": {
120-
"flow-bin": "^0.136.0",
120+
"flow-bin": "^0.137.0",
121121
"react": "17.0.1"
122122
},
123123
"detox": {

repo-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-hooks": "^4.0.7",
3434
"eslint-plugin-react-native": "3.8.1",
3535
"eslint-plugin-relay": "1.7.1",
36-
"flow-bin": "^0.136.0",
36+
"flow-bin": "^0.137.0",
3737
"jest": "^26.5.2",
3838
"jest-junit": "^10.0.0",
3939
"jscodeshift": "^0.11.0",

template/_flowconfig

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

6565
[version]
66-
^0.136.0
66+
^0.137.0

yarn.lock

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

3096-
flow-bin@^0.136.0:
3097-
version "0.136.0"
3098-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.136.0.tgz#2c1be64496d791ea3160047ce22968ef166835f1"
3099-
integrity sha512-Z0sycQDyWXiNsGAhOBUrvHPzz7Q4g38BT57+YzZGffbaBmWRNC6MGZb+R6XTzeWb30bZin5V21nPQZezJzm9cQ==
3096+
flow-bin@^0.137.0:
3097+
version "0.137.0"
3098+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.137.0.tgz#322a15b3744195af1e02bf1fec0a716296aee7d5"
3099+
integrity sha512-ytwUn68fPKK/VWVpCxJ4KNeNIjCC/uX0Ll6Z1E98sOXfMknB000WtgQjKYDdO6tOR8mvXBE0adzjgCrChVympw==
31003100

31013101
flow-parser@0.*, flow-parser@^0.121.0:
31023102
version "0.121.0"

0 commit comments

Comments
 (0)