Skip to content

Commit a026ff1

Browse files
chore(deps): update dependency @types/testing-library__jest-dom to v6
1 parent be3c27e commit a026ff1

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

package-lock.json

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "29.5.14",
4343
"@types/node": "22.10.2",
4444
"@types/react": "18.3.18",
45-
"@types/testing-library__jest-dom": "5.14.9",
45+
"@types/testing-library__jest-dom": "6.0.0",
4646
"@typescript-eslint/eslint-plugin": "5.62.0",
4747
"@typescript-eslint/parser": "5.62.0",
4848
"babel-loader": "9.2.1",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
lz-string "^1.4.4"
652652
pretty-format "^27.0.2"
653653

654-
"@testing-library/jest-dom@6.6.3":
654+
"@testing-library/jest-dom@*", "@testing-library/jest-dom@6.6.3":
655655
version "6.6.3"
656656
resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz"
657657
integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==
@@ -742,7 +742,7 @@
742742
dependencies:
743743
"@types/istanbul-lib-report" "*"
744744

745-
"@types/jest@*", "@types/jest@29.5.14":
745+
"@types/jest@29.5.14":
746746
version "29.5.14"
747747
resolved "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz"
748748
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
@@ -811,12 +811,12 @@
811811
resolved "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz"
812812
integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
813813

814-
"@types/testing-library__jest-dom@5.14.9":
815-
version "5.14.9"
816-
resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz"
817-
integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==
814+
"@types/testing-library__jest-dom@6.0.0":
815+
version "6.0.0"
816+
resolved "https://registry.npmjs.org/@types/testing-library__jest-dom/-/testing-library__jest-dom-6.0.0.tgz"
817+
integrity sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==
818818
dependencies:
819-
"@types/jest" "*"
819+
"@testing-library/jest-dom" "*"
820820

821821
"@types/tough-cookie@*":
822822
version "4.0.2"

0 commit comments

Comments
 (0)