From 6808ee3c3623dc2e7e84a9221219779d887e92d0 Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 26 Mar 2022 20:28:51 +0100 Subject: [PATCH] chore: update lint-staged to fix color --- .husky/pre-commit | 2 +- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 37fad09f..502c6f99 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,7 +2,7 @@ . "$(dirname "$0")/_/husky.sh" # Enable colors in Powershell (has scrolling issue?) -# export FORCE_COLOR=1 +#export FORCE_COLOR=1 # Check changed files yarn lint-staged diff --git a/package.json b/package.json index d40e1462..6bc7ff4b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jest": "^27.5.1", "jest-circus": "^27.5.1", "js-yaml": "^4.1.0", - "lint-staged": "^12.3.4", + "lint-staged": "^12.3.7", "prettier": "^2.5.1", "ts-jest": "^27.1.3", "ts-node": "10.4.0", diff --git a/yarn.lock b/yarn.lock index d04d4f26..1be3e22c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3940,7 +3940,7 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@^12.3.4: +lint-staged@^12.3.7: version "12.3.7" resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.3.7.tgz#ad0e2014302f704f9cf2c0ebdb97ac63d0f17be0" integrity sha512-/S4D726e2GIsDVWIk1XGvheCaDm1SJRQp8efamZFWJxQMVEbOwSysp7xb49Oo73KYCdy97mIWinhlxcoNqIfIQ==