From 7d847efe0003b3fef9082284e62a822b109f0fed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:11:05 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-prettier to v5 --- oeq-ts-rest-api/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oeq-ts-rest-api/package.json b/oeq-ts-rest-api/package.json index e90a37dc459..7b7d975260d 100644 --- a/oeq-ts-rest-api/package.json +++ b/oeq-ts-rest-api/package.json @@ -54,7 +54,7 @@ "eslint-config-prettier": "9.0.0", "eslint-plugin-jest": "27.2.3", "eslint-plugin-notice": "0.9.10", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-prettier": "5.0.0", "jest": "29.6.4", "jest-config": "29.6.4", "prettier": "2.8.8", diff --git a/package.json b/package.json index e3deb90c416..6af363ce00f 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "eslint-plugin-jest": "27.2.3", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-notice": "0.9.10", - "eslint-plugin-prettier": "4.2.1", + "eslint-plugin-prettier": "5.0.0", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-unused-imports": "2.0.0",