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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-19 00:01:24 +00:00
committed by peril-parse-community[bot]
parent beeb097e55
commit c57f0d329b
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.12.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.0.tgz",
"integrity": "sha512-sqXHmT/JIxcxLU5HN5aJkyE9iNz0U0xQhgV5JoPt3SnEKSg6gSCDrZGK4o1HXuctWQoPfuotknvytVhg7P7MLQ==",
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.12.1.tgz",
"integrity": "sha512-NZqf5iRgsfHOC31HQdtX2pvzCi0n/j9pB+L7Cf9QtuYxpx0i2wObT+R3rPKhQK4KtEDzGuzPYVf75j4eg+s9ZQ==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View File

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