From 3378087e5a0ae5c584b22f263059151f6d1b6c6d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 15:22:09 +0000 Subject: [PATCH 1/2] fix(package): update eslint-plugin-testing-library to version 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6cb8ce..4c2bb71 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^2.3.0", - "eslint-plugin-testing-library": "^1.3.4", + "eslint-plugin-testing-library": "^2.0.0", "fs-extra": "^8.1.0", "jest": "^24.9.0", "jest-runner-eslint": "^0.7.5", From 392dca35c8f27e785576f098e52a6d86adf65972 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 15:22:14 +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 6470ef1..35dff8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4884,9 +4884,9 @@ "integrity": "sha512-gLKCa52G4ee7uXzdLiorca7JIQZPPXRAQDXV83J4bUEeUuc5pIEyZYAZ45Xnxe5IuupxEqHS+hUhSLIimK1EMw==" }, "eslint-plugin-testing-library": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-1.3.4.tgz", - "integrity": "sha512-p7PgHZkaAbf2CQu7+WGF+PF1ah2S0oLsL+yQKT8YanmxwReKGLXAruPconGLRfBIbd9opOly1HDWuKt6l3zFVw==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-2.0.0.tgz", + "integrity": "sha512-HyHpQjcAu7xDUs7yvEw2IXyAzaN+J3bVfFWuABlOlY/KQWGVqdLU+5vkX+i3leexMa7lzNOYOTcHpzlloLvFZA==" }, "eslint-scope": { "version": "5.0.0",