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

build(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.1 #1450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -37,7 +37,7 @@
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/humanize-duration": "^3.27.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1666,9 +1666,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.5.0":
version: 6.5.0
resolution: "@testing-library/jest-dom@npm:6.5.0"
"@testing-library/jest-dom@npm:^6.6.1":
version: 6.6.1
resolution: "@testing-library/jest-dom@npm:6.6.1"
dependencies:
"@adobe/css-tools": ^4.4.0
aria-query: ^5.0.0
Expand All @@ -1677,7 +1677,7 @@ __metadata:
dom-accessibility-api: ^0.6.3
lodash: ^4.17.21
redent: ^3.0.0
checksum: c2d14103ebe3358852ec527ff7512f64207a39932b2f7b6dff7e73ba91296b01a71bad9a9584b6ee010681380a906c1740af50470adc6db660e1c7585d012ebf
checksum: cad9d8924857438ae9c3da9b42271330f58e86dcb4d6b9ac2573ec668f4418f9b52678ca9af97c3c1c15a14e601d1ec2dee31be3dea8d9c38c36d0f2b3529ef5
languageName: node
linkType: hard

Expand Down Expand Up @@ -4346,7 +4346,7 @@ __metadata:
"@patternfly/react-topology": ^5.4.0
"@reduxjs/toolkit": ^1.9.3
"@testing-library/dom": ^10.4.0
"@testing-library/jest-dom": ^6.5.0
"@testing-library/jest-dom": ^6.6.1
"@testing-library/react": ^12.1.5
"@testing-library/user-event": ^14.5.2
"@types/humanize-duration": ^3.27.4
Expand Down
Loading