From 29752b1e72d68cc292f754edad77e1513f4e92c2 Mon Sep 17 00:00:00 2001 From: zhichen Date: Wed, 14 Nov 2018 19:42:35 +0800 Subject: [PATCH] upgrade the npm of husky and lint-staged --- console/src/main/resources/static/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/console/src/main/resources/static/package.json b/console/src/main/resources/static/package.json index 129f34d47..6d9c2b2a5 100644 --- a/console/src/main/resources/static/package.json +++ b/console/src/main/resources/static/package.json @@ -41,7 +41,8 @@ "eslint-plugin-import": "^2.14.0", "eslint-plugin-prettier": "^3.0.0", "eslint-plugin-react": "^7.11.1", - "husky": "^0.12.0", + "husky": "^1.1.4", + "lint-staged": "^8.0.4", "roadhog": "^2.0.0" } }