From 095f3f2c3c10e26cd0ff94a81710005b3c191768 Mon Sep 17 00:00:00 2001 From: Daniel Del Core Date: Mon, 18 Dec 2023 10:42:01 +1100 Subject: [PATCH] add prettier types --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index ffd8135e..8be4cf4f 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "@types/inquirer": "^8.2.1", "@types/jest": "^29.0.0", "@types/jscodeshift": "^0.11.6", + "@types/prettier": "^2.0.0", "@types/tar": "^4.0.4", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 9040d213..1ca52c93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2775,6 +2775,11 @@ resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901" integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA== +"@types/prettier@^2.0.0": + version "2.7.3" + resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.3.tgz#3e51a17e291d01d17d3fc61422015a933af7a08f" + integrity sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA== + "@types/semver@^6.0.1": version "6.2.7" resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.7.tgz#473fb8d63ea04f7511c699fb9b96830c51e8a53d"