From 13806bdb26472dfd8ff7e49845d1178dd552c0af Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Tue, 23 Apr 2024 11:38:37 +0200 Subject: [PATCH] [Chore] Drop @types/prettier dependency. (#594) It is now deprecated as the types are now part of the prettier lib. Fixes #593 Co-authored-by: Pascal Corpet --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 543a83ae..3f482332 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,6 @@ "@apidevtools/json-schema-ref-parser": "^11.5.5", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.17.0", - "@types/prettier": "^3.0.0", "cli-color": "^2.0.4", "glob": "^10.3.12", "is-glob": "^4.0.3",