Skip to content

Commit ac29702

Browse files
build(deps-dev): 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.7.0 to 30.1.3 - [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/v30.1.3/packages/jest) Updates `@types/jest` from 29.5.14 to 30.0.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-version: 30.1.3 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49cd47c commit ac29702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generators/angular/resources/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@angular/cli": "20.3.1",
2828
"@eslint/js": "9.35.0",
2929
"@types/folder-hash": "4.0.4",
30-
"@types/jest": "29.5.14",
30+
"@types/jest": "30.0.0",
3131
"@types/node": "20.19.13",
3232
"@types/sockjs-client": "1.5.4",
3333
"angular-eslint": "20.2.0",
@@ -41,7 +41,7 @@
4141
"eslint-plugin-prettier": "5.5.4",
4242
"folder-hash": "4.1.1",
4343
"globals": "16.4.0",
44-
"jest": "29.7.0",
44+
"jest": "30.1.3",
4545
"jest-junit": "16.0.0",
4646
"jest-preset-angular": "14.6.0",
4747
"jest-sonar": "0.2.16",

0 commit comments

Comments
 (0)