From 1f0fcb2cc2fc16919303d5d44445e6632ad41c7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 07:35:30 +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 ae12bd8..d229c3d 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.1", "prettier": "3.2.4", diff --git a/templates/javascript/package.json b/templates/javascript/package.json index ab183a6..f0746bf 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 5cf302a..d86c57c 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",