@vituum/vite-plugin-tailwindcss 2.0.0-next.2 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +17 -10
package/README.md CHANGED
@@ -30,5 +30,5 @@ Read the [docs](https://vituum.dev/config/plugins-options.html#vituum-postcss) t
30
30
 
31
31
  ### Requirements
32
32
 
33
- - [Node.js LTS (24.x)](https://nodejs.org/en/download/)
33
+ - [Node.js LTS (20.x)](https://nodejs.org/en/download/)
34
34
  - [Vite](https://vitejs.dev/)
package/package.json CHANGED
@@ -1,9 +1,16 @@
1
1
  {
2
2
  "name": "@vituum/vite-plugin-tailwindcss",
3
- "version": "2.0.0-next.2",
3
+ "version": "2.0.1",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
7
+ "description": "Vite plugin for TailwindCSS v3, adds out of the box support",
8
+ "keywords": [
9
+ "tailwindcss",
10
+ "vituum",
11
+ "vite",
12
+ "vite-plugin"
13
+ ],
7
14
  "scripts": {
8
15
  "lint": "npm run eslint && npm run tsc",
9
16
  "tsc": "tsc",
@@ -11,22 +18,22 @@
11
18
  "publish-next": "npm publish --tag next"
12
19
  },
13
20
  "dependencies": {
14
- "vituum": "^2.0.0-next.9",
21
+ "vituum": "^2.0",
15
22
  "autoprefixer": "^10.4",
16
23
  "postcss": "^8.5",
17
24
  "postcss-import": "^16.1",
18
25
  "postcss-nesting": "^14.0",
19
26
  "postcss-custom-media": "^12.0",
20
- "tailwindcss": "^3.4"
27
+ "tailwindcss": "^4.2"
21
28
  },
22
29
  "devDependencies": {
23
- "@eslint/js": "^9.39",
24
- "@stylistic/eslint-plugin": "^5.7",
25
- "@types/node": "^25.0",
26
- "eslint": "^9.39",
27
- "globals": "^17.0",
30
+ "@eslint/js": "^10.0",
31
+ "@stylistic/eslint-plugin": "^5.10",
32
+ "@types/node": "^25.5",
33
+ "eslint": "^10.0",
34
+ "globals": "^17.4",
28
35
  "typescript": "^5.9",
29
- "vite": "^8.0.0-beta.8"
36
+ "vite": "^8.0"
30
37
  },
31
38
  "files": [
32
39
  "index.js",
@@ -39,7 +46,7 @@
39
46
  }
40
47
  },
41
48
  "engines": {
42
- "node": "^24.0.0 || >=25.0.0"
49
+ "node": "^20.19.0 || >=22.12.0"
43
50
  },
44
51
  "repository": {
45
52
  "type": "git",