From c12fd8b9a97a9a261ee004476e52e18880323e97 Mon Sep 17 00:00:00 2001 From: anthony-pertsel <76824702+Anthonyp0329@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:24:43 -0700 Subject: [PATCH] husky version fixing --- admin-portal-frontend/package-lock.json | 12 ++++++------ admin-portal-frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin-portal-frontend/package-lock.json b/admin-portal-frontend/package-lock.json index e72aded..0eda86c 100644 --- a/admin-portal-frontend/package-lock.json +++ b/admin-portal-frontend/package-lock.json @@ -29,7 +29,7 @@ "eslint-config-next": "^14.1.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "husky": "^9.0.11", + "husky": "^8.0.3", "postcss": "^8", "prettier": "^3.2.5", "tailwindcss": "^3.3.0", @@ -5581,15 +5581,15 @@ } }, "node_modules/husky": { - "version": "9.0.11", - "resolved": "https://registry.npmjs.org/husky/-/husky-9.0.11.tgz", - "integrity": "sha512-AB6lFlbwwyIqMdHYhwPe+kjOC3Oc5P3nThEoW/AaO2BX3vJDjWPFxYLxokUZOo6RNX20He3AaT8sESs9NJcmEw==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz", + "integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==", "dev": true, "bin": { - "husky": "bin.mjs" + "husky": "lib/bin.js" }, "engines": { - "node": ">=18" + "node": ">=14" }, "funding": { "url": "https://github.com/sponsors/typicode" diff --git a/admin-portal-frontend/package.json b/admin-portal-frontend/package.json index ac878ff..07b04ac 100644 --- a/admin-portal-frontend/package.json +++ b/admin-portal-frontend/package.json @@ -35,7 +35,7 @@ "eslint-config-next": "^14.1.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", - "husky": "^9.0.11", + "husky": "^8.0.3", "postcss": "^8", "prettier": "^3.2.5", "tailwindcss": "^3.3.0",