Update flow-bin to version 0.91.0

This commit is contained in:
depfu[bot] 2019-01-18 19:50:52 +00:00
parent 7189e731eb
commit 2a2f1e7f58
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4549,9 +4549,9 @@
}
},
"flow-bin": {
"version": "0.90.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.90.0.tgz",
"integrity": "sha512-/syDchjhLLL7nELK1ggyWJifGXuMCTz74kvkjR1t9DcmasMrilLl9qAAotsACcNb98etEEJpsCrvP7WL64kadw==",
"version": "0.91.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.91.0.tgz",
"integrity": "sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==",
"dev": true
},
"flush-write-stream": {

View file

@ -46,7 +46,7 @@
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"flow-bin": "^0.90.0",
"flow-bin": "^0.91.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
"prettier-eslint": "^8.8.2"