diff --git a/package.json b/package.json index 0e5427be..9be32ae6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint": "^8.46.0", "eslint-config-next": "^13.4.12", "eslint-config-prettier": "^8.10.0", - "eslint-plugin-prettier": "^4.2.1", + "eslint-plugin-prettier": "^5.0.0", "next-pwa": "^5.6.0", "prettier": "~2.8.8", "typescript": "~5.1.6" diff --git a/yarn.lock b/yarn.lock index e9629b13..5a67e168 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2302,12 +2302,13 @@ eslint-plugin-jsx-a11y@^6.5.1: object.fromentries "^2.0.6" semver "^6.3.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== +eslint-plugin-prettier@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.0.tgz#6887780ed95f7708340ec79acfdf60c35b9be57a" + integrity sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w== dependencies: prettier-linter-helpers "^1.0.0" + synckit "^0.8.5" eslint-plugin-react-hooks@5.0.0-canary-7118f5dd7-20230705: version "5.0.0-canary-7118f5dd7-20230705"