Skip to content

Commit 4f21d9e

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.6.4 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.4 to 29.5.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-minor - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a48686 commit 4f21d9e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@graphql-codegen/typescript-resolvers": "^4.0.1",
3939
"@octokit/graphql-schema": "^14.31.0",
4040
"@octokit/types": "^11.1.0",
41-
"@types/jest": "^29.5.4",
41+
"@types/jest": "^29.5.5",
4242
"@types/node": "^20.6.2",
4343
"@typescript-eslint/eslint-plugin": "^6.7.2",
4444
"@typescript-eslint/parser": "^6.7.2",
@@ -47,7 +47,7 @@
4747
"eslint-plugin-github": "^4.10.0",
4848
"eslint-plugin-jest": "^27.4.0",
4949
"graphql": "^16.8.0",
50-
"jest": "^29.6.4",
50+
"jest": "^29.7.0",
5151
"jest-circus": "^29.7.0",
5252
"js-yaml": "^4.1.0",
5353
"prettier": "3.0.3",

0 commit comments

Comments
 (0)