From ab95e8b69007e816e289c4076d81d505845d7704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:29:13 +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..9e8b27aa 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.13", "@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.7.0", "lint-staged": "10.3.0", "ncp": "2.0.0", "rimraf": "3.0.2", - "ts-jest": "25.5.1", + "ts-jest": "29.2.5", "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..e665ff66 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.13", "@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..42778105 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.13", "@types/node": "12.12.55", "@types/react": "16.9.49", "@types/react-dom": "16.9.8",