From 07ee521a0a50b2d48494206c264e28e06f0945a8 Mon Sep 17 00:00:00 2001 From: Keplr Butler Date: Sat, 1 Jan 2022 02:12:21 +0000 Subject: [PATCH] Update jest monorepo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 186059b..5a6a425 100644 --- a/package.json +++ b/package.json @@ -35,9 +35,9 @@ "ajv": "8.8.2", "eslint": "7.32.0", "husky": "^4.3.8", - "jest": "^26.6.3", + "jest": "^27.0.0", "lint-staged": "10.5.4", - "ts-jest": "^26.5.6", + "ts-jest": "^27.0.0", "tsd": "0.19.1", "typescript": "4.5.4" },