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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-18 17:14:07 +00:00
committed by peril-parse-community[bot]
parent 516d789491
commit 6be15331a6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3950,9 +3950,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.11.1.tgz",
"integrity": "sha512-4NiaaGZuz9iEGRTK8j4lkA/scibOXSYaYoHbsTtgLOxxqQCkbWV3xt8ETqILKg7DAYDqB69z1H5U71UmtdF9hw==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.0.tgz",
"integrity": "sha512-sqXHmT/JIxcxLU5HN5aJkyE9iNz0U0xQhgV5JoPt3SnEKSg6gSCDrZGK4o1HXuctWQoPfuotknvytVhg7P7MLQ==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View File

@@ -72,7 +72,7 @@
"cross-env": "5.2.0",
"deep-diff": "1.0.2",
"eslint": "6.0.1",
"eslint-plugin-flowtype": "3.11.1",
"eslint-plugin-flowtype": "3.12.0",
"flow-bin": "0.102.0",
"form-data": "2.5.0",
"gaze": "1.1.3",