Skip to content

Commit 342a20d

Browse files
build(deps-dev): bump jest and @types/jest (#524)
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.5.0 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.1 to 29.5.11 - [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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e2eb060 commit 342a20d

File tree

2 files changed

+259
-243
lines changed

2 files changed

+259
-243
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@testing-library/react": "14.0.0",
6565
"@types/anchor-js": "5.0.0",
6666
"@types/fs-extra": "11.0.3",
67-
"@types/jest": "29.5.1",
67+
"@types/jest": "29.5.11",
6868
"@types/node": "18.16.3",
6969
"@types/nprogress": "0.2.0",
7070
"@types/proper-url-join": "2.1.3",
@@ -82,7 +82,7 @@
8282
"got": "11.8.6",
8383
"husky": "8.0.3",
8484
"identity-obj-proxy": "3.0.0",
85-
"jest": "29.5.0",
85+
"jest": "29.7.0",
8686
"license-webpack-plugin": "4.0.2",
8787
"postcss": "8.4.31",
8888
"prettier": "2.8.8",

0 commit comments

Comments
 (0)