diff --git a/package.json b/package.json index 75c7f0aded..908b263c6b 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "@tanstack/react-query-devtools": "^4.29.6", "@testing-library/dom": "10.3.2", "@testing-library/jest-dom": "^6.4.2", - "@testing-library/react": "^16.0.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.5.2", "@total-typescript/ts-reset": "^0.4.2", "@types/confusing-browser-globals": "^1", diff --git a/yarn.lock b/yarn.lock index 80c297df15..03b7071b74 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5159,23 +5159,23 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:^16.0.0": - version: 16.0.0 - resolution: "@testing-library/react@npm:16.0.0" +"@testing-library/react@npm:^16.2.0": + version: 16.2.0 + resolution: "@testing-library/react@npm:16.2.0" dependencies: "@babel/runtime": "npm:^7.12.5" 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": optional: true "@types/react-dom": optional: true - checksum: 10c0/297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f + checksum: 10c0/7adaedaf237002b42e04a6261d2756074a19cbca0f0c79ba375660f618e123c0ee56256ced00aeb0bb7225ba1a8a81b92b692cca053521a21bb92a8cace1e4c6 languageName: node linkType: hard @@ -9093,7 +9093,7 @@ __metadata: "@tanstack/react-virtual": "npm:^3.8.1" "@testing-library/dom": "npm:10.3.2" "@testing-library/jest-dom": "npm:^6.4.2" - "@testing-library/react": "npm:^16.0.0" + "@testing-library/react": "npm:^16.2.0" "@testing-library/user-event": "npm:^14.5.2" "@total-typescript/ts-reset": "npm:^0.4.2" "@types/confusing-browser-globals": "npm:^1"