Skip to content

Commit 9bc6ca8

Browse files
chore(deps-dev): bump @testing-library/jest-dom and @types/testing-library__jest-dom
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.4.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.4.5) Updates `@types/testing-library__jest-dom` from 5.14.8 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]>
1 parent dce2998 commit 9bc6ca8

File tree

3 files changed

+49
-27
lines changed

3 files changed

+49
-27
lines changed

e2e/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@rollup/plugin-commonjs": "^25.0.3",
1515
"@rollup/plugin-node-resolve": "^15.1.0",
1616
"@rollup/plugin-terser": "^0.4.3",
17-
"@testing-library/jest-dom": "^5.17.0",
17+
"@testing-library/jest-dom": "^6.4.5",
1818
"@testing-library/svelte": "^3.2.2",
1919
"babel-jest": "^29.6.1",
2020
"jest": "^29.6.1",

e2e/sveltekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"@neoconfetti/svelte": "^2.0.0",
1919
"@sveltejs/adapter-auto": "^3.0.1",
2020
"@sveltejs/kit": "^1.22.3",
21-
"@testing-library/jest-dom": "^5.17.0",
21+
"@testing-library/jest-dom": "^6.4.5",
2222
"@testing-library/svelte": "^4.0.3",
2323
"@types/cookie": "^0.6.0",
2424
"@types/jest": "^29.5.3",
25-
"@types/testing-library__jest-dom": "^5.14.8",
25+
"@types/testing-library__jest-dom": "^6.0.0",
2626
"babel-jest": "^29.6.1",
2727
"cross-env": "^7.0.3",
2828
"jest": "^29.6.1",

pnpm-lock.yaml

Lines changed: 46 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)