Skip to content

Commit

Permalink
Bump jest and @types/jest (#175)
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 27.4.7 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.4.1 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] <[email protected]>

* add dependency jest-environment-jsdom

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Snigdha Kansal <[email protected]>
  • Loading branch information
dependabot[bot] and snigdha-kansal authored Jul 15, 2024
1 parent ac638ac commit ad853fd
Show file tree
Hide file tree
Showing 2 changed files with 870 additions and 1,008 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.3",
"@testing-library/react": "^12.1.2",
"@types/jest": "^27.4.1",
"@types/jest": "^29.5.12",
"@types/node": "^18.14.2",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand All @@ -42,7 +42,8 @@
"eslint-plugin-react": "^7.28.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^15.2.7",
"typescript": "^5.5.2"
Expand Down
Loading

0 comments on commit ad853fd

Please sign in to comment.