Skip to content

Commit 956f021

Browse files
chore(deps-dev): bump jest and @types/jest (#39)
Bumps [jest](https://github.com/facebook/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.6.2 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest) Updates `@types/jest` from 29.5.0 to 29.5.3 - [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 27c92b1 commit 956f021

File tree

2 files changed

+254
-288
lines changed

2 files changed

+254
-288
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@testing-library/jest-dom": "5.17.0",
3636
"@testing-library/react": "14.0.0",
3737
"@testing-library/user-event": "14.4.3",
38-
"@types/jest": "29.5.0",
38+
"@types/jest": "29.5.3",
3939
"@types/langs": "2.0.1",
4040
"@types/node": "20.4.5",
4141
"@types/react": "18.2.17",
@@ -45,7 +45,7 @@
4545
"eslint": "8.46.0",
4646
"eslint-config-next": "13.4.12",
4747
"eslint-config-prettier": "8.9.0",
48-
"jest": "29.5.0",
48+
"jest": "29.6.2",
4949
"jest-environment-jsdom": "29.6.2",
5050
"postcss": "8.4.27",
5151
"prettier": "3.0.0",

0 commit comments

Comments
 (0)