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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2018-10-13 23:17:09 +00:00
committed by peril-parse-community[bot]
parent 0685a0e7fb
commit 07220b351c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

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

View File

@@ -56,7 +56,7 @@
"cross-env": "5.2.0", "cross-env": "5.2.0",
"deep-diff": "1.0.2", "deep-diff": "1.0.2",
"eslint": "^5.0.0", "eslint": "^5.0.0",
"eslint-plugin-flowtype": "^2.39.1", "eslint-plugin-flowtype": "^3.0.0",
"flow-bin": "0.83.0", "flow-bin": "0.83.0",
"gaze": "1.1.3", "gaze": "1.1.3",
"husky": "^1.0.0-rc.13", "husky": "^1.0.0-rc.13",