From a6f9d3870942adf65fdced4c42391a96209458e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 00:09:12 +0000 Subject: [PATCH] feat(deps): Update dependency eslint-config-prettier to v9 --- packages/eslint-config-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index 14ce69736..b09da37e0 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -28,7 +28,7 @@ "@typescript-eslint/parser": "2.x", "@babel/eslint-parser": "7.25.9", "eslint": "6.8.0", - "eslint-config-prettier": "6.15.0", + "eslint-config-prettier": "9.1.0", "eslint-plugin-compat": "3.13.0", "eslint-plugin-import": "2.x", "eslint-plugin-jest": "23.x",