From 633e91f7df4e843673c1161f4912ef902ba91c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 23:15:59 +0000 Subject: [PATCH] Bump eslint-config-prettier from 8.3.0 to 8.6.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.3.0 to 8.6.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.3.0...v8.6.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2776eda..33d2720 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "copy-webpack-plugin": "^11.0.0", "eslint": "^7.32.0", "eslint-config-next": "^11.1.2", - "eslint-config-prettier": "^8.3.0", + "eslint-config-prettier": "^8.6.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.9.2", "eslint-plugin-import": "^2.24.2", diff --git a/yarn.lock b/yarn.lock index 8fdf198..4573e77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5507,10 +5507,10 @@ eslint-config-next@^11.1.2: eslint-plugin-react "^7.23.1" eslint-plugin-react-hooks "^4.2.0" -eslint-config-prettier@^8.3.0: - version "8.3.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a" - integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew== +eslint-config-prettier@^8.6.0: + version "8.6.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.6.0.tgz#dec1d29ab728f4fa63061774e1672ac4e363d207" + integrity sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA== eslint-config-react-app@^6.0.0: version "6.0.0"