From 88a7810a147c9bc60c3a3ad74f4bd93ca7157fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 20:57:30 +0000 Subject: [PATCH] bump(deps): update jest to v29 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 965492a..e181b5d 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,16 @@ "test:ci": "jest --ci --coverage --forceExit --maxWorkers=4" }, "devDependencies": { - "@types/jest": "27.5.2", + "@types/jest": "29.2.6", "eslint": "8.31.0", "eslint-config-standard-jsx": "11.0.0", "eslint-config-standard-with-typescript": "23.0.0", "husky": "8.0.3", - "jest": "27.5.1", + "jest": "29.3.1", "lerna": "5.6.2", "lint-staged": "13.1.0", "nock": "13.3.0", - "ts-jest": "27.1.5", + "ts-jest": "29.0.5", "typescript": "4.2.4", "wait-for-expect": "3.0.2" },