Skip to content

Commit fc02ce2

Browse files
chore(deps-dev): bump jest and @types/jest (#252)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e14e53 commit fc02ce2

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
@@ -35,7 +35,7 @@
3535
"@babel/preset-typescript": "^7.22.11",
3636
"@testing-library/jest-dom": "^5.17.0",
3737
"@testing-library/react": "^14.0.0",
38-
"@types/jest": "^29.5.3",
38+
"@types/jest": "^29.5.4",
3939
"@types/react": "^18.2.21",
4040
"@types/react-dom": "^18.2.7",
4141
"@typescript-eslint/eslint-plugin": "^5.62.0",
@@ -47,7 +47,7 @@
4747
"eslint-plugin-react": "^7.33.2",
4848
"eslint-plugin-react-hooks": "^4.6.0",
4949
"husky": "^8.0.3",
50-
"jest": "^29.6.2",
50+
"jest": "^29.6.4",
5151
"jest-environment-jsdom": "^29.6.4",
5252
"lint-staged": "^13.2.3",
5353
"plop": "^3.1.2",

0 commit comments

Comments
 (0)