Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Moore <[email protected]>
  • Loading branch information
dependabot[bot] and amoore108 authored Sep 18, 2024
1 parent 3f0026f commit ca49a1a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@storybook/react-webpack5": "8.2.9",
"@storybook/theming": "8.2.9",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "15.0.7",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
Expand Down
2 changes: 1 addition & 1 deletion ws-nextjs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-react": "7.24.7",
"@emotion/babel-plugin": "11.11.0",
"@emotion/jest": "^11.11.0",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "15.0.7",
"babel-plugin-transform-rename-import": "2.3.0",
"cypress": "13.10.0",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5023,19 +5023,18 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.4.8":
version: 6.4.8
resolution: "@testing-library/jest-dom@npm:6.4.8"
"@testing-library/jest-dom@npm:6.5.0":
version: 6.5.0
resolution: "@testing-library/jest-dom@npm:6.5.0"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
"@babel/runtime": "npm:^7.9.2"
aria-query: "npm:^5.0.0"
chalk: "npm:^3.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.21"
redent: "npm:^3.0.0"
checksum: 10/011e5a309e2cfc0c5cee6454427030d9a5d690df212bedcc78c15ee8d23218c3e51be32617ca879f060445ba0ba38e1b8d224b5ab11444ee076c37ed8c1c123a
checksum: 10/3d2080888af5fd7306f57448beb5a23f55d965e265b5e53394fffc112dfb0678d616a5274ff0200c46c7618f293520f86fc8562eecd8bdbc0dbb3294d63ec431
languageName: node
linkType: hard

Expand Down Expand Up @@ -16168,7 +16167,7 @@ __metadata:
"@babel/preset-react": "npm:7.24.7"
"@emotion/babel-plugin": "npm:11.11.0"
"@emotion/jest": "npm:^11.11.0"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:15.0.7"
babel-plugin-transform-rename-import: "npm:2.3.0"
cypress: "npm:13.10.0"
Expand Down Expand Up @@ -16228,7 +16227,7 @@ __metadata:
"@storybook/react-webpack5": "npm:8.2.9"
"@storybook/theming": "npm:8.2.9"
"@testing-library/dom": "npm:10.4.0"
"@testing-library/jest-dom": "npm:6.4.8"
"@testing-library/jest-dom": "npm:6.5.0"
"@testing-library/react": "npm:15.0.7"
"@testing-library/react-hooks": "npm:8.0.1"
"@testing-library/user-event": "npm:14.5.2"
Expand Down

0 comments on commit ca49a1a

Please sign in to comment.