Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @testing-library/react from 15.0.6 to 16.2.0 #5939

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@storybook/preview-api": "^8.5.3",
"@storybook/theming": "^8.5.3",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.6",
"@testing-library/react": "16.2.0",
"@types/fs-extra": "11.0.4",
"@types/node": "18.19.14",
"@types/react": "18.3.1",
Expand Down
33 changes: 13 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4552,7 +4552,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:10.4.0, @testing-library/dom@npm:^10.0.0":
"@testing-library/dom@npm:10.4.0":
version: 10.4.0
resolution: "@testing-library/dom@npm:10.4.0"
dependencies:
Expand Down Expand Up @@ -4583,21 +4583,23 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:15.0.6":
version: 15.0.6
resolution: "@testing-library/react@npm:15.0.6"
"@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"
"@testing-library/dom": "npm:^10.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
"@types/react": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
"@testing-library/dom": ^10.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
checksum: 10/04f63fc8e1d32ca9ce387df87abbdbe1d1e8bd7343d305a3d4662e60133453a4a39f5b0e1653efbfe9516750ca559c27a9ace4740f4c3e24a49270acaf93084d
"@types/react-dom":
optional: true
checksum: 10/cf10bfa9a363384e6861417696fff4a464a64f98ec6f0bb7f1fa7cbb550d075d23a2f6a943b7df85dded7bde3234f6ea6b6e36f95211f4544b846ea72c288289
languageName: node
linkType: hard

Expand Down Expand Up @@ -4964,15 +4966,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.3.5
resolution: "@types/react-dom@npm:18.3.5"
peerDependencies:
"@types/react": ^18.0.0
checksum: 10/02095b326f373867498e0eb2b5ebb60f9bd9535db0d757ea13504c4b7d75e16605cf1d43ce7a2e67893d177b51db4357cabb2842fb4257c49427d02da1a14e09
languageName: node
linkType: hard

"@types/react@npm:*":
version: 19.0.8
resolution: "@types/react@npm:19.0.8"
Expand Down Expand Up @@ -10264,7 +10257,7 @@ __metadata:
"@storybook/preview-api": "npm:^8.5.3"
"@storybook/theming": "npm:^8.5.3"
"@swc/core": "npm:1.5.7"
"@testing-library/react": "npm:15.0.6"
"@testing-library/react": "npm:16.2.0"
"@types/fs-extra": "npm:11.0.4"
"@types/node": "npm:18.19.14"
"@types/react": "npm:18.3.1"
Expand Down
Loading