From 5bfe91613cf04224db215402da12b11a30a2c6fb Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 27 Oct 2023 15:59:15 -0600 Subject: [PATCH] build: remove @types/tailwindcss (main package provides own types) --- package-lock.json | 13 +------------ package.json | 3 +-- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c01072..79e54f2 100755 --- a/package-lock.json +++ b/package-lock.json @@ -48,8 +48,7 @@ "@types/ffmpeg-static": "^3.0.2", "@types/fs-extra": "^11.0.3", "@types/luxon": "^3.3.3", - "@types/node": "^20.8.9", - "@types/tailwindcss": "^3.1.0" + "@types/node": "^20.8.9" }, "engines": { "node": "^20", @@ -2635,16 +2634,6 @@ "@types/node": "*" } }, - "node_modules/@types/tailwindcss": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@types/tailwindcss/-/tailwindcss-3.1.0.tgz", - "integrity": "sha512-JxPzrm609hzvF4nmOI3StLjbBEP3WWQxDDJESqR1nh94h7gyyy3XSl0hn5RBMJ9mPudlLjtaXs5YEBtLw7CnPA==", - "deprecated": "This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed.", - "dev": true, - "dependencies": { - "tailwindcss": "*" - } - }, "node_modules/@types/trusted-types": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.5.tgz", diff --git a/package.json b/package.json index 330883e..e297b3c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,6 @@ "@types/ffmpeg-static": "^3.0.2", "@types/fs-extra": "^11.0.3", "@types/luxon": "^3.3.3", - "@types/node": "^20.8.9", - "@types/tailwindcss": "^3.1.0" + "@types/node": "^20.8.9" } }