Skip to content

Commit

Permalink
fix(chore): upgrade flow-bin to maximum supported version
Browse files Browse the repository at this point in the history
fixes vscode flow error
```
Flow version 0.72.0 doesn't support 'flow lsp'. Please upgrade flow to version >=0.75.
```
  • Loading branch information
Andrew Luca committed Sep 9, 2019
1 parent 87beada commit f9fe66c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.72.0",
"flow-bin": "^0.79.1",
"flux-standard-action": "^2.0.3",
"glow": "^1.2.2",
"husky": "^1.2.1",
Expand Down

0 comments on commit f9fe66c

Please sign in to comment.