Skip to content

Commit

Permalink
Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 (#76)
Browse files Browse the repository at this point in the history
* Bump @testing-library/jest-dom from 5.17.0 to 6.0.0

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.0.0.
- [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.0.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix breaking changes

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: majortom327 <[email protected]>
  • Loading branch information
dependabot[bot] and MajorTom327 authored Aug 17, 2023
1 parent d7bd57d commit 3e11154
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 264 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@remix-run/eslint-config": "*",
"@remix-run/serve": "*",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
Expand All @@ -53,7 +53,6 @@
"@types/react-dom": "^18.2.7",
"@types/react-test-renderer": "^18.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.1",
"autoprefixer": "^10.4.14",
"chroma-js": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion test/setup-test-env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { installGlobals } from "@remix-run/node";
import "@testing-library/jest-dom/extend-expect";
import "@testing-library/jest-dom/vitest";
import dotenv from "dotenv";
import { vi } from "vitest";

Expand Down
Loading

0 comments on commit 3e11154

Please sign in to comment.