@tailwindcss/language-server 0.0.0-insiders.f029cf2 → 0.0.0-insiders.f4b0e54

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tailwindcss/language-server",
3
3
  "description": "Tailwind CSS Language Server",
4
4
  "license": "MIT",
5
- "version": "0.0.0-insiders.f029cf2",
5
+ "version": "0.0.0-insiders.f4b0e54",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -39,7 +39,7 @@
39
39
  "@tailwindcss/forms": "0.5.3",
40
40
  "@tailwindcss/language-service": "*",
41
41
  "@tailwindcss/line-clamp": "0.4.2",
42
- "@tailwindcss/oxide": "^4.0.0-alpha.12",
42
+ "@tailwindcss/oxide": "^4.0.0-alpha.16",
43
43
  "@tailwindcss/typography": "0.5.7",
44
44
  "@types/color-name": "^1.1.3",
45
45
  "@types/culori": "^2.1.0",
@@ -47,7 +47,7 @@
47
47
  "@types/dlv": "^1.1.4",
48
48
  "@types/find-up": "^4.0.0",
49
49
  "@types/license-checker": "^25.0.6",
50
- "@types/node": "14.14.34",
50
+ "@types/node": "^18.19.33",
51
51
  "@types/normalize-path": "^3.0.2",
52
52
  "@types/picomatch": "^2.3.3",
53
53
  "@types/postcss-import": "^14.0.3",
@@ -66,7 +66,6 @@
66
66
  "enhanced-resolve": "^5.16.1",
67
67
  "fast-glob": "3.2.4",
68
68
  "find-up": "5.0.0",
69
- "is-builtin-module": "3.2.1",
70
69
  "klona": "2.0.4",
71
70
  "license-checker": "25.0.1",
72
71
  "minimist": "^1.2.8",
@@ -79,7 +78,7 @@
79
78
  "resolve": "1.20.0",
80
79
  "rimraf": "3.0.2",
81
80
  "stack-trace": "0.0.10",
82
- "tailwindcss": "3.4.2",
81
+ "tailwindcss": "3.4.4",
83
82
  "typescript": "5.3.3",
84
83
  "vite-tsconfig-paths": "^4.3.1",
85
84
  "vitest": "^1.4.0",
@@ -89,5 +88,8 @@
89
88
  "vscode-languageserver": "8.1.0",
90
89
  "vscode-languageserver-textdocument": "1.0.11",
91
90
  "vscode-uri": "3.0.2"
91
+ },
92
+ "engines": {
93
+ "node": ">=18.0.0"
92
94
  }
93
95
  }