From a12a3120360eb7524b0a5a5c4a580b2903b9c713 Mon Sep 17 00:00:00 2001 From: hacke2 Date: Fri, 31 May 2024 17:44:47 +0800 Subject: [PATCH] chore: update husky to v8.0.2 and jest to v29.3.0 (#124) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46d7012..af708c2 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "commitlint": "17.2.0", "eslint": "8.27.0", "eslint-config-prettier": "8.5.0", - "husky": "8.0.1", - "jest": "29.2.2", + "husky": "8.0.2", + "jest": "29.3.0", "lint-staged": "13.0.3", "prettier": "2.7.1", "reflect-metadata": "^0.1.13",