From 0757db69b2b7202ffd6d09c7b7eeab5d21500db3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:33:11 +0000 Subject: [PATCH] chore(deps): update dependency @types/prettier to v3 (#2712) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2c595667..31d7ab12 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "@types/fnando__sparkline": "^0.3.7", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", - "@types/prettier": "^2.7.3", + "@types/prettier": "^3.0.0", "@types/wicg-file-system-access": "^2020.9.8", "@types/ws": "^8.5.10", "@unlazy/nuxt": "^0.11.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e0aab4a7..cbf93efc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -275,8 +275,8 @@ importers: specifier: ^4.0.9 version: 4.0.9 '@types/prettier': - specifier: ^2.7.3 - version: 2.7.3 + specifier: ^3.0.0 + version: 3.0.0 '@types/wicg-file-system-access': specifier: ^2020.9.8 version: 2020.9.8 @@ -4840,8 +4840,11 @@ packages: resolution: {integrity: sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==} dev: false - /@types/prettier@2.7.3: - resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==} + /@types/prettier@3.0.0: + resolution: {integrity: sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==} + deprecated: This is a stub types definition. prettier provides its own type definitions, so you do not need this installed. + dependencies: + prettier: 3.2.5 dev: true /@types/resolve@1.17.1: