From b996eea2742e1fcaa08a70de8133bfb23a8c212b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 16:05:28 +0000 Subject: [PATCH] chore(deps): update dependency eslint-formatter-pretty to v6 --- templates/cli/package.json | 2 +- templates/javascript/package.json | 2 +- templates/typescript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/cli/package.json b/templates/cli/package.json index 01d9694..2a3f4ed 100644 --- a/templates/cli/package.json +++ b/templates/cli/package.json @@ -48,7 +48,7 @@ "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", - "eslint-formatter-pretty": "4.1.0", + "eslint-formatter-pretty": "6.0.1", "husky": "8.0.3", "lint-staged": "15.2.5", "prettier": "3.2.5", diff --git a/templates/javascript/package.json b/templates/javascript/package.json index a2c2134..a3e7b0b 100644 --- a/templates/javascript/package.json +++ b/templates/javascript/package.json @@ -69,7 +69,7 @@ "cross-env": "7.0.3", "cz-conventional-changelog": "3.3.0", "eslint": "8.56.0", - "eslint-formatter-pretty": "4.1.0", + "eslint-formatter-pretty": "6.0.1", "husky": "8.0.3", "jest": "29.6.1", "jest-environment-jsdom": "29.6.1", diff --git a/templates/typescript/package.json b/templates/typescript/package.json index e9824d0..d22f7bc 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -91,7 +91,7 @@ "esbuild": "0.15.12", "esbuild-style-plugin": "1.6.3", "eslint": "8.56.0", - "eslint-formatter-pretty": "5.0.0", + "eslint-formatter-pretty": "6.0.1", "fs-extra": "11.2.0", "husky": "8.0.3", "jest": "29.6.2",