Skip to content

Commit

Permalink
⬆️ Bump jest and @types/jest (#1184)
Browse files Browse the repository at this point in the history
⬆️ Bump jest and @types/jest

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.2 to 29.6.4
- [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.6.4/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.4
- [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-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Sep 3, 2023
1 parent d0c6514 commit 05b1812
Show file tree
Hide file tree
Showing 2 changed files with 374 additions and 438 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@babel/preset-env": "7.22.9",
"@babel/preset-flow": "7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.4",
"@types/update-notifier": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
Expand All @@ -79,7 +79,7 @@
"flow-bin": "^0.214.0",
"hermes-eslint": "0.15.0",
"husky": "8.0.3",
"jest": "29.6.2",
"jest": "29.6.4",
"jest-fetch-mock": "3.0.3",
"jest-mock-process": "2.0.0",
"lint-staged": "13.2.3",
Expand Down
Loading

0 comments on commit 05b1812

Please sign in to comment.