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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-05-15 19:04:28 +00:00
committed by peril-parse-community[bot]
parent 07ff4112d4
commit dc7d3f149f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3541,9 +3541,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.8.2.tgz",
"integrity": "sha512-3fBLnSQ4WEVKtd+PWuqL9qhciYrJWjLuOGilEIN3LzEYnPtvDcnjQPHP2OFhzTCRlpojSv2EEqoPW+Sol0vn2A==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.9.0.tgz",
"integrity": "sha512-g5CMBJx0dagvOOYLo0ws5Y4+Ma8BBDtgQU+AkjL3W0z8LJUsGL2avY2/bsTZS69qzEA+G7qWKleI1aZp6QNBBw==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View File

@@ -56,7 +56,7 @@
"cross-env": "5.2.0",
"deep-diff": "1.0.2",
"eslint": "5.16.0",
"eslint-plugin-flowtype": "3.8.2",
"eslint-plugin-flowtype": "3.9.0",
"flow-bin": "0.98.1",
"gaze": "1.1.3",
"husky": "2.3.0",