From 2ca9e2d04745c2247df48464518190d6346cc372 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 07:13:26 +0000 Subject: [PATCH] Bump @testing-library/react from 11.0.1 to 11.0.2 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.1 to 11.0.2. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.0.1...v11.0.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index adf18d52..0cd05d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2871,9 +2871,9 @@ } }, "@testing-library/dom": { - "version": "7.24.0", - "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.0.tgz", - "integrity": "sha512-Q83bQctoBse3NbHrUHlLypSp+cIchmpLCtVTG2rgVL2RhzgNOjlYgqH/gmwg3ztHVPADSD3PwtoXRhgU6dfTxQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz", + "integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==", "dev": true, "requires": { "@babel/code-frame": "^7.10.4", @@ -3033,9 +3033,9 @@ } }, "@testing-library/react": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.1.tgz", - "integrity": "sha512-dpN8pNLncmDX97NIVPjdpj4qYra7+ODk/JeWF4F+qaL7pU84YX7YVHK0pM4zbqTKKPypc0aoL8hrhJ31qYRmVA==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.2.tgz", + "integrity": "sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==", "dev": true, "requires": { "@babel/runtime": "^7.11.2", diff --git a/package.json b/package.json index e140bddd..be8baa37 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/preset-react": "^7.10.4", "@svgr/webpack": "5.4.0", "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.0.1", + "@testing-library/react": "^11.0.2", "@testing-library/user-event": "^12.1.3", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0",