Skip to content

Commit

Permalink
Bump jest and @types/jest in /web (#4654)
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 28.1.3 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 28.1.8 to 29.5.12
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 7836824 commit c9a85e3
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 435 deletions.
4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@types/downloadjs": "1.4",
"@types/file-saver": "^2.0.7",
"@types/jest": "^28.1.8",
"@types/jest": "^29.5.12",
"@types/js-yaml": "3",
"@types/lodash": "^4.17.4",
"@types/node": "^20.13.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"eslint-plugin-standard": "4.0.1",
"eslint-webpack-plugin": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^28.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^28.1.3",
"mini-css-extract-plugin": "^2.9.0",
"object-assign": "^4.1.1",
Expand Down
Loading

0 comments on commit c9a85e3

Please sign in to comment.