Skip to content

Commit 0eebfa8

Browse files
Bump @types/testing-library__jest-dom from 5.14.9 to 6.0.0
Bumps [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom) from 5.14.9 to 6.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/testing-library__jest-dom) --- updated-dependencies: - dependency-name: "@types/testing-library__jest-dom" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fdc9fb3 commit 0eebfa8

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@types/react-dom": "18.3.5",
4747
"@types/react-router-dom": "5.3.3",
4848
"@types/semver": "7.7.0",
49-
"@types/testing-library__jest-dom": "5.14.9",
49+
"@types/testing-library__jest-dom": "6.0.0",
5050
"@typescript-eslint/eslint-plugin": "8.34.0",
5151
"@typescript-eslint/parser": "8.34.0",
5252
"copy-webpack-plugin": "13.0.0",

yarn.lock

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2767,6 +2767,18 @@
27672767
picocolors "1.1.1"
27682768
pretty-format "^27.0.2"
27692769

2770+
"@testing-library/jest-dom@*":
2771+
version "6.7.0"
2772+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz#cff6452ba03b215c16d97b48adfc4e1ac54c3e03"
2773+
integrity sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==
2774+
dependencies:
2775+
"@adobe/css-tools" "^4.4.0"
2776+
aria-query "^5.0.0"
2777+
css.escape "^1.5.1"
2778+
dom-accessibility-api "^0.6.3"
2779+
picocolors "^1.1.1"
2780+
redent "^3.0.0"
2781+
27702782
"@testing-library/[email protected]":
27712783
version "6.6.4"
27722784
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
@@ -2932,7 +2944,7 @@
29322944
dependencies:
29332945
"@types/istanbul-lib-report" "*"
29342946

2935-
"@types/jest@*", "@types/jest@30.0.0":
2947+
29362948
version "30.0.0"
29372949
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-30.0.0.tgz#5e85ae568006712e4ad66f25433e9bdac8801f1d"
29382950
integrity sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==
@@ -3110,12 +3122,12 @@
31103122
resolved "https://registry.yarnpkg.com/@types/systemjs/-/systemjs-6.15.3.tgz#d758dceafee62d2ed4aad7d07342b145d623e260"
31113123
integrity sha512-STyj2LUevlyVqEQ1wjOORLQTJbNnM2V1DNzmemxVHlOovdKBKqccALDbR9aCcTRThhcXzew88SMbN4SMm6JOcw==
31123124

3113-
"@types/testing-library__jest-dom@5.14.9":
3114-
version "5.14.9"
3115-
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-5.14.9.tgz#0fb1e6a0278d87b6737db55af5967570b67cb466"
3116-
integrity sha512-FSYhIjFlfOpGSRyVoMBMuS3ws5ehFQODymf3vlI7U1K8c7PHwWwFY7VREfmsuzHSOnoKs/9/Y983ayOs7eRzqw==
3125+
"@types/testing-library__jest-dom@6.0.0":
3126+
version "6.0.0"
3127+
resolved "https://registry.yarnpkg.com/@types/testing-library__jest-dom/-/testing-library__jest-dom-6.0.0.tgz#b558b64b80a72130714be1f505c6df482d453690"
3128+
integrity sha512-bnreXCgus6IIadyHNlN/oI5FfX4dWgvGhOPvpr7zzCYDGAPIfvyIoAozMBINmhmsVuqV0cncejF2y5KC7ScqOg==
31173129
dependencies:
3118-
"@types/jest" "*"
3130+
"@testing-library/jest-dom" "*"
31193131

31203132
"@types/tough-cookie@*":
31213133
version "4.0.5"

0 commit comments

Comments
 (0)