From 4192b5caeec950b1ba89193e26a71a3fc2bce82d Mon Sep 17 00:00:00 2001 From: nutlope Date: Fri, 2 Dec 2022 12:06:44 -0500 Subject: [PATCH] added typescript as dev dependency --- examples/with-cloudinary/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/with-cloudinary/package.json b/examples/with-cloudinary/package.json index f9c49ad231b43ab..0793a2b92cb5107 100644 --- a/examples/with-cloudinary/package.json +++ b/examples/with-cloudinary/package.json @@ -26,6 +26,7 @@ "postcss": "^8.4.18", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", - "tailwindcss": "^3.2.1" + "tailwindcss": "^3.2.1", + "typescript": "4.8.4" } }