From b5147b84d9ba71110b879d89b97df39cc7b810a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 01:05:44 +0000 Subject: [PATCH] Update jest monorepo to v29 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 3ac25b1a..abf64439 100644 --- a/package.json +++ b/package.json @@ -69,16 +69,16 @@ "devDependencies": { "@types/cosmiconfig": "5.0.3", "@types/diff": "4.0.2", - "@types/jest": "24.9.1", + "@types/jest": "29.5.7", "@types/lodash": "4.14.192", "@types/node": "12.20.55", "@types/source-map-support": "0.5.6", "cross-env": "6.0.3", - "jest": "24.9.0", - "jest-environment-node": "24.9.0", + "jest": "29.7.0", + "jest-environment-node": "29.7.0", "rimraf": "3.0.2", "source-map-support": "0.5.21", - "ts-jest": "24.3.0", + "ts-jest": "29.1.1", "tslint-clean-code": "0.2.10", "tslint-microsoft-contrib": "6.2.0", "vscode": "1.1.37"