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.17.0 to 6.1.5
- [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.1.5)

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-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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 4572bba commit c26f220
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 9 deletions.
4 changes: 2 additions & 2 deletions odd-platform-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"devDependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/d3": "^7.4.3",
Expand All @@ -107,7 +107,7 @@
"@types/react-dom": "^18.2.17",
"@types/react-redux": "^7.1.31",
"@types/recharts": "^1.8.28",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/unist": "^3.0.2",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
Expand Down
51 changes: 44 additions & 7 deletions odd-platform-ui/pnpm-lock.yaml

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

0 comments on commit c26f220

Please sign in to comment.