Skip to content

Commit 01de7b5

Browse files
chore(deps): update dependency @types/testing-library__jest-dom to v6
| datasource | package | from | to | | ---------- | -------------------------------- | ------ | ----- | | npm | @types/testing-library__jest-dom | 5.14.9 | 6.0.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent c8306a9 commit 01de7b5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"webpack-livereload-plugin": "^3.0.2",
9090
"webpack-subresource-integrity": "^5.2.0-rc.1",
9191
"webpack-virtual-modules": "^0.6.2",
92-
"@types/testing-library__jest-dom": "5.14.9"
92+
"@types/testing-library__jest-dom": "6.0.0"
9393
},
9494
"resolutions": {
9595
"rxjs": "7.3.0",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,7 +2183,7 @@
21832183
resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.13.5.tgz#0128ac36b027e44a5b63e38bf6b01e50008b7aff"
21842184
integrity sha512-gMLNylxhJdUlfRR1G3U9rtuwUh2IjdrrniJIDcekVJN3/3i+bluvdMi3+eodnxzJq5nKnxnigo9h0lIpaqV6HQ==
21852185

2186-
"@testing-library/jest-dom@6.9.1":
2186+
"@testing-library/jest-dom@*", "@testing-library/jest-dom@6.9.1":
21872187
version "6.9.1"
21882188
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz#7613a04e146dd2976d24ddf019730d57a89d56c2"
21892189
integrity sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==
@@ -2332,7 +2332,7 @@
23322332
dependencies:
23332333
"@types/istanbul-lib-report" "*"
23342334

2335-
"@types/jest@*", "@types/jest@^29.5.0":
2335+
"@types/jest@^29.5.0":
23362336
version "29.5.14"
23372337
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.14.tgz#2b910912fa1d6856cadcd0c1f95af7df1d6049e5"
23382338
integrity sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==
@@ -2450,12 +2450,12 @@
24502450
resolved "https://registry.yarnpkg.com/@types/string-hash/-/string-hash-1.1.3.tgz#8d9a73cf25574d45daf11e3ae2bf6b50e69aa212"
24512451
integrity sha512-p6skq756fJWiA59g2Uss+cMl6tpoDGuCBuxG0SI1t0NwJmYOU66LAMS6QiCgu7cUh3/hYCaMl5phcCW1JP5wOA==
24522452

2453-
"@types/testing-library__jest-dom@5.14.9":
2454-
version "5.14.9"
2455-
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz#0fb1e6a0278d87b6737db55af5967570b67cb466"
2456-
integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==
2453+
"@types/testing-library__jest-dom@6.0.0":
2454+
version "6.0.0"
2455+
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-6.0.0.tgz#b558b64b80a72130714be1f505c6df482d453690"
2456+
integrity sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==
24572457
dependencies:
2458-
"@types/jest" "*"
2458+
"@testing-library/jest-dom" "*"
24592459

24602460
"@types/tough-cookie@*":
24612461
version "4.0.5"

0 commit comments

Comments
 (0)