From 4f7b35b4f958c1f31ca3b50b05601a90ea6bd9ab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 May 2020 21:54:09 +0000 Subject: [PATCH] Bump eslint-plugin-testing-library from 3.1.2 to 3.1.3 Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases) - [Commits](https://github.com/testing-library/eslint-plugin-testing-library/compare/v3.1.2...v3.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 665408c..0d9e633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8784,9 +8784,9 @@ "dev": true }, "eslint-plugin-testing-library": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.1.2.tgz", - "integrity": "sha512-Xuty2MvgA3vg0dutUwTSeUkOsWtg5Fj6v0c9K930bVfNwmgzF0yLRsZ/xD0OK6t+8UX9O5SZShpHYkk/gWovcA==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-testing-library/-/eslint-plugin-testing-library-3.1.3.tgz", + "integrity": "sha512-whBD/EYNb+WNBQeLbXVwP0ECDVfunMLeXnkEixeHUE4mnnec8wUsPozGqpDzWprZ0feZSJBLA+h67/f/dytWJg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.29.0" diff --git a/package.json b/package.json index a45fdd9..bae297a 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.0.0", - "eslint-plugin-testing-library": "^3.1.2", + "eslint-plugin-testing-library": "^3.1.3", "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.9", "identity-obj-proxy": "^3.0.0", "jest": "^26.0.1",