Skip to content

Commit

Permalink
Bump @testing-library/react from 15.0.0 to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Jul 2, 2024
1 parent cfefebb commit 5ecef69
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/react-date-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5ecef69

Please sign in to comment.