From b16076036fa5489a37723ae043072bebd6c01264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 15:47:06 +0000 Subject: [PATCH] chore(deps): update jest monorepo to v29 --- cli/package.json | 6 +++--- platform/client-admin/package.json | 2 +- platform/client/package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/package.json b/cli/package.json index c15c92ff..8d45fd13 100644 --- a/cli/package.json +++ b/cli/package.json @@ -25,17 +25,17 @@ "devDependencies": { "@types/chalk": "0.4.31", "@types/inquirer": "6.5.0", - "@types/jest": "25.2.3", + "@types/jest": "29.5.2", "@types/js-yaml": "3.12.5", "@types/node": "12.12.55", "@types/node-emoji": "1.8.1", "@types/through": "0.0.30", "@types/yargs": "15.0.5", - "jest": "26.6.3", + "jest": "29.6.0", "lint-staged": "10.3.0", "ncp": "2.0.0", "rimraf": "3.0.2", - "ts-jest": "25.5.1", + "ts-jest": "29.1.1", "ts-node": "8.10.2", "tsutils": "3.17.1", "typescript": "3.9.7", diff --git a/platform/client-admin/package.json b/platform/client-admin/package.json index 148a7933..37ec36b5 100644 --- a/platform/client-admin/package.json +++ b/platform/client-admin/package.json @@ -64,7 +64,7 @@ "@testing-library/react": "10.4.9", "@testing-library/user-event": "10.4.1", "@types/googlemaps": "3.39.13", - "@types/jest": "25.2.3", + "@types/jest": "29.5.2", "@types/moment": "2.13.0", "@types/node": "12.12.55", "@types/react": "16.9.49", diff --git a/platform/client/package.json b/platform/client/package.json index 564fc40a..a38890d4 100644 --- a/platform/client/package.json +++ b/platform/client/package.json @@ -60,7 +60,7 @@ "@testing-library/react": "10.4.9", "@testing-library/user-event": "10.4.1", "@types/googlemaps": "3.39.13", - "@types/jest": "25.2.3", + "@types/jest": "29.5.2", "@types/node": "12.12.55", "@types/react": "16.9.49", "@types/react-dom": "16.9.8",