diff --git a/package.json b/package.json index 22b79f77..e7bb859c 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@typescript-eslint/parser": "^7", "bundlewatch": "^0.3.1", "eslint": "^8", - "eslint-config-prettier": "^8", + "eslint-config-prettier": "^9", "eslint-config-react-app": "^7", "eslint-plugin-flowtype": "^8", "eslint-plugin-import": "^2", diff --git a/yarn.lock b/yarn.lock index efd0d9c4..b8027013 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5095,6 +5095,11 @@ eslint-config-prettier@^6.0.0, eslint-config-prettier@^8: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11" integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg== +eslint-config-prettier@^9: + version "9.1.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f" + integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== + eslint-config-react-app@^5.2.1, eslint-config-react-app@^7: version "7.0.1" resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4"