From 2d22f18c43ed4818e5894f7fcec23583752c85a0 Mon Sep 17 00:00:00 2001 From: valentinab25 Date: Tue, 17 Oct 2023 00:58:46 +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 8781fe6..7e676ea 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,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", "postcss-less": "6.0.0" },