Skip to content

Commit 1d6d66d

Browse files
Bump @testing-library/jest-dom from 6.5.0 to 6.6.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.1. - [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.5.0...v6.6.1) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70859e7 commit 1d6d66d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@reduxjs/toolkit": "^1.9.7",
1212
"@sentry/browser": "^8.34.0",
1313
"@sentry/cli": "^2.37.0",
14-
"@testing-library/jest-dom": "^6.5.0",
14+
"@testing-library/jest-dom": "^6.6.1",
1515
"connected-react-router": "^6.9.3",
1616
"fast-equals": "^5.0.1",
1717
"fromentries": "^1.3.2",

yarn.lock

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4453,7 +4453,7 @@
44534453
lz-string "^1.5.0"
44544454
pretty-format "^27.0.2"
44554455

4456-
"@testing-library/[email protected]", "@testing-library/jest-dom@^6.5.0":
4456+
"@testing-library/[email protected]":
44574457
version "6.5.0"
44584458
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz#50484da3f80fb222a853479f618a9ce5c47bfe54"
44594459
integrity sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==
@@ -4466,6 +4466,19 @@
44664466
lodash "^4.17.21"
44674467
redent "^3.0.0"
44684468

4469+
"@testing-library/jest-dom@^6.6.1":
4470+
version "6.6.1"
4471+
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-6.6.1.tgz#835612c9d8c529c835b15bbc1d1a924310c6c73c"
4472+
integrity sha512-mNYIiAuP4yJwV2zBRQCV7PHoQwbb6/8TfMpPcwSUzcSVDJHWOXt6hjNtIN1v5knDmimYnjJxKhsoVd4LVGIO+w==
4473+
dependencies:
4474+
"@adobe/css-tools" "^4.4.0"
4475+
aria-query "^5.0.0"
4476+
chalk "^3.0.0"
4477+
css.escape "^1.5.1"
4478+
dom-accessibility-api "^0.6.3"
4479+
lodash "^4.17.21"
4480+
redent "^3.0.0"
4481+
44694482
"@testing-library/react@^15.0.7":
44704483
version "15.0.7"
44714484
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-15.0.7.tgz#ff733ce0893c875cb5a47672e8e772897128f4ae"

0 commit comments

Comments
 (0)