Skip to content

Commit 49ec64f

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.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: "@types/jest" dependency-version: 30.0.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: jest dependency-version: 30.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 233a9a5 commit 49ec64f

2 files changed

Lines changed: 890 additions & 683 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"teljari": "^1.1.1"
4343
},
4444
"devDependencies": {
45-
"@types/jest": "^29.5.12",
45+
"@types/jest": "^30.0.0",
4646
"@types/node": "^25.3.3",
4747
"@types/react": "^18.3.2",
4848
"@typescript-eslint/eslint-plugin": "^8.58.0",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-react-hooks": "^4.6.2",
5959
"identity-obj-proxy": "^3.0.0",
6060
"jafningjar": "^1.0.0",
61-
"jest": "^29.7.0",
61+
"jest": "^30.3.0",
6262
"jest-environment-jsdom": "^30.2.0",
6363
"node-mocks-http": "^1.14.1",
6464
"old-norse-alphabet-sort": "^1.1.12",

0 commit comments

Comments
 (0)