Tailwind CSS has released version 3.0.2, a minor update following closely on the heels of version 3.0.1. Both versions maintain the core functionality as a utility-first CSS framework, designed for rapid UI development. The dependency list remains largely consistent, ensuring compatibility with existing projects. A crucial difference lies within the development dependencies: version 3.0.2 updates eslint from version 8.2.0 to 8.4.1. This is significant for developers relying on ESLint for code linting and style consistency, suggesting potential improvements in rule enforcement, bug fixes, or new features within the linter. While both versions share the same peer dependencies, requiring postcss and autoprefixer, developers upgrading should verify compatibility with their specific versions of these tools. Furthermore, the dist metadata indicates that version 3.0.2 has a slightly smaller unpacked size (4051391 bytes) compared to 3.0.1 (4115062 bytes), and a fileCount of 166 against 162 on version 3.0.1, potentially hinting at minor optimizations or adjustments in the packaged files. Given the quick release cycle and the focus on ESLint, this update likely addresses specific issues or improvements identified shortly after the 3.0.1 release. Developers should consult the official Tailwind CSS changelog or release notes for a detailed breakdown of the changes included in version 3.0.2.
The are not vulnerabilities for the version 3.0.2 of the package tailwindcss