From 1aa868fc25aaa6b3356f49cd0a96ac2bb218d66c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:02:59 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/react from 16.0.0 to 16.2.0 (#5337) --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ec84b77a35..8a292c350bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "@commitlint/config-conventional": "^19.2.2", "@testing-library/cypress": "^10.0.2", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", @@ -6766,10 +6766,11 @@ "dev": true }, "node_modules/@testing-library/react": { - "version": "16.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.0.tgz", - "integrity": "sha512-guuxUKRWQ+FgNX0h0NS0FIq3Q3uLtWVpBzcLOggmfMoUpgBnzBzvLLd4fbm6yS8ydJd94cIfY4yP9qUQjM2KwQ==", + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", + "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.5" }, @@ -6778,10 +6779,10 @@ }, "peerDependencies": { "@testing-library/dom": "^10.0.0", - "@types/react": "^18.0.0", - "@types/react-dom": "^18.0.0", - "react": "^18.0.0", - "react-dom": "^18.0.0" + "@types/react": "^18.0.0 || ^19.0.0", + "@types/react-dom": "^18.0.0 || ^19.0.0", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@types/react": { diff --git a/package.json b/package.json index 7cab22fcece..6626e368be3 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "@commitlint/config-conventional": "^19.2.2", "@testing-library/cypress": "^10.0.2", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", "copyfiles": "^2.4.1", "cross-env": "^7.0.3",