Merge pull request #268 from brianlovin/depfu/update/npm/eslint-plugin-flowtype-3.10.5

Update eslint-plugin-flowtype: 3.10.3 → 3.10.5 (patch)
This commit is contained in:
Brian Lovin 2019-06-24 09:02:56 -04:00 committed by GitHub
commit 9facd01bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -4393,9 +4393,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.10.3",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.10.3.tgz",
"integrity": "sha512-b1OzI5drhiDmIG52jiZVR7IWQkiwN1vLD+VqvYuLnpzGBwfdw/mjdXz+qN7XN1IVKQ6pUSV0t4F9TxKoJNkpRA==",
"version": "3.10.5",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.10.5.tgz",
"integrity": "sha512-Kyz4fq6YZ83x8CD2ZSeKyX7vFwL5M9wDW5UZaSO1oM+32Wwu0Zbk50VBiPeRgTrCzxpq7geOxEY7lSY98oLzYQ==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View file

@ -41,7 +41,7 @@
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.10.3",
"eslint-plugin-flowtype": "^3.10.5",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",