Skip to content

Commit ea1cec7

Browse files
chore: bump jest and @types/jest (#270)
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.2.0 to 29.2.1 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.2.1/packages/jest) Updates `@types/jest` from 29.1.2 to 29.2.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-type: direct:development update-type: version-update:semver-patch - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70af2f6 commit ea1cec7

File tree

2 files changed

+300
-384
lines changed

2 files changed

+300
-384
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@
152152
"@eslint/eslintrc": "^1.3.1",
153153
"@morev/commitlint-config": "^0.1.1",
154154
"@release-it/conventional-changelog": "^5.1.1",
155-
"@types/jest": "^29.1.2",
155+
"@types/jest": "^29.2.0",
156156
"eslint": "^8.26.0",
157157
"eslint-find-rules": "^4.1.0",
158158
"glob": "^8.0.3",
159159
"husky": "^8.0.1",
160-
"jest": "^29.2.0",
160+
"jest": "^29.2.1",
161161
"lint-staged": "^13.0.3",
162162
"release-it": "^15.4.2",
163163
"typescript": "^4.8.4"

0 commit comments

Comments
 (0)