From 4462f2ced701ad4431fdd6fa8b76f71a1aee4e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:37:18 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 12.1.3 to 12.1.5 Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.3 to 12.1.5. - [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.3...v12.1.5) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index afc0aaf4b..b1c7e5b00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "@nrwl/tao": "13.8.5", "@nrwl/web": "13.8.5", "@nrwl/workspace": "13.8.5", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "27.4.1", "@types/node": "20.10.1", @@ -7398,21 +7398,21 @@ } }, "node_modules/@testing-library/react": { - "version": "12.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz", - "integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==", + "version": "12.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.5.tgz", + "integrity": "sha512-OfTXCJUFgjd/digLUuPxa0+/3ZxsQmE7ub9kcbW/wi96Bh3o/p5vrETcBGfP17NWPGqeYYl5LTRpwyGoMC4ysg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^8.0.0", - "@types/react-dom": "*" + "@types/react-dom": "<18.0.0" }, "engines": { "node": ">=12" }, "peerDependencies": { - "react": "*", - "react-dom": "*" + "react": "<18.0.0", + "react-dom": "<18.0.0" } }, "node_modules/@testing-library/react-hooks": { diff --git a/package.json b/package.json index 4393c738c..26c403c3f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@nrwl/tao": "13.8.5", "@nrwl/web": "13.8.5", "@nrwl/workspace": "13.8.5", - "@testing-library/react": "12.1.3", + "@testing-library/react": "12.1.5", "@testing-library/react-hooks": "8.0.1", "@types/jest": "27.4.1", "@types/node": "20.10.1",