Update eslint-plugin-flowtype to version 3.10.5

This commit is contained in:
depfu[bot] 2019-06-23 07:12:48 +00:00
parent 4f0d8fba18
commit baf0a4798f
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",