tailwindcss
tailwindcss copied to clipboard
upgrading to 3.5.1 introduces warning about @types/[email protected]
Version
@nuxtjs/tailwindcss: 3.5.1 nuxt: 3.0.0-rc6
Steps to reproduce
yarn upgrade-interactive
What is Expected?
no warnings
What is actually happening?
got this warning
warning @nuxtjs/tailwindcss > @types/[email protected]: This is a stub types definition. tailwindcss provides its own type definitions, so you do not need this installed.
Thoughts
should @types/[email protected] be removed in the future as a dependency for the module ? if so how do I remove it myself correctly for this version?