Skip to content

Commit

Permalink
Bump the testing-library group across 1 directory with 2 updates (#3595)
Browse files Browse the repository at this point in the history
Bumps the testing-library group with 2 updates in the / directory: [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) and [jest-axe](https://github.com/nickcolley/jest-axe).


Updates `@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)

Updates `jest-axe` from 8.0.0 to 9.0.0
- [Release notes](https://github.com/nickcolley/jest-axe/releases)
- [Changelog](https://github.com/NickColley/jest-axe/blob/main/CHANGELOG.md)
- [Commits](NickColley/jest-axe@v8.0.0...v9.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent 6c63d61 commit 9a71f02
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
33 changes: 13 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"@storybook/react-webpack5": "^7.6.8",
"@storybook/test": "^7.6.19",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
Expand Down Expand Up @@ -164,7 +164,7 @@
"gulp-svgmin": "^4.1.0",
"husky": "^9.1.3",
"jest": "^29.7.0",
"jest-axe": "^8.0.0",
"jest-axe": "^9.0.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"lodash": "^4.17.20",
Expand Down

0 comments on commit 9a71f02

Please sign in to comment.