From 3880d873f80fc2b044d71d2698a20b058150b9c1 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 28 Mar 2024 20:42:06 +0800 Subject: [PATCH] chore(deps): update dependency husky to ^9.0.11 --- .husky/pre-commit | 3 --- package.json | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index d37daa075..041c660c9 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx --no-install lint-staged diff --git a/package.json b/package.json index 0d36c16be..29b2c210d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "author": "jaywcjlove", "license": "MIT", "scripts": { - "prepare": "husky install", "website:install": "npm install --scope @example/website --hoist", "start:antdp-base": "lerna exec --scope @example/antdp-base -- npm run start", "start:website": "lerna exec --scope @example/website -- npm run start", @@ -39,6 +38,7 @@ "css:build": "lerna exec --scope @antdp/* -- compile-less -d src -o esm", "css:watch": "lerna exec --scope @antdp/* -- compile-less -d src -o esm --watch", "----": "----", + "prepare": "husky", "build:js": "node ./script/copy", "version": "lerna version --exact --force-publish --no-push --no-git-tag-version", "publish": "lerna publish from-package", @@ -78,7 +78,7 @@ }, "dependencies": { "compile-less-cli": "1.9.1", - "husky": "8.0.3", + "husky": "^9.0.11", "jest-environment-jsdom": "29.5.0", "lerna": "^7.0.0", "lint-staged": "~15.2.0",