Merge pull request #160 from brianlovin/depfu/update/npm/eslint-plugin-flowtype-3.4.2

Update eslint-plugin-flowtype: 3.4.1 → 3.4.2 (patch)
This commit is contained in:
Brian Lovin 2019-02-16 15:12:57 -08:00 committed by GitHub
commit b869611ea1
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

@ -4129,9 +4129,9 @@
}
},
"eslint-plugin-flowtype": {
"version": "3.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.4.1.tgz",
"integrity": "sha512-u+shn4XXuLEMAuJmrkfa4d2a7PE3yirkAkjXF5yyLbK02DIsOP9BgRQo3MTAAbcRfTz9sOL6hmRPLYGaK5lhcA==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-3.4.2.tgz",
"integrity": "sha512-sv6O6fiN3dIwhU4qRxfcyIpbKGVvsxwIQ6vgBLudpQKjH1rEyEFEOjGzGEUBTQP9J8LdTZm37OjiqZ0ZeFOa6g==",
"dev": true,
"requires": {
"lodash": "^4.17.11"

View file

@ -41,7 +41,7 @@
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "^3.4.1",
"eslint-plugin-flowtype": "^3.4.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",