Skip to content

Commit 90fde29

Browse files
Bump jest and @types/jest
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.5.1 to 29.5.0 - [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/v29.5.0/packages/jest) Updates `@types/jest` from 27.5.2 to 29.5.0 - [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>
1 parent df3244a commit 90fde29

File tree

2 files changed

+892
-926
lines changed

2 files changed

+892
-926
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@testing-library/jest-dom": "5.16.5",
3636
"@testing-library/react": "12.1.5",
3737
"@testing-library/user-event": "13.5.0",
38-
"@types/jest": "27.5.2",
38+
"@types/jest": "29.5.0",
3939
"@types/node": "16.18.18",
4040
"@types/react": "17.0.53",
4141
"@types/testing-library__cypress": "5.0.9",
@@ -48,7 +48,7 @@
4848
"eslint-plugin-react": "7.32.2",
4949
"husky": "7.0.4",
5050
"isomorphic-fetch": "3.0.0",
51-
"jest": "27.5.1",
51+
"jest": "29.5.0",
5252
"nock": "13.3.0",
5353
"prettier": "2.8.6",
5454
"start-server-and-test": "1.15.4",

0 commit comments

Comments
 (0)