Update dependency eslint-config-wpcalypso to v5

This commit is contained in:
Renovate Bot 2019-11-19 15:03:51 +00:00
parent 81187dc359
commit ed51d59131
No known key found for this signature in database
GPG Key ID: 30DC19D6846E13FA
2 changed files with 13 additions and 4 deletions

15
package-lock.json generated
View File

@ -3711,9 +3711,18 @@
}
},
"eslint-config-wpcalypso": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/eslint-config-wpcalypso/-/eslint-config-wpcalypso-4.0.1.tgz",
"integrity": "sha512-/MdCPOQusYRJI57/GFNi523CW75CUIoqKEY+8XhDtkz0iSeFXl12c2hW2l4ezE0cDbhMUwSslI07YpSPW7nRgA==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-wpcalypso/-/eslint-config-wpcalypso-5.0.0.tgz",
"integrity": "sha512-bENkOkC7Hk2LREkj9aVqv5ELqYaUZqN2IBtmCdsQXrkJBsW8FV9mOzcBHnLm3Cvw4YYfq0rZzIFuCs3pkPbe1Q==",
"dev": true,
"requires": {
"eslint-plugin-react-hooks": "^2.0.0"
}
},
"eslint-plugin-react-hooks": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.3.0.tgz",
"integrity": "sha512-gLKCa52G4ee7uXzdLiorca7JIQZPPXRAQDXV83J4bUEeUuc5pIEyZYAZ45Xnxe5IuupxEqHS+hUhSLIimK1EMw==",
"dev": true
},
"eslint-plugin-wpcalypso": {

View File

@ -33,7 +33,7 @@
"config": "3.2.4",
"cross-env": "6.0.3",
"eslint": "6.6.0",
"eslint-config-wpcalypso": "4.0.1",
"eslint-config-wpcalypso": "5.0.0",
"eslint-plugin-wpcalypso": "4.1.0",
"grunt": "1.0.4",
"grunt-checktextdomain": "1.0.1",