Skip to content

Commit a999501

Browse files
build(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.16.5 to 6.1.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.16.5...v6.1.4) Updates `@types/testing-library__jest-dom` from 5.14.6 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-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/testing-library__jest-dom" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c9b6a7 commit a999501

File tree

2 files changed

+42
-23
lines changed

2 files changed

+42
-23
lines changed

package-lock.json

Lines changed: 40 additions & 21 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
@@ -59,7 +59,7 @@
5959
"@commitlint/config-conventional": "^18.0.0",
6060
"@playwright/test": "^1.39.0",
6161
"@reduxjs/toolkit": "^1.9.7",
62-
"@testing-library/jest-dom": "^5.16.5",
62+
"@testing-library/jest-dom": "^6.1.4",
6363
"@testing-library/react": "^14.0.0",
6464
"@types/jest": "^29.5.6",
6565
"@types/node": "^20.8.9",
@@ -69,7 +69,7 @@
6969
"@types/react-redux": "^7.1.26",
7070
"@types/react-router-dom": "^5.3.3",
7171
"@types/styled-components": "^5.1.26",
72-
"@types/testing-library__jest-dom": "^5.14.6",
72+
"@types/testing-library__jest-dom": "^6.0.0",
7373
"@types/webpack": "^5.28.2",
7474
"@types/workbox-webpack-plugin": "^6.0.0",
7575
"@typescript-eslint/eslint-plugin": "^5.60.1",

0 commit comments

Comments
 (0)