From e7a1adf4877eeeccf3a0567fb2d193a9fb455390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:57:47 +0000 Subject: [PATCH] Update jest monorepo to v29 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f8ad1639..8d5b166a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@types/dedent": "0.7.0", "@types/diff": "4.0.2", - "@types/jest": "24.9.1", + "@types/jest": "29.5.2", "@types/js-yaml": "3.12.7", "@types/json-stable-stringify": "1.0.34", "@types/lodash": "4.14.192", @@ -56,14 +56,14 @@ "dedent": "0.7.0", "istanbul-api": "3.0.0", "istanbul-reports": "2.2.7", - "jest": "24.9.0", + "jest": "29.6.1", "js-yaml": "3.14.1", "json-stable-stringify": "1.0.2", "npm-run-all": "4.1.5", "request": "2.88.2", "rimraf": "3.0.2", "shelljs": "0.8.5", - "ts-jest": "24.3.0", + "ts-jest": "29.1.1", "tslint": "5.20.1", "tslint-clean-code": "0.2.10", "tslint-microsoft-contrib": "6.2.0",