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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-02 16:52:24 +00:00
committed by peril-parse-community[bot]
parent cbcca36a84
commit e0690d0c56
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -4048,12 +4048,12 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.12.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.2.tgz",
"integrity": "sha512-Fky+noPK7WPEAuclGRBsRHNukmSc9h2cUMpht9+tVd30YoJwz3xK7ma1QQ69wIjVTbk2N0sA6QjEo2DlIf9LlA==",
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.13.0.tgz",
"integrity": "sha512-bhewp36P+t7cEV0b6OdmoRWJCBYRiHFlqPZAG1oS3SF+Y0LQkeDvFSM4oxoxvczD1OdONCXMlJfQFiWLcV9urw==",
"dev": true,
"requires": {
"lodash": "^4.17.11"
"lodash": "^4.17.15"
}
},
"eslint-scope": {

View File

@@ -73,7 +73,7 @@
"cross-env": "5.2.0",
"deep-diff": "1.0.2",
"eslint": "6.1.0",
"eslint-plugin-flowtype": "3.12.2",
"eslint-plugin-flowtype": "3.13.0",
"flow-bin": "0.104.0",
"form-data": "2.5.0",
"gaze": "1.1.3",