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 26.6.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 27.5.2 to 29.5.5
- [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]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 58927c7 commit aec0533
Show file tree
Hide file tree
Showing 2 changed files with 621 additions and 714 deletions.
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@babel/core": "^7.4.0-0",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/cypress": "^10.0.1",
"@types/jest": "^27.0.0",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.170",
"@types/node": "16",
"@types/pkg-up": "^3.1.0",
Expand All @@ -66,7 +66,7 @@
"gatsby-remark-custom-blocks": "^3.6.0",
"gatsby-remark-emojis": "^0.4.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"markdownlint": "^0.25.1",
Expand Down
Loading

0 comments on commit aec0533

Please sign in to comment.