From 4316846d4d52cd4dd6eccc2b55cd350ef2871883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 03:16:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-prettier to v4.2.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0afe716..b810706 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "commitlint": "9.1.2", "eslint": "8.18.0", "eslint-config-prettier": "6.15.0", - "eslint-plugin-prettier": "4.0.0", + "eslint-plugin-prettier": "4.2.1", "husky": "7.0.4", "prettier": "2.2.1", "rimraf": "3.0.2", diff --git a/yarn.lock b/yarn.lock index 7766c1f..a7eda08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1603,10 +1603,10 @@ eslint-config-prettier@6.15.0: dependencies: get-stdin "^6.0.0" -eslint-plugin-prettier@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0" - integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ== +eslint-plugin-prettier@4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" + integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== dependencies: prettier-linter-helpers "^1.0.0"