diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4636c8f2f..33765981a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -378,9 +378,6 @@ importers: '@types/node': specifier: ^20.11.30 version: 20.11.30 - '@types/prettier': - specifier: ^3.0.0 - version: 3.0.0 json5: specifier: ^2.2.3 version: 2.2.3 @@ -3945,13 +3942,6 @@ packages: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true - /@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/prismjs@1.26.3: resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==} dev: true diff --git a/scripts/package.json b/scripts/package.json index 74a74c77a..7148151f5 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -9,7 +9,6 @@ }, "devDependencies": { "@types/node": "^20.11.30", - "@types/prettier": "^3.0.0", "json5": "^2.2.3", "node-html-parser": "^6.1.12", "prettier": "^3.2.5",