Skip to content

Commit 60c401c

Browse files
chore(deps): bump ts-jest from 29.1.2 to 29.4.0 (#13)
* chore(deps): bump ts-jest from 29.1.2 to 29.4.0 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.1.2 to 29.4.0. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.1.2...v29.4.0) --- updated-dependencies: - dependency-name: ts-jest dependency-version: 29.4.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: recreated pnpm-lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alberto Maghini <[email protected]>
1 parent 374cf04 commit 60c401c

File tree

4 files changed

+52
-25
lines changed

4 files changed

+52
-25
lines changed

packages/create-payload-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"@types/jest": "^27.0.3",
4545
"@types/node": "^16.6.2",
4646
"@types/prompts": "^2.4.1",
47-
"ts-jest": "^29.1.0"
47+
"ts-jest": "^29.4.0"
4848
}
4949
}

packages/plugin-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/jest": "^29.5.1",
3636
"@types/nodemailer": "6.4.16",
3737
"payload": "workspace:*",
38-
"ts-jest": "^29.1.0",
38+
"ts-jest": "^29.4.0",
3939
"webpack": "5.91.0"
4040
},
4141
"files": [

packages/plugin-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"jest": "^29.5.0",
5252
"nodemon": "3.0.3",
5353
"payload": "workspace:*",
54-
"ts-jest": "^29.1.0",
54+
"ts-jest": "^29.4.0",
5555
"webpack": "5.91.0"
5656
}
5757
}

pnpm-lock.yaml

Lines changed: 49 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)