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 eslint-plugin-jest-dom to v5 #386

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 @@ -20,7 +20,7 @@
"@types/node": "^18.0.0",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"eslint-plugin-jest-dom": "^4.0.0",
"eslint-plugin-jest-dom": "^5.0.0",
"eslint-plugin-react-perf": "^3.3.0",
"eslint-plugin-regexp": "^1.5.0",
"eslint-plugin-sonarjs": "^0.21.0",
Expand Down
17 changes: 10 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3426,7 +3426,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^8.0.0, @testing-library/dom@npm:^8.11.1":
"@testing-library/dom@npm:^8.0.0":
version: 8.20.1
resolution: "@testing-library/dom@npm:8.20.1"
dependencies:
Expand Down Expand Up @@ -6784,16 +6784,19 @@ __metadata:
languageName: node
linkType: hard

"eslint-plugin-jest-dom@npm:^4.0.0":
version: 4.0.3
resolution: "eslint-plugin-jest-dom@npm:4.0.3"
"eslint-plugin-jest-dom@npm:^5.0.0":
version: 5.1.0
resolution: "eslint-plugin-jest-dom@npm:5.1.0"
dependencies:
"@babel/runtime": ^7.16.3
"@testing-library/dom": ^8.11.1
requireindex: ^1.2.0
peerDependencies:
"@testing-library/dom": ^8.0.0 || ^9.0.0
eslint: ^6.8.0 || ^7.0.0 || ^8.0.0
checksum: 6bd22cdb7951a4b9ac65fe35c7bdc3e44cbe09918c79535fa698433d730392ef7a6faa55468b84d1cb0303a923266a05d45e38278d88380b0f09c8e8f57c75de
peerDependenciesMeta:
"@testing-library/dom":
optional: true
checksum: bd190a5501b9f5bb6ac9057fbee124d54d3854f992e13a7415aba5d34ecedd0c7362263d6b8e956549d76c40008b70232da84476200b5762c4162021e3af052c
languageName: node
linkType: hard

Expand Down Expand Up @@ -13033,7 +13036,7 @@ resolve@^2.0.0-next.3:
"@types/node": ^18.0.0
"@types/react": ^17.0.34
"@types/react-dom": ^17.0.11
eslint-plugin-jest-dom: ^4.0.0
eslint-plugin-jest-dom: ^5.0.0
eslint-plugin-react-perf: ^3.3.0
eslint-plugin-regexp: ^1.5.0
eslint-plugin-sonarjs: ^0.21.0
Expand Down