Skip to content

Commit 70503fa

Browse files
Bump @testing-library/jest-dom from 5.17.0 to 6.4.6
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.4.6. - [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.6) --- 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 0f2c73d commit 70503fa

File tree

3 files changed

+27
-23
lines changed

3 files changed

+27
-23
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"shepherd.js": "workspace:*"
3535
},
3636
"devDependencies": {
37-
"@testing-library/jest-dom": "^6.2.0",
37+
"@testing-library/jest-dom": "^6.4.6",
3838
"@testing-library/react": "^15.0.7",
3939
"@types/react": "^18.3.3",
4040
"@vitejs/plugin-react": "^4.2.1",

pnpm-lock.yaml

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

test/unit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/core": "^7.24.6",
2020
"@babel/preset-env": "^7.24.3",
2121
"@babel/preset-typescript": "^7.24.1",
22-
"@testing-library/jest-dom": "^5.17.0",
22+
"@testing-library/jest-dom": "^6.4.6",
2323
"@testing-library/svelte": "4.1.x",
2424
"autoprefixer": "^10.4.19",
2525
"babel-jest": "^29.7.0",

0 commit comments

Comments
 (0)