From d91c0bc255e8cfd7c1ab1d702906934186d31452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 26 Jun 2024 17:39:53 +0200 Subject: [PATCH] Update npm deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b9685f6..deb7d93 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "devDependencies": { - "@tailwindcss/forms": "^0.5.6", - "@tailwindcss/typography": "^0.5.10", + "@tailwindcss/forms": "^0.5.7", + "@tailwindcss/typography": "^0.5.13", "concurrently": "^8.2.2", "npm-check-updates": "^16.14.20", - "tailwindcss": "^3.3.3" + "tailwindcss": "^3.4.4" } }