Skip to content

Commit

Permalink
chore: bump @testing-library/jest-dom from 5.16.5 to 6.4.8
Browse files Browse the repository at this point in the history
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.5 to 6.4.8.
- [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.4.8)

---
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]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 61fadfa commit bcf523d
Show file tree
Hide file tree
Showing 8 changed files with 183 additions and 131 deletions.
2 changes: 1 addition & 1 deletion apps/entry-app-collapsible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@contentful/app-scripts": "^0.9.17-alpha.16",
"@contentful/browserslist-config": "^3.0.0",
"@contentful/field-editor-test-utils": "^0.14.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion apps/markdown-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@contentful/browserslist-config": "^3.0.0",
"@contentful/field-editor-test-utils": "^0.14.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion apps/multiple-references-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@contentful/browserslist-config": "^3.0.0",
"@contentful/field-editor-test-utils": "^0.14.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion apps/rich-text-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@contentful/app-scripts": "^0.15.8",
"@contentful/browserslist-config": "^3.0.0",
"@contentful/field-editor-test-utils": "^0.14.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion apps/singleline-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@contentful/app-scripts": "^0.15.8",
"@contentful/browserslist-config": "^3.0.0",
"@contentful/field-editor-test-utils": "^0.14.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@swc/core": "1.7.3",
"@swc/jest": "0.2.29",
"@testing-library/cypress": "10.0.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "12.1.5",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion packages/number/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@contentful/field-editor-test-utils": "^1.5.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.1.9"
},
Expand Down
300 changes: 176 additions & 124 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit bcf523d

Please sign in to comment.