From a1abdf8a879273bcf3bd0aad9b2f920f6171d5a0 Mon Sep 17 00:00:00 2001 From: warmachine028 <75939390+warmachine028@users.noreply.github.com> Date: Thu, 5 Sep 2024 02:41:57 +0530 Subject: [PATCH] deps: updated tailwindcss, postcss,typescript --- client/package-lock.json | 6 +++--- client/package.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index d045d6d..8272db4 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -68,13 +68,13 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-compiler": "^0.0.0-experimental-b8a7b48-20240830", "jiti": "^1.21.6", - "postcss": "^8", + "postcss": "^8.4.45", "prettier": "^3.3.3", "prettier-plugin-packagejson": "^2.5.2", "prettier-plugin-tailwindcss": "^0.6.6", "prisma": "^5.19.1", - "tailwindcss": "^3.4.1", - "typescript": "^5" + "tailwindcss": "^3.4.10", + "typescript": "^5.5.4" } }, "node_modules/@alloc/quick-lru": { diff --git a/client/package.json b/client/package.json index 33ae349..756bf82 100644 --- a/client/package.json +++ b/client/package.json @@ -58,13 +58,13 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-react-compiler": "^0.0.0-experimental-b8a7b48-20240830", "jiti": "^1.21.6", - "postcss": "^8", + "postcss": "^8.4.45", "prettier": "^3.3.3", "prettier-plugin-packagejson": "^2.5.2", "prettier-plugin-tailwindcss": "^0.6.6", "prisma": "^5.19.1", - "tailwindcss": "^3.4.1", - "typescript": "^5" + "tailwindcss": "^3.4.10", + "typescript": "^5.5.4" }, "license": "MIT", "name": "next-book",