From 5ecef69bb8c5c26e0bff129ef7b6c0f695a9cfe2 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Tue, 2 Jul 2024 09:35:01 +0200 Subject: [PATCH] Bump @testing-library/react from 15.0.0 to 16.0.0 --- packages/react-date-picker/package.json | 3 ++- yarn.lock | 23 +++++++++++++++-------- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/packages/react-date-picker/package.json b/packages/react-date-picker/package.json index ca31729c..fc45f432 100644 --- a/packages/react-date-picker/package.json +++ b/packages/react-date-picker/package.json @@ -118,10 +118,11 @@ "@biomejs/biome": "^1.8.0", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.0.0", - "@testing-library/react": "^15.0.0", + "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.5.0", "@types/node": "*", "@types/react": "*", + "@types/react-dom": "*", "cpy-cli": "^5.0.0", "happy-dom": "^12.6.0", "react": "^18.2.0", diff --git a/yarn.lock b/yarn.lock index d508a631..4cc74dfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -833,17 +833,23 @@ __metadata: languageName: node linkType: hard -"@testing-library/react@npm:^15.0.0": - version: 15.0.0 - resolution: "@testing-library/react@npm:15.0.0" +"@testing-library/react@npm:^16.0.0": + version: 16.0.0 + resolution: "@testing-library/react@npm:16.0.0" dependencies: "@babel/runtime": "npm:^7.12.5" - "@testing-library/dom": "npm:^10.0.0" - "@types/react-dom": "npm:^18.0.0" 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 - checksum: 10c0/564c865767ef1eb3af16585df3b3111d76ac67f4103c3664ddecf4ad1dabf605fb9ca7c54d8718d14ed0f044d139814eff4ca28fdd62a7309c58146ca9c64877 + peerDependenciesMeta: + "@types/react": + optional: true + "@types/react-dom": + optional: true + checksum: 10c0/297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f languageName: node linkType: hard @@ -943,7 +949,7 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^18.0.0": +"@types/react-dom@npm:*": version: 18.0.11 resolution: "@types/react-dom@npm:18.0.11" dependencies: @@ -2747,10 +2753,11 @@ __metadata: "@biomejs/biome": "npm:^1.8.0" "@testing-library/dom": "npm:^10.0.0" "@testing-library/jest-dom": "npm:^6.0.0" - "@testing-library/react": "npm:^15.0.0" + "@testing-library/react": "npm:^16.0.0" "@testing-library/user-event": "npm:^14.5.0" "@types/node": "npm:*" "@types/react": "npm:*" + "@types/react-dom": "npm:*" "@wojtekmaj/date-utils": "npm:^1.1.3" clsx: "npm:^2.0.0" cpy-cli: "npm:^5.0.0"