From 7ee51b772e89204f0d8b93b2d974c9eaa7b4caf4 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Wed, 11 Oct 2023 04:43:21 +0000 Subject: [PATCH] Build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.0.0...v5.0.1) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 604aa88..f1f7e80 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.28.1", "eslint-plugin-nuxt": "^4.0.0", - "eslint-plugin-prettier": "^5.0.0", + "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-vue": "^9.17.0", "husky": "^8.0.3", "postcss-html": "^1.5.0", diff --git a/yarn.lock b/yarn.lock index 40ee5d0..82aa097 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7886,10 +7886,10 @@ eslint-plugin-nuxt@^4.0.0: semver "^7.3.7" vue-eslint-parser "^9.0.3" -eslint-plugin-prettier@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a" - integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w== +eslint-plugin-prettier@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515" + integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg== dependencies: prettier-linter-helpers "^1.0.0" synckit "^0.8.5"