From cf6f9d2fa0018068b91e8f5342b8d7e3d307911f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:12:43 +0000 Subject: [PATCH] chore(deps): update dependency prettier to v3 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 68b4b66..2f9898c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.32.2", - "prettier": "^2.8.4", + "prettier": "^3.0.0", "typescript": "^4.9.5", "vite": "^4.1.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e3d3b13..571090e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,8 +44,8 @@ devDependencies: specifier: ^7.32.2 version: 7.32.2(eslint@8.34.0) prettier: - specifier: ^2.8.4 - version: 2.8.4 + specifier: ^3.0.0 + version: 3.0.0 typescript: specifier: ^4.9.5 version: 4.9.5 @@ -1844,9 +1844,9 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /prettier@2.8.4: - resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} - engines: {node: '>=10.13.0'} + /prettier@3.0.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + engines: {node: '>=14'} hasBin: true dev: true