diff --git a/package.json b/package.json index f87beb31..ebfa8564 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "coveralls": "^3.0.9", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", - "eslint-plugin-prettier": "^3.1.4", + "eslint-plugin-prettier": "^4.2.1", "husky": "^7.0.0", "np": "^5.0.0", "prettier": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index 5c89b970..42eb451e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2961,13 +2961,20 @@ eslint-plugin-jsx-a11y@^6.2.3: jsx-ast-utils "^3.1.0" language-tags "^1.0.5" -eslint-plugin-prettier@^3.1.0, eslint-plugin-prettier@^3.1.4: +eslint-plugin-prettier@^3.1.0: version "3.4.0" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.0.tgz#cdbad3bf1dbd2b177e9825737fe63b476a08f0c7" integrity sha512-UDK6rJT6INSfcOo545jiaOwB701uAIt2/dR7WnFQoGCVl1/EMqdANBmwUaqqQ45aXprsTGzSa39LI1PyuRBxxw== dependencies: prettier-linter-helpers "^1.0.0" +eslint-plugin-prettier@^4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b" + integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ== + dependencies: + prettier-linter-helpers "^1.0.0" + eslint-plugin-react-hooks@^2.2.0: version "2.5.1" resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"