Skip to content

Commit

Permalink
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 29.6.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 29.5.3 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-minor
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 60f5d91 commit c3255f0
Show file tree
Hide file tree
Showing 2 changed files with 471 additions and 388 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.23.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.0",
"@types/jest": "^29.5.12",
"@types/murmurhash-js": "^1.0.3",
"@types/node": "^20.8.0",
"@types/react": "^18.3.1",
Expand All @@ -80,7 +80,7 @@
"esbuild-scss-modules-plugin": "^1.1.1",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"jest": "^29.4.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.4.3",
"node-fetch": "^3.3.1",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit c3255f0

Please sign in to comment.