Skip to content

Commit

Permalink
npm: bump jest and @types/jest
Browse files Browse the repository at this point in the history
Bumps [jest](https://github.com/facebook/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.5 to 28.1.3
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)

Updates `@types/jest` from 27.4.1 to 28.1.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 Jul 14, 2022
1 parent 75f5310 commit cb31aea
Show file tree
Hide file tree
Showing 2 changed files with 785 additions and 983 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.2.5",
"@types/d3": "^7.4.0",
"@types/jest": "^27.4.1",
"@types/jest": "^28.1.5",
"@types/node": "^14.14.25",
"@types/react": "^17.0.44",
"@typescript-eslint/eslint-plugin": "^5.21.0",
Expand All @@ -116,7 +116,7 @@
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^6.0.0",
"jest": "^27.4.5",
"jest": "^28.1.3",
"lint-staged": "^10.0.10",
"next-router-mock": "^0.6.7",
"postcss": "^8.4.12",
Expand Down
Loading

0 comments on commit cb31aea

Please sign in to comment.