From 78c47fea7a704d1addd796ac5f515d262379da92 Mon Sep 17 00:00:00 2001 From: valentinab25 Date: Tue, 17 Oct 2023 01:07:34 +0300 Subject: [PATCH] chore: husky, lint-staged use fixed versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 78c34c8..cdd9737 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "@cypress/code-coverage": "^3.10.0", "@plone/scripts": "*", "babel-plugin-transform-class-properties": "^6.24.1", - "husky": "*", - "lint-staged": "*", + "husky": "^8.0.3", + "lint-staged": "^14.0.1", "md5": "^2.3.0" }, "lint-staged": {