Skip to content

Commit 42eef9a

Browse files
chore(deps): bump @testing-library/jest-dom and @types/testing-library__jest-dom
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [@types/testing-library__jest-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/testing-library__jest-dom). These dependencies needed to be updated together. Updates `@testing-library/jest-dom` from 5.17.0 to 6.6.4 - [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@v5.17.0...v6.6.4) Updates `@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: "@testing-library/jest-dom" dependency-version: 6.6.4 dependency-type: direct:production update-type: version-update:semver-major - 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] <support@github.com>
1 parent 9f7f01d commit 42eef9a

File tree

2 files changed

+57
-52
lines changed

2 files changed

+57
-52
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.5.0",
55
"dependencies": {
66
"@rollup/plugin-inject": "^5.0.5",
7-
"@testing-library/jest-dom": "^5.17.0",
7+
"@testing-library/jest-dom": "^6.6.4",
88
"@testing-library/react": "^12.1.5",
99
"@vitejs/plugin-react": "^4.2.1",
1010
"@xrplf/isomorphic": "^1.0.0-beta.1",
@@ -66,7 +66,7 @@
6666
"@types/react": "^17.0.39",
6767
"@types/react-dom": "^17.0.9",
6868
"@types/react-router-dom": "^5.3.3",
69-
"@types/testing-library__jest-dom": "^5.14.9",
69+
"@types/testing-library__jest-dom": "^6.0.0",
7070
"@typescript-eslint/eslint-plugin": "^8.32.1",
7171
"@typescript-eslint/parser": "^8.32.1",
7272
"babel-jest": "^29.7.0",

0 commit comments

Comments
 (0)