Skip to content

Commit

Permalink
build(deps-dev): bump jest and @types/jest
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 27.5.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 27.5.2 to 29.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent 4588f44 commit 8919ca9
Show file tree
Hide file tree
Showing 2 changed files with 758 additions and 1,019 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/humanize-duration": "^3.27.4",
"@types/jest": "^27.0.2",
"@types/jest": "^29.5.13",
"@types/js-base64": "3.3.1",
"@types/react-test-renderer": "^17.0.7",
"@types/selenium-webdriver": "^4.1.26",
Expand All @@ -59,7 +59,7 @@
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"imagemin": "^9.0.0",
"jest": "^27.2.4",
"jest": "^29.7.0",
"license-check-and-add": "^4.0.5",
"mini-css-extract-plugin": "^2.9.1",
"miragejs": "^0.1.48",
Expand Down
Loading

0 comments on commit 8919ca9

Please sign in to comment.