From b7bc7e667d34d8dc770c8500bb52d8ffa76e40e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Feb 2022 15:54:52 +0000 Subject: [PATCH] build(deps-dev): bump @testing-library/react from 12.1.2 to 12.1.3 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.2 to 12.1.3. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.2...v12.1.3) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a4f5515..8f7bfa38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5105,13 +5105,14 @@ } }, "@testing-library/react": { - "version": "12.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz", - "integrity": "sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g==", + "version": "12.1.3", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz", + "integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^8.0.0" + "@testing-library/dom": "^8.0.0", + "@types/react-dom": "*" } }, "@testing-library/user-event": { @@ -5349,6 +5350,15 @@ "csstype": "^3.0.2" } }, + "@types/react-dom": { + "version": "17.0.11", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz", + "integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==", + "dev": true, + "requires": { + "@types/react": "*" + } + }, "@types/react-redux": { "version": "7.1.20", "resolved": "https://registry.npmjs.org/@types/react-redux/-/react-redux-7.1.20.tgz", diff --git a/package.json b/package.json index 4a867c9c..242860b7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@redhat-cloud-services/frontend-components-config": "4.6.1", "@testing-library/dom": "8.11.3", "@testing-library/jest-dom": "5.16.2", - "@testing-library/react": "12.1.2", + "@testing-library/react": "12.1.3", "@testing-library/user-event": "13.5.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.1.0",