@tailwindcss/language-server 0.0.15 → 0.0.17

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.15",
5
+ "version": "0.0.17",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -37,51 +37,59 @@
37
37
  "@tailwindcss/aspect-ratio": "0.4.2",
38
38
  "@tailwindcss/container-queries": "0.1.0",
39
39
  "@tailwindcss/forms": "0.5.3",
40
+ "@tailwindcss/language-service": "*",
40
41
  "@tailwindcss/line-clamp": "0.4.2",
42
+ "@tailwindcss/oxide": "^4.0.0-alpha.16",
41
43
  "@tailwindcss/typography": "0.5.7",
44
+ "@types/color-name": "^1.1.3",
45
+ "@types/culori": "^2.1.0",
42
46
  "@types/debounce": "1.2.0",
43
- "@types/node": "14.14.34",
47
+ "@types/dlv": "^1.1.4",
48
+ "@types/find-up": "^4.0.0",
49
+ "@types/license-checker": "^25.0.6",
50
+ "@types/node": "^18.19.33",
51
+ "@types/normalize-path": "^3.0.2",
52
+ "@types/picomatch": "^2.3.3",
53
+ "@types/postcss-import": "^14.0.3",
54
+ "@types/stack-trace": "^0.0.33",
44
55
  "@types/vscode": "1.65.0",
45
- "browserslist": "^4.22.1",
46
- "bun-types": "^1.0.6",
56
+ "browserslist": "^4.23.0",
57
+ "bun-types": "^1.1.1",
47
58
  "chokidar": "3.5.1",
48
59
  "color-name": "1.1.4",
49
- "culori": "0.20.1",
60
+ "culori": "^4.0.1",
50
61
  "debounce": "1.2.0",
51
62
  "deepmerge": "4.2.2",
52
63
  "dlv": "1.1.3",
53
64
  "dset": "3.1.2",
54
- "enhanced-resolve-301": "0.0.1",
55
- "esbuild": "^0.19.5",
65
+ "esbuild": "^0.20.2",
66
+ "enhanced-resolve": "^5.16.1",
56
67
  "fast-glob": "3.2.4",
57
68
  "find-up": "5.0.0",
58
- "is-builtin-module": "3.2.1",
59
69
  "klona": "2.0.4",
60
70
  "license-checker": "25.0.1",
61
- "minimatch": "5.1.4",
62
71
  "minimist": "^1.2.8",
63
72
  "normalize-path": "3.0.0",
73
+ "picomatch": "^4.0.1",
64
74
  "pkg-up": "3.1.0",
65
75
  "postcss": "8.4.31",
66
76
  "postcss-load-config": "3.0.1",
67
77
  "postcss-selector-parser": "6.0.2",
68
- "prettier": "2.3.0",
69
78
  "resolve": "1.20.0",
70
79
  "rimraf": "3.0.2",
71
80
  "stack-trace": "0.0.10",
72
- "tailwindcss": "3.4.0",
73
- "@tailwindcss/language-service": "*",
74
- "typescript": "4.6.4",
75
- "vitest": "0.34.2",
81
+ "tailwindcss": "3.4.4",
82
+ "typescript": "5.3.3",
83
+ "vite-tsconfig-paths": "^4.3.1",
84
+ "vitest": "^1.4.0",
76
85
  "vscode-css-languageservice": "6.2.9",
77
- "vscode-jsonrpc": "8.1.0",
78
- "vscode-languageserver": "8.0.2",
79
- "vscode-languageserver-textdocument": "1.0.7",
86
+ "vscode-jsonrpc": "8.2.0",
87
+ "vscode-languageclient": "8.1.0",
88
+ "vscode-languageserver": "8.1.0",
89
+ "vscode-languageserver-textdocument": "1.0.11",
80
90
  "vscode-uri": "3.0.2"
81
91
  },
82
- "prettier": {
83
- "semi": false,
84
- "singleQuote": true,
85
- "printWidth": 100
92
+ "engines": {
93
+ "node": ">=18.0.0"
86
94
  }
87
95
  }