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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-29 00:35:51 +00:00
committed by peril-parse-community[bot]
parent f1619e428e
commit 1903f59db5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -3989,9 +3989,9 @@
} }
}, },
"eslint-plugin-flowtype": { "eslint-plugin-flowtype": {
"version": "3.12.1", "version": "3.12.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.1.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.2.tgz",
"integrity": "sha512-NZqf5iRgsfHOC31HQdtX2pvzCi0n/j9pB+L7Cf9QtuYxpx0i2wObT+R3rPKhQK4KtEDzGuzPYVf75j4eg+s9ZQ==", "integrity": "sha512-Fky+noPK7WPEAuclGRBsRHNukmSc9h2cUMpht9+tVd30YoJwz3xK7ma1QQ69wIjVTbk2N0sA6QjEo2DlIf9LlA==",
"dev": true, "dev": true,
"requires": { "requires": {
"lodash": "^4.17.11" "lodash": "^4.17.11"

View File

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