From ed51d59131a233bc4aa5a2b2ac8b74e56742a69f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Nov 2019 15:03:51 +0000 Subject: [PATCH] Update dependency eslint-config-wpcalypso to v5 --- package-lock.json | 15 ++++++++++++--- package.json | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28f61f5140e..d22559bb0c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index 79483233c21..6643933bec7 100644 --- a/package.json +++ b/package.json @@ -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",