From b6c88ece116dbb40e893a5c29808014db6733497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B9=B4=EA=B8=B0=EC=9E=90=ED=8C=90?= Date: Sun, 11 Feb 2024 11:37:29 +0900 Subject: [PATCH] Update package.json Confirm https://github.com/creativetimofficial/material-tailwind/issues/528 ix it --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 42add42..4b16003 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@types/node": "^20.11.17", - "@types/react": "^18.2.55", + "@types/react": "18.2.42", "@types/react-dom": "^18.2.19", "autoprefixer": "^10.4.16", "eslint": "^8.56.0", @@ -37,4 +37,4 @@ "tailwindcss": "^3.4.1", "typescript": "^5.3.2" } -} \ No newline at end of file +}