Skip to content

Commit

Permalink
Bump @testing-library/jest-dom and @types/testing-library__jest-dom
Browse files Browse the repository at this point in the history
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.5 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:development
  update-type: version-update:semver-major
- dependency-name: "@types/testing-library__jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent f02195d commit 47878fd
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 53 deletions.
86 changes: 35 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"whatwg-fetch": "^3.6.19"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/lodash": "^4.14.178",
"@types/node": "20.8.6",
"@types/react": "^18.2.21",
"@types/react-dom": "18.2.8",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/webmidi": "^2.0.7",
"eslint": "8.51.0",
"eslint-config-next": "^13.5.4",
Expand Down

0 comments on commit 47878fd

Please sign in to comment.