Skip to content

Commit 11cf9ca

Browse files
Hans Halversonfacebook-github-bot
Hans Halverson
authored andcommitted
Deploy Flow v0.140.0
Summary: Changelog: [Internal] Reviewed By: mroch Differential Revision: D25468955 fbshipit-source-id: b23880f0398413a5974b270f3d1f78da29699353
1 parent 072896e commit 11cf9ca

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.138.0
74+
^0.140.0

.flowconfig.android

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ untyped-import
7171
untyped-type-import
7272

7373
[version]
74-
^0.138.0
74+
^0.140.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"ws": "^6.1.4"
121121
},
122122
"devDependencies": {
123-
"flow-bin": "^0.138.0",
123+
"flow-bin": "^0.140.0",
124124
"react": "17.0.1"
125125
},
126126
"detox": {

repo-config/package.json

+1-1
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.8.1",
36-
"flow-bin": "^0.138.0",
36+
"flow-bin": "^0.140.0",
3737
"jest": "^26.5.2",
3838
"jest-junit": "^10.0.0",
3939
"jscodeshift": "^0.11.0",

template/_flowconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ untyped-import
6464
untyped-type-import
6565

6666
[version]
67-
^0.138.0
67+
^0.140.0

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2993,10 +2993,10 @@ flatted@^2.0.0:
29932993
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
29942994
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
29952995

2996-
flow-bin@^0.138.0:
2997-
version "0.138.0"
2998-
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.138.0.tgz#a0c81a3dd1ed34771b33b7e91078ed260301aa17"
2999-
integrity sha512-y3twwNeN0FWEK0vvJo/5SiC/OQVlhubGRyOPIS6p49b2yiiWE/cBFG/aC9kFXFfh7Orewe5O5B2X0+IiEOCYIw==
2996+
flow-bin@^0.140.0:
2997+
version "0.140.0"
2998+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.140.0.tgz#bf1a2984a0e5604daa0d1e0432138d9897af65bb"
2999+
integrity sha512-9P/VciKACXocClhLiDg/p1ntYmgCEEc9QrNOoTqTi2SEdEZDTiAmJLONRJfw4uglPVRZ1p/esWF9KlbZiuxqVw==
30003000

30013001
flow-parser@0.*, flow-parser@^0.121.0:
30023002
version "0.121.0"

0 commit comments

Comments
 (0)