From 72bb88a9f65e9fc6f626be2a71f2173a22d736c3 Mon Sep 17 00:00:00 2001 From: Yusuf Seyrek Date: Tue, 16 May 2023 15:50:03 +0300 Subject: [PATCH] chore: remove resolutions from package json (#211) --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 5cb8c7f2..5f6f265e 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,5 @@ "prettier-plugin-tailwindcss": "^0.2.8", "tailwindcss": "^3.3.2", "typescript": "5.0.4" - }, - "resolutions": { - "@types/react": "18.0.26", - "@types/react-dom": "18.0.9" } }