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): update dependency @types/testing-library__jest-dom to v6 #156

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 packages/dev-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/react-dom": "17.0.26",
"@types/react-modal": "3.16.3",
"@types/react-router-dom": "5.3.3",
"@types/testing-library__jest-dom": "5.14.9",
"@types/testing-library__jest-dom": "6.0.0",
"@types/testing-library__react": "10.2.0",
"@types/testing-library__user-event": "4.2.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand Down
52 changes: 8 additions & 44 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ __metadata:
"@types/react-dom": 17.0.26
"@types/react-modal": 3.16.3
"@types/react-router-dom": 5.3.3
"@types/testing-library__jest-dom": 5.14.9
"@types/testing-library__jest-dom": 6.0.0
"@types/testing-library__react": 10.2.0
"@types/testing-library__user-event": 4.2.0
"@typescript-eslint/eslint-plugin": 5.62.0
Expand Down Expand Up @@ -4414,7 +4414,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.6.3":
"@testing-library/jest-dom@npm:*, @testing-library/jest-dom@npm:6.6.3":
version: 6.6.3
resolution: "@testing-library/jest-dom@npm:6.6.3"
dependencies:
Expand Down Expand Up @@ -4892,16 +4892,6 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:*":
version: 26.0.20
resolution: "@types/jest@npm:26.0.20"
dependencies:
jest-diff: ^26.0.0
pretty-format: ^26.0.0
checksum: db7730d2d70d2cdaef0ade7a5185fad844b21df827eafdd1690ce8053c399277ecce6b274ffd649e7a38008e192e8f0eb3ecc296b69e75407e30a9c8388d0d5c
languageName: node
linkType: hard

"@types/json-schema@npm:^7.0.15, @types/json-schema@npm:^7.0.7":
version: 7.0.15
resolution: "@types/json-schema@npm:7.0.15"
Expand Down Expand Up @@ -5164,12 +5154,12 @@ __metadata:
languageName: node
linkType: hard

"@types/testing-library__jest-dom@npm:5.14.9":
version: 5.14.9
resolution: "@types/testing-library__jest-dom@npm:5.14.9"
"@types/testing-library__jest-dom@npm:6.0.0":
version: 6.0.0
resolution: "@types/testing-library__jest-dom@npm:6.0.0"
dependencies:
"@types/jest": "*"
checksum: d364494fc2545316292e88861146146af1e3818792ca63b62a63758b2f737669b687f4aaddfcfbcb7d0e1ed7890a9bd05de23ff97f277d5e68de574497a9ee72
"@testing-library/jest-dom": "*"
checksum: 1b4db1aa3c4225524203b4d1c3b36c7129e9d1e0547e46d2e5283c3ece226a3c16f5f20387cc71b33ab0eecd99d0cf91111bb327e8adb240388d99fb94af7a4d
languageName: node
linkType: hard

Expand Down Expand Up @@ -8989,13 +8979,6 @@ __metadata:
languageName: node
linkType: hard

"diff-sequences@npm:^26.6.2":
version: 26.6.2
resolution: "diff-sequences@npm:26.6.2"
checksum: 79af871776ef149a7ff3345d6b1bf37fe6e81f68632aa5542787851f6f60fba19b0be22fdd1e06046f56ae7382763ccfe94a982c39ee72bd107aef435ecbc0cf
languageName: node
linkType: hard

"diff@npm:^4.0.1":
version: 4.0.2
resolution: "diff@npm:4.0.2"
Expand Down Expand Up @@ -12559,25 +12542,6 @@ __metadata:
languageName: node
linkType: hard

"jest-diff@npm:^26.0.0":
version: 26.6.2
resolution: "jest-diff@npm:26.6.2"
dependencies:
chalk: ^4.0.0
diff-sequences: ^26.6.2
jest-get-type: ^26.3.0
pretty-format: ^26.6.2
checksum: d00d297f31e1ac0252127089892432caa7a11c69bde29cf3bb6c7a839c8afdb95cf1fd401f9df16a4422745da2e6a5d94b428b30666a2540c38e1c5699915c2d
languageName: node
linkType: hard

"jest-get-type@npm:^26.3.0":
version: 26.3.0
resolution: "jest-get-type@npm:26.3.0"
checksum: 1cc6465ae4f5e880be22ba52fd270fa64c21994915f81b41f8f7553a7957dd8e077cc8d03035de9412e2d739f8bad6a032ebb5dab5805692a5fb9e20dd4ea666
languageName: node
linkType: hard

"jiti@npm:^1.19.1":
version: 1.21.6
resolution: "jiti@npm:1.21.6"
Expand Down Expand Up @@ -15601,7 +15565,7 @@ __metadata:
languageName: node
linkType: hard

"pretty-format@npm:^26.0.0, pretty-format@npm:^26.6.2":
"pretty-format@npm:^26.6.2":
version: 26.6.2
resolution: "pretty-format@npm:26.6.2"
dependencies:
Expand Down
Loading