Skip to content

Commit 03f54f9

Browse files
Bump jest and @types/jest (#22)
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 29.6.2 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 29.5.3 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-patch - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1fe3fd commit 03f54f9

File tree

2 files changed

+332
-352
lines changed

2 files changed

+332
-352
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/preset-typescript": "^7.22.11",
3939
"@testing-library/jest-dom": "^5.17.0",
4040
"@testing-library/react": "^14.0.0",
41-
"@types/jest": "^29.5.3",
41+
"@types/jest": "^29.5.4",
4242
"@types/react": "^18.2.21",
4343
"@types/react-dom": "^18.2.7",
4444
"@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -50,7 +50,7 @@
5050
"eslint-plugin-react": "^7.33.2",
5151
"eslint-plugin-react-hooks": "^4.6.0",
5252
"husky": "^8.0.3",
53-
"jest": "^29.6.2",
53+
"jest": "^29.6.4",
5454
"jest-environment-jsdom": "^29.6.4",
5555
"lint-staged": "^14.0.1",
5656
"prettier": "3.0.3",

0 commit comments

Comments
 (0)