diff --git a/package.json b/package.json index d1dc1676..ef21bf4f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "eslint": "^7.8.1", - "eslint-config-prettier": "^7.0.0", + "eslint-config-prettier": "^8.0.0", "husky": "^5.0.9", "jest": "^26.0.0", "pretty-quick": "^3.1.0" diff --git a/yarn.lock b/yarn.lock index 53c94f22..03f0116e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1275,10 +1275,10 @@ escodegen@^1.14.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@^7.0.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-7.2.0.tgz#f4a4bd2832e810e8cc7c1411ec85b3e85c0c53f9" - integrity sha512-rV4Qu0C3nfJKPOAhFujFxB7RMP+URFyQqqOZW9DMRD7ZDTFyjaIlETU3xzHELt++4ugC0+Jm084HQYkkJe+Ivg== +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-scope@^5.1.1: version "5.1.1"