From 844d9a5234e64f115cccaf6a0bd6a6069780a601 Mon Sep 17 00:00:00 2001 From: rharkor Date: Thu, 23 Nov 2023 19:20:14 +0100 Subject: [PATCH] fix: depcheck --- package-lock.json | 9 --------- package.json | 1 - 2 files changed, 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16fffa8b..b5a27f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,6 @@ "sharp": "^0.32.5", "superjson": "^2.0.0", "tailwind-merge": "^2.0.0", - "tailwindcss-animate": "^1.0.6", "ua-parser-js": "^1.0.35", "zod": "^3.21.4" }, @@ -24229,14 +24228,6 @@ "node": ">=14.0.0" } }, - "node_modules/tailwindcss-animate": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz", - "integrity": "sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==", - "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" - } - }, "node_modules/tailwindcss/node_modules/object-hash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", diff --git a/package.json b/package.json index be9751ee..a92d157b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,6 @@ "sharp": "^0.32.5", "superjson": "^2.0.0", "tailwind-merge": "^2.0.0", - "tailwindcss-animate": "^1.0.6", "ua-parser-js": "^1.0.35", "zod": "^3.21.4" },