-
- Downloads
chore: remove unused @tailwindcss/ui dependency
@tailwindcss/ui seems to be unused and has a peer dependency on tailwind^1.0 that has been silently ignored.
parent
1ce5ecbc
No related branches found
No related tags found
... | ... | @@ -9,7 +9,6 @@ |
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@tailwindcss/ui": "^0.6.2", | ||
"axios": "^0.18.1", | ||
"bootstrap-vue": "^2.16.0", | ||
"dompurify": "^2.0.12", | ||
... | ... |
Please register or sign in to comment