Skip to content

Commit 7ac83f3

Browse files
build(deps): bump @testing-library/jest-dom from 6.6.4 to 6.7.0
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.6.4 to 6.7.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](testing-library/jest-dom@v6.6.4...v6.7.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 890a43a commit 7ac83f3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "^3.13.9",
7-
"@testing-library/jest-dom": "^6.6.4",
7+
"@testing-library/jest-dom": "^6.7.0",
88
"@testing-library/react": "^15.0.7",
99
"@testing-library/user-event": "^14.6.1",
1010
"@types/jest": "^30.0.0",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,16 +1905,15 @@
19051905
lz-string "^1.5.0"
19061906
pretty-format "^27.0.2"
19071907

1908-
"@testing-library/jest-dom@^6.6.4":
1909-
version "6.6.4"
1910-
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.4.tgz#577a1761768bda5458c42241add3b1570c34d39c"
1911-
integrity sha512-xDXgLjVunjHqczScfkCJ9iyjdNOVHvvCdqHSSxwM9L0l/wHkTRum67SDc020uAlCoqktJplgO2AAQeLP1wgqDQ==
1908+
"@testing-library/jest-dom@^6.7.0":
1909+
version "6.7.0"
1910+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.7.0.tgz#cff6452ba03b215c16d97b48adfc4e1ac54c3e03"
1911+
integrity sha512-RI2e97YZ7MRa+vxP4UUnMuMFL2buSsf0ollxUbTgrbPLKhMn8KVTx7raS6DYjC7v1NDVrioOvaShxsguLNISCA==
19121912
dependencies:
19131913
"@adobe/css-tools" "^4.4.0"
19141914
aria-query "^5.0.0"
19151915
css.escape "^1.5.1"
19161916
dom-accessibility-api "^0.6.3"
1917-
lodash "^4.17.21"
19181917
picocolors "^1.1.1"
19191918
redent "^3.0.0"
19201919

0 commit comments

Comments
 (0)