Skip to content

Commit

Permalink
chore(deps): 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.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 27.4.0 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-major
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2023
1 parent f85b2d6 commit 903f4a8
Show file tree
Hide file tree
Showing 2 changed files with 461 additions and 785 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@playwright/test": "1.26.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/chrome": "^0.0.233",
"@types/jest": "^27.4.0",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^17.0.38",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-react": "7.28.0",
"eslint-plugin-standard": "^5.0.0",
"fastify": "^4.15.0",
"jest": "^27.5.1",
"jest": "^29.6.4",
"jszip": "^3.7.0",
"nodemon": "^2.0.22",
"playwright": "1.26.0",
Expand Down
Loading

0 comments on commit 903f4a8

Please sign in to comment.