Update eslint-plugin-flowtype to the latest version 🚀 (#5480)

* chore(package): update eslint-plugin-flowtype to version 3.5.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-04-03 17:52:30 +00:00
committed by peril-parse-community[bot]
parent d779144da1
commit b208fbf6a9
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -3190,12 +3190,12 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.0.0.tgz",
"integrity": "sha512-84utjHfQeykSyNuhO885pp18yGKYuK2S03EFbhl/BpXR9jk0TABnDP/KhUAqDjjkB43mxK2WZjJesrhnncvR9Q==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.5.0.tgz",
"integrity": "sha512-MjReILZxs40ip9SZwg3BjrJ3qh9UyYUxqvweHvN8CxBw1dPeGul9CjjGrwi7md9tyuHyPg3cEG4xKmYb8q+yLg==",
"dev": true,
"requires": {
"lodash": "^4.17.10"
"lodash": "^4.17.11"
}
},
"eslint-scope": {

View File

@@ -56,7 +56,7 @@
"cross-env": "5.2.0",
"deep-diff": "1.0.2",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.0.0",
"eslint-plugin-flowtype": "3.5.0",
"flow-bin": "0.96.0",
"gaze": "1.1.3",
"husky": "1.0.0-rc.13",