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

Update dependency @testing-library/jest-dom to v5.16.4 #1834

Merged
merged 1 commit into from Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion playbook/package.json
Expand Up @@ -75,7 +75,7 @@
"@actions/core": "1.6.0",
"@actions/github": "4.0.0",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "11.2.7",
"@types/lodash": "4.14.180",
"@types/react": "17.0.43",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -2107,9 +2107,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:5.16.3":
version: 5.16.3
resolution: "@testing-library/jest-dom@npm:5.16.3"
"@testing-library/jest-dom@npm:5.16.4":
version: 5.16.4
resolution: "@testing-library/jest-dom@npm:5.16.4"
dependencies:
"@babel/runtime": ^7.9.2
"@types/testing-library__jest-dom": ^5.9.1
Expand All @@ -2120,7 +2120,7 @@ __metadata:
dom-accessibility-api: ^0.5.6
lodash: ^4.17.15
redent: ^3.0.0
checksum: 34d52d09337eb399fc72de8a21c84753e7c03a0998f5fb0574c5b1114f86cf060fe831e550d3da08ff1a77b35ced272d46071b74581c41d16e240415f95aa579
checksum: 0ed481ff4a0c48d40689de3ef7d187035fb22d95f5b2a661eae3c5a50a93f5145445e7a3fe530a70e0c79a3d72b076ba13a05f3c9d29accc4ce7b46ad6fef1f0
languageName: node
linkType: hard

Expand Down Expand Up @@ -11542,7 +11542,7 @@ fsevents@^1.2.7:
"@babel/preset-react": ^7.12.5
"@babel/preset-typescript": ^7.15.0
"@popperjs/core": ^2.6.0
"@testing-library/jest-dom": 5.16.3
"@testing-library/jest-dom": 5.16.4
"@testing-library/react": 11.2.7
"@types/lodash": 4.14.180
"@types/react": 17.0.43
Expand Down