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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-05-02 16:22:19 +00:00
committed by peril-parse-community[bot]
parent 1b0d20d53c
commit d4f4667008
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3479,9 +3479,9 @@
} }
}, },
"eslint-plugin-flowtype": { "eslint-plugin-flowtype": {
"version": "3.6.1", "version": "3.7.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.6.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.7.0.tgz",
"integrity": "sha512-VVuPKb5kgWFhxCkAMpL5wi44AK+4nkxa3XXZVa2PKf00n4INNbdKmZC0tT8qeNTHoDPYMXbqak4tGC9YtIOqGw==", "integrity": "sha512-6PAYrfSAd23C6ZTc9OhEpSn4uz5HnaXSOYzBLPiKNAE+WmNnWkgkfrswOK2Rlvn91ofZoba7SR04gitnmW9sqg==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash": "^4.17.11" "lodash": "^4.17.11"

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.16.0", "eslint": "5.16.0",
"eslint-plugin-flowtype": "3.6.1", "eslint-plugin-flowtype": "3.7.0",
"flow-bin": "0.98.0", "flow-bin": "0.98.0",
"gaze": "1.1.3", "gaze": "1.1.3",
"husky": "2.2.0", "husky": "2.2.0",