Upgrade flow

Summary:
I'm reverting back to not using range qualifiers, too, because
my VSCode got out of sync with the flowconfig and got kinda upset.

Reviewed By: jknoxville

Differential Revision: D15940128

fbshipit-source-id: ce621e72245b66810a29559788515559740c028d
This commit is contained in:
Pascal Hartig
2019-06-24 04:01:01 -07:00
committed by Facebook Github Bot
parent 74d7359cbe
commit 157f5a4ea6
3 changed files with 6 additions and 6 deletions

View File

@@ -33,4 +33,4 @@ untyped-import
untyped-type-import untyped-type-import
[version] [version]
^0.100.0 0.101.1

View File

@@ -63,7 +63,7 @@
"eslint-plugin-prettier": "^3.0.1", "eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.5.1", "eslint-plugin-react": "^7.5.1",
"eslint-plugin-relay": "^1.0.0", "eslint-plugin-relay": "^1.0.0",
"flow-bin": "^0.100.0", "flow-bin": "0.101.1",
"glob": "^7.1.2", "glob": "^7.1.2",
"jest": "^24.7.1", "jest": "^24.7.1",
"jest-fetch-mock": "^2.1.0", "jest-fetch-mock": "^2.1.0",

View File

@@ -3423,10 +3423,10 @@ flat-cache@^1.2.1:
graceful-fs "^4.1.2" graceful-fs "^4.1.2"
write "^0.2.1" write "^0.2.1"
flow-bin@^0.100.0: flow-bin@0.101.1:
version "0.100.0" version "0.101.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.100.0.tgz#729902726658cfa0a81425d6401f9625cf9f5534" resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.101.1.tgz#6175eb4a2e510949decf4750cb573f83ddf303f2"
integrity sha512-jcethhgrslBJukH7Z7883ohFFpzLrdsOEwHxvn5NwuTWbNaE71GAl55/PEBRJwYpDvYkRlqgcNkANTv0x5XjqA== integrity sha512-+HVuoMgWNK8vIM662Rt6OzlJNTnC+BWChdeYjkPpl70TKiRMt//j6/5x6PH8HVZ/vytOfPZw2b/JrlBHdlGCkQ==
flow-parser@0.*: flow-parser@0.*:
version "0.96.1" version "0.96.1"