Bump flow-bin version to stop it hammering my Mac!

This commit is contained in:
Chris Bianca 2017-09-28 15:49:22 +01:00
parent 6060c36c1c
commit 1d435a6614
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2624,9 +2624,9 @@
} }
}, },
"flow-bin": { "flow-bin": {
"version": "0.46.0", "version": "0.55.0",
"resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.46.0.tgz", "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.55.0.tgz",
"integrity": "sha1-Bq1/4Z3dsQQiZEOAZKKjL+4SuHI=", "integrity": "sha1-kIPakye9jKtrQHbWPYXyJHp+rhs=",
"dev": true "dev": true
}, },
"for-in": { "for-in": {

View File

@ -70,7 +70,7 @@
"eslint-plugin-import": "^2.0.1", "eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1", "eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.46.0", "flow-bin": "^0.55.0",
"react": "^15.3.0", "react": "^15.3.0",
"react-dom": "^15.3.0", "react-dom": "^15.3.0",
"react-native": "^0.44.0", "react-native": "^0.44.0",