From 431dff9dc34f684b455e4b0191ff2a97e7133e33 Mon Sep 17 00:00:00 2001 From: holypanda <114544906+unholypanda@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:01:48 -0500 Subject: [PATCH] deps: upgrade eslint-config-prettier to 9.1.0 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f91b53a..55676a1 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "autoprefixer": "^10.4.16", "eslint": "^8.55.0", "eslint-config-next": "^14.0.2", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^9.1.0", "husky": "^8.0.3", "jsdom": "^23.0.1", "msw": "^1.3.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea15b58..8c6e19c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,8 +113,8 @@ devDependencies: specifier: ^14.0.2 version: 14.0.2(eslint@8.55.0)(typescript@5.2.2) eslint-config-prettier: - specifier: ^9.0.0 - version: 9.0.0(eslint@8.55.0) + specifier: ^9.1.0 + version: 9.1.0(eslint@8.55.0) husky: specifier: ^8.0.3 version: 8.0.3 @@ -4311,8 +4311,8 @@ packages: - supports-color dev: true - /eslint-config-prettier@9.0.0(eslint@8.55.0): - resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} + /eslint-config-prettier@9.1.0(eslint@8.55.0): + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: eslint: '>=7.0.0'