From 4dc54a87d12dd4f9c4a0a9c273c79d103d30bbdd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 Apr 2021 15:53:14 +0000 Subject: [PATCH] fix(deps): update dependency eslint-config-prettier to v8.3.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 64daceade3..73cd2231fd 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "copy-to-clipboard": "3.3.1", "cross-env": "7.0.3", "elliptic": "6.5.4", - "eslint-config-prettier": "8.2.0", + "eslint-config-prettier": "8.3.0", "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react-hooks": "4.2.0", "fontfaceobserver": "2.1.0", diff --git a/yarn.lock b/yarn.lock index 8e176b75e2..31394916be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6245,10 +6245,10 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.2.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3" - integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw== +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-react-app@^6.0.0: version "6.0.0"