From de98e72d9f321bf40dc5e9eb8fb71a1c13955d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:01:28 +0100 Subject: [PATCH] Bump @testing-library/react from 14.3.1 to 15.0.7 (#186) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.3.1 to 15.0.7. - [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/v14.3.1...v15.0.7) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: celinetendam <63904343+celinetendam@users.noreply.github.com> --- package-lock.json | 37 +++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cddb31b2..0c358ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@playwright/test": "^1.45.3", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.4.8", - "@testing-library/react": "^14.3.1", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "@types/jest-axe": "^3.5.9", "@types/node": "^20.14.13", @@ -4379,21 +4379,46 @@ "dev": true }, "node_modules/@testing-library/react": { - "version": "14.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.3.1.tgz", - "integrity": "sha512-H99XjUhWQw0lTgyMN05W3xQG1Nh4lq574D8keFf1dDoNTJgp66VbJozRaczoF+wsiaPJNt/TcnfpLGufGxSrZQ==", + "version": "15.0.7", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-15.0.7.tgz", + "integrity": "sha512-cg0RvEdD1TIhhkm1IeYMQxrzy0MtUNfa3minv4MjbgcYzJAZ7yD0i0lwoPOTPr+INtiXFezt2o8xMSnyHhEn2Q==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5", - "@testing-library/dom": "^9.0.0", + "@testing-library/dom": "^10.0.0", "@types/react-dom": "^18.0.0" }, "engines": { - "node": ">=14" + "node": ">=18" }, "peerDependencies": { + "@types/react": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@testing-library/react/node_modules/@testing-library/dom": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", + "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" } }, "node_modules/@testing-library/user-event": { diff --git a/package.json b/package.json index 6cd203a5..6cc17872 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@playwright/test": "^1.45.3", "@testing-library/dom": "^9.3.4", "@testing-library/jest-dom": "^6.4.8", - "@testing-library/react": "^14.3.1", + "@testing-library/react": "^15.0.7", "@testing-library/user-event": "^14.5.2", "@types/jest-axe": "^3.5.9", "@types/node": "^20.14.13",