From 9fad66596a726e264ccfb96115d3c601f9f21fec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 11:28:07 +1000 Subject: [PATCH] build(deps): update dependency eslint-config-prettier to v8.2.0 (#1911) Co-authored-by: Renovate Bot --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 9ab33cf0..4fb11bfa 100644 --- a/web/package.json +++ b/web/package.json @@ -27,7 +27,7 @@ "classnames": "2.3.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", - "eslint-config-prettier": "8.1.0", + "eslint-config-prettier": "8.2.0", "eslint-import-resolver-typescript": "2.4.0", "eslint-plugin-prettier": "3.3.1", "prettier": "2.2.1", diff --git a/web/yarn.lock b/web/yarn.lock index 5d1a2244..12fb487a 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -5557,10 +5557,10 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.1.0: - version "8.1.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6" - integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw== +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-react-app@^6.0.0: version "6.0.0"