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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-03 11:59:50 +00:00
committed by peril-parse-community[bot]
parent ac353ca8c2
commit 0e8779fbae
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -4092,9 +4092,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.2.0.tgz",
"integrity": "sha512-mqf6AbQCP6N8Bk+ryXYwxt6sj3RT7i3kt8JOOx7WOQNlZtsLxqvnkXRRrToFHcN52E5W9c/p3UfNxCMsfENIJA==",
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.3.0.tgz",
"integrity": "sha512-elvqoadMHnYqSYN1YXn02DR7SFW8Kc2CLe8na3m2GdQPQhIY+BgCd2quVJ1AbW3aO0zcyE9loVJ7Szy8A/xlMA==",
"dev": true,
"requires": {
"lodash": "^4.17.15"

View File

@@ -74,7 +74,7 @@
"cross-env": "5.2.1",
"deep-diff": "1.0.2",
"eslint": "6.3.0",
"eslint-plugin-flowtype": "4.2.0",
"eslint-plugin-flowtype": "4.3.0",
"flow-bin": "0.106.3",
"form-data": "2.5.1",
"gaze": "1.1.3",