Skip to content

Commit

Permalink
flow-parser@0.74.0 (#4649)
Browse files Browse the repository at this point in the history
  • Loading branch information
existentialism authored and duailibe committed Jun 25, 2018
1 parent ab4ee77 commit 5db4cc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"esutils": "2.0.2",
"find-parent-dir": "0.3.0",
"find-project-root": "1.1.1",
"flow-parser": "0.73.0",
"flow-parser": "0.74.0",
"get-stream": "3.0.0",
"globby": "6.1.0",
"graphql": "0.13.2",
Expand Down
1 change: 0 additions & 1 deletion src/language-js/printer-estree.js
Expand Up @@ -2501,7 +2501,6 @@ function printPathNoParens(path, options, print, args) {

case "DeclareInterface":
case "InterfaceDeclaration":
case "InterfaceType":
case "InterfaceTypeAnnotation": {
if (
n.type === "DeclareInterface" ||
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -2357,9 +2357,9 @@ flatten@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"

flow-parser@0.73.0:
version "0.73.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.73.0.tgz#525ac0776f743e16b6dca1a3dd6c602260b15773"
flow-parser@0.74.0:
version "0.74.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.74.0.tgz#4acc8f55bdce5fa4da43c72c28ef8a9600ace87c"

for-in@^1.0.1, for-in@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit 5db4cc2

Please sign in to comment.