From 056bd5cb5a5197cc532e9b6967ae5d15b345c719 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 06:15:18 +0000 Subject: [PATCH] Update eslint-config-prettier to version 9.0.0 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 323d596..08cecb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "@types/nodemailer": "^6.4.8", "eslint": "8.47.0", "eslint-config-next": "^13.4.12", - "eslint-config-prettier": "^8.10.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705", "prettier": "3.0.3", "prettier-plugin-tailwindcss": "^0.5.3" @@ -2165,9 +2165,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" diff --git a/package.json b/package.json index e1111c0..63242a1 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/nodemailer": "^6.4.8", "eslint": "8.47.0", "eslint-config-next": "^13.4.12", - "eslint-config-prettier": "^8.10.0", + "eslint-config-prettier": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705", "prettier": "3.0.3", "prettier-plugin-tailwindcss": "^0.5.3"