build: remove @types/tailwindcss (main package provides own types)

pull/245/head^2
Josh Moore 11 months ago
parent 5aa636f93e
commit 5bfe91613c

13
package-lock.json generated

@ -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",

@ -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"
}
}

Loading…
Cancel
Save