Skip to content

Commit eeced6b

Browse files
chore(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.3.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/v30.3.0/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.3.0 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] <support@github.com>
1 parent 22d9a8d commit eeced6b

File tree

2 files changed

+1107
-626
lines changed

2 files changed

+1107
-626
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@microsoft/api-documenter": "^7.28.2",
3636
"@microsoft/api-extractor": "^7.48.1",
37-
"@types/jest": "^29.5.11",
37+
"@types/jest": "^30.0.0",
3838
"@types/spark-md5": "^3.0.5",
3939
"@typescript-eslint/eslint-plugin": "^5.13.0",
4040
"@typescript-eslint/parser": "^5.13.0",
@@ -45,7 +45,7 @@
4545
"eslint-plugin-prettier": "^5.2.1",
4646
"eslint-plugin-promise": "^7.2.1",
4747
"husky": "^9.1.7",
48-
"jest": "^29.7.0",
48+
"jest": "^30.3.0",
4949
"jest-environment-jsdom": "^29.7.0",
5050
"lint-staged": "^15.4.1",
5151
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)