Skip to content

Commit 52da080

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.0.5 - [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.0.5/packages/jest) Updates `@types/jest` from 29.5.12 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.0.5 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 2da806e commit 52da080

File tree

3 files changed

+1326
-375
lines changed

3 files changed

+1326
-375
lines changed

packages/onchaintrust-snap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-jsdoc": "^41.1.2",
4949
"eslint-plugin-node": "^11.1.0",
5050
"eslint-plugin-prettier": "5.1.3",
51-
"jest": "^29.7.0",
51+
"jest": "^30.0.5",
5252
"prettier": "3.2.5",
5353
"prettier-plugin-packagejson": "^2.4.11",
5454
"rimraf": "^5.0.5",

packages/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@testing-library/jest-dom": "^5.17.0",
4242
"@testing-library/react": "^13.4.0",
4343
"@testing-library/user-event": "^14.5.2",
44-
"@types/jest": "^29.5.12",
44+
"@types/jest": "^30.0.0",
4545
"@types/react": "^18.2.56",
4646
"@types/react-dom": "^18.2.19",
4747
"@types/styled-components": "^5.1.34",

0 commit comments

Comments
 (0)