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 50cfdce commit a2d43cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
3 changes: 2 additions & 1 deletion packages/react-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
"@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",
"@types/node": "*",
"@types/react": "*",
"@types/react-dom": "*",
"@types/warning": "^3.0.0",
"canvas": "^2.11.2",
"core-js": "^3.37.0",
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -836,17 +836,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 @@ -928,7 +934,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 @@ -3165,9 +3171,10 @@ __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"
"@types/node": "npm:*"
"@types/react": "npm:*"
"@types/react-dom": "npm:*"
"@types/warning": "npm:^3.0.0"
canvas: "npm:^2.11.2"
clsx: "npm:^2.0.0"
Expand Down

0 comments on commit a2d43cd

Please sign in to comment.