From d621d1910cfffc94a237ac34b27a0a78af66f1ab Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 17:30:57 +0000 Subject: [PATCH 1/2] chore(package): update eslint-plugin-testing-library to version 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b72728..2ec6ede 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^3.0.0", - "eslint-plugin-testing-library": "^2.2.3", + "eslint-plugin-testing-library": "^3.0.0", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.8", "identity-obj-proxy": "^3.0.0", "jest": "^25.1.0", From dc204cc90074f99b81eeb665ad44b411acc27001 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 17:31:01 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2fd1fe..40bd658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7844,9 +7844,9 @@ "dev": true }, "eslint-plugin-testing-library": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-2.2.3.tgz", - "integrity": "sha512-pqMTWjBxYv+TnuU3ZzbdUJ0s5p5jSInlk6ly+YnTBNCDy2aLYpnNqeEinYzj1nH8Cthij62ajqzgODg6J25QNA==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.0.0.tgz", + "integrity": "sha512-qsYRGqs+foeAznXXzOzZMd+czd9meeZwQ8HabpOi9xm39pQqa06cJx6XzdgoR1sRLOKJhhBTpascBS6b6b6SiQ==", "dev": true }, "eslint-scope": {