Skip to content

Commit f283314

Browse files
Bump jest and @types/jest
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.5.0 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 29.5.2 to 29.5.12 - [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-minor - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c956b4 commit f283314

File tree

2 files changed

+612
-386
lines changed

2 files changed

+612
-386
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@emotion/react": "^11.11.3",
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^4.17.21",
28-
"@types/jest": "^29.4.0",
28+
"@types/jest": "^29.5.12",
2929
"@types/node": "^18.16.18",
3030
"@types/react": "^18.2.53",
3131
"@types/react-dom": "^18.2.19",
@@ -39,7 +39,7 @@
3939
"eslint-plugin-react-hooks": "^4.6.0",
4040
"html-webpack-plugin": "^5.6.0",
4141
"husky": "^9.0.10",
42-
"jest": "^29.4.3",
42+
"jest": "^29.7.0",
4343
"lint-staged": "^15.2.2",
4444
"npm-run-all": "^4.1.5",
4545
"prettier": "^3.0.3",

0 commit comments

Comments
 (0)