Upgrade flow-parser to 0.75.0 (#4727)

* Upgrade flow-parser to 0.75.0

* Added failing test for optional catch binding and flow-parser@0.74.0
master
Rubén Norte 2018-06-21 18:50:54 +01:00 committed by Christopher Chedeau
parent dcf44ffbdc
commit cbef0105e9
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@
"esutils": "2.0.2",
"find-parent-dir": "0.3.0",
"find-project-root": "1.1.1",
"flow-parser": "0.74.0",
"flow-parser": "0.75.0",
"get-stream": "3.0.0",
"globby": "6.1.0",
"graphql": "0.13.2",

View File

@ -1 +1 @@
run_spec(__dirname, ["babylon", "typescript"]);
run_spec(__dirname, ["flow", "babylon", "typescript"]);

View File

@ -2479,9 +2479,9 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
flow-parser@0.74.0:
version "0.74.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.74.0.tgz#4acc8f55bdce5fa4da43c72c28ef8a9600ace87c"
flow-parser@0.75.0:
version "0.75.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.75.0.tgz#9a1891c48051c73017b6b5cc07b3681fda3fdfb0"
for-in@^1.0.1, for-in@^1.0.2:
version "1.0.2"