Skip to content

Commit bcf523d

Browse files
chore: bump @testing-library/jest-dom from 5.16.5 to 6.4.8
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] <support@github.com>
1 parent 61fadfa commit bcf523d

File tree

8 files changed

+183
-131
lines changed

8 files changed

+183
-131
lines changed

apps/entry-app-collapsible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@contentful/app-scripts": "^0.9.17-alpha.16",
3232
"@contentful/browserslist-config": "^3.0.0",
3333
"@contentful/field-editor-test-utils": "^0.14.0",
34-
"@testing-library/jest-dom": "^5.14.1",
34+
"@testing-library/jest-dom": "^6.4.8",
3535
"@testing-library/react": "^12.1.5",
3636
"@testing-library/user-event": "^13.1.9",
3737
"@types/jest": "^26.0.23",

apps/markdown-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@contentful/browserslist-config": "^3.0.0",
2727
"@contentful/field-editor-test-utils": "^0.14.0",
28-
"@testing-library/jest-dom": "^5.14.1",
28+
"@testing-library/jest-dom": "^6.4.8",
2929
"@testing-library/react": "^12.1.5",
3030
"@testing-library/user-event": "^13.1.9",
3131
"@types/jest": "^26.0.23",

apps/multiple-references-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"devDependencies": {
2525
"@contentful/browserslist-config": "^3.0.0",
2626
"@contentful/field-editor-test-utils": "^0.14.0",
27-
"@testing-library/jest-dom": "^5.14.1",
27+
"@testing-library/jest-dom": "^6.4.8",
2828
"@testing-library/react": "^12.1.5",
2929
"@testing-library/user-event": "^13.1.9",
3030
"@types/jest": "^26.0.23",

apps/rich-text-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@contentful/app-scripts": "^0.15.8",
3535
"@contentful/browserslist-config": "^3.0.0",
3636
"@contentful/field-editor-test-utils": "^0.14.0",
37-
"@testing-library/jest-dom": "^5.14.1",
37+
"@testing-library/jest-dom": "^6.4.8",
3838
"@testing-library/react": "^12.1.5",
3939
"@testing-library/user-event": "^13.1.9",
4040
"@types/jest": "^26.0.23",

apps/singleline-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@contentful/app-scripts": "^0.15.8",
3434
"@contentful/browserslist-config": "^3.0.0",
3535
"@contentful/field-editor-test-utils": "^0.14.0",
36-
"@testing-library/jest-dom": "^5.14.1",
36+
"@testing-library/jest-dom": "^6.4.8",
3737
"@testing-library/react": "^12.1.5",
3838
"@testing-library/user-event": "^13.1.9",
3939
"@types/jest": "^26.0.23",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@swc/core": "1.7.3",
6363
"@swc/jest": "0.2.29",
6464
"@testing-library/cypress": "10.0.1",
65-
"@testing-library/jest-dom": "5.16.5",
65+
"@testing-library/jest-dom": "6.4.8",
6666
"@testing-library/react": "12.1.5",
6767
"@types/jest": "29.5.1",
6868
"@types/lodash": "4.14.202",

packages/number/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@contentful/field-editor-test-utils": "^1.5.0",
45-
"@testing-library/jest-dom": "^5.12.0",
45+
"@testing-library/jest-dom": "^6.4.8",
4646
"@testing-library/react": "^12.1.5",
4747
"@testing-library/user-event": "^13.1.9"
4848
},

yarn.lock

Lines changed: 176 additions & 124 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)