From 2f2bccbc185c9ffe409de6c9b6ba7fd188c13991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 11:12:40 -0600 Subject: [PATCH] Bump @testing-library/react from 16.0.1 to 16.1.0 in /ui-v2 in the testling-library group (#16493) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui-v2/package-lock.json | 16 ++++++++-------- ui-v2/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui-v2/package-lock.json b/ui-v2/package-lock.json index 79d0f62cb733..5a65ce5ec5fc 100644 --- a/ui-v2/package-lock.json +++ b/ui-v2/package-lock.json @@ -64,7 +64,7 @@ "@tanstack/router-plugin": "^1.58.12", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^22.7.4", "@types/react": "^18.3.12", @@ -4225,9 +4225,9 @@ "dev": true }, "node_modules/@testing-library/react": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.0.1.tgz", - "integrity": "sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.1.0.tgz", + "integrity": "sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==", "dev": true, "dependencies": { "@babel/runtime": "^7.12.5" @@ -4237,10 +4237,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/ui-v2/package.json b/ui-v2/package.json index af14933b2576..f05db8ead25b 100644 --- a/ui-v2/package.json +++ b/ui-v2/package.json @@ -73,7 +73,7 @@ "@tanstack/router-plugin": "^1.58.12", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", "@types/node": "^22.7.4", "@types/react": "^18.3.12",