From a14f5d3ae5a356f0c06a89ae04e1951cd2f044c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 26 Jun 2024 17:39:39 +0200 Subject: [PATCH] Add npm-check-updates --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0bc43e4..b9685f6 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "@tailwindcss/forms": "^0.5.6", "@tailwindcss/typography": "^0.5.10", "concurrently": "^8.2.2", + "npm-check-updates": "^16.14.20", "tailwindcss": "^3.3.3" } }