From a487a52d0b7f3ec271d09e9e39ce038749282180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 21:03:33 +0000 Subject: [PATCH] chore(deps-dev): bump ts-jest from 26.5.5 to 29.0.5 Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.5 to 29.0.5. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.5...v29.0.5) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 611b426acd21..93acf4fa93ad 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "stylelint-config-taro-rn": "workspace:*", "stylelint-order": "^5.0.0", "stylelint-taro-rn": "workspace:*", - "ts-jest": "26.5.5", + "ts-jest": "29.0.5", "tslib": "^1.9.3", "typescript": "^4.7.4", "vue": "^2.6.11",