Merge pull request #205 from brianlovin/depfu/update/npm/eslint-plugin-flowtype-3.6.0

Update eslint-plugin-flowtype: 3.5.1 → 3.6.0 (minor)
This commit is contained in:
Brian Lovin 2019-04-09 14:08:29 -04:00 committed by GitHub
commit 045dce5ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4009,9 +4009,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.5.1.tgz",
"integrity": "sha512-mIhq7jhBSWNMp3ECmlWK+b9EFmLE+3Jd9axk05LB+snbRPkc3/lYTgb4Bu9lgt1QLmrxFDWsASdKj9CAIehckg==",
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.6.0.tgz",
"integrity": "sha512-7wRfgzXteB9jswXreGG64FlOdscV4z4hIW2lS+mC5t1K2QQkUDh7A+95dB4nU7io8zIOq4cRpftF+41xvMCtiA==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View file

@ -41,7 +41,7 @@
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^3.5.1",
"eslint-plugin-flowtype": "^3.6.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",