From 7e5e366c4b8af34fa31ec311533c0e49c4d3d465 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Feb 2021 20:02:01 +0000 Subject: [PATCH] Update dependency eslint-config-prettier to v8.1.0 Signed-off-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0e5863dd5..bff332efc 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@typescript-eslint/eslint-plugin": "4.15.2", "@typescript-eslint/parser": "4.15.2", "eslint": "7.20.0", - "eslint-config-prettier": "8.0.0", + "eslint-config-prettier": "8.1.0", "eslint-plugin-import": "2.22.1", "jest": "26.6.3", "prettier": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 828360505..6056c45ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2720,10 +2720,10 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz#024d661444319686c588c8849c8da33815dbdb1c" - integrity sha512-5EaAVPsIHu+grmm5WKjxUia4yHgRrbkd8I0ffqUSwixCPMVBrbS97UnzlEY/Q7OWo584vgixefM0kJnUfo/VjA== +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-import-resolver-node@^0.3.4: version "0.3.4"