Skip to content

Commit f5c0cd2

Browse files
Bump @testing-library/jest-dom from 5.17.0 to 6.6.3
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.6.3. - [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.6.3) --- 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]>
1 parent 6c25c86 commit f5c0cd2

File tree

3 files changed

+10
-42
lines changed

3 files changed

+10
-42
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"shepherd.js": "workspace:*"
3434
},
3535
"devDependencies": {
36-
"@testing-library/jest-dom": "^6.2.0",
36+
"@testing-library/jest-dom": "^6.6.3",
3737
"@testing-library/react": "^16.0.1",
3838
"@types/react": "^18.3.3",
3939
"@vitejs/plugin-react": "^4.2.1",

pnpm-lock.yaml

Lines changed: 8 additions & 40 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.25.8",
2121
"@babel/preset-typescript": "^7.26.0",
22-
"@testing-library/jest-dom": "^5.17.0",
22+
"@testing-library/jest-dom": "^6.6.3",
2323
"@testing-library/svelte": "4.1.x",
2424
"autoprefixer": "^10.4.19",
2525
"babel-jest": "^29.7.0",

0 commit comments

Comments
 (0)