@tailwindcss/language-server 0.0.0-insiders.c67c85f → 0.0.0-insiders.d25652b

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.c67c85f",
5
+ "version": "0.0.0-insiders.d25652b",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -40,14 +40,23 @@
40
40
  "@tailwindcss/language-service": "*",
41
41
  "@tailwindcss/line-clamp": "0.4.2",
42
42
  "@tailwindcss/typography": "0.5.7",
43
+ "@types/color-name": "^1.1.3",
44
+ "@types/culori": "^2.1.0",
43
45
  "@types/debounce": "1.2.0",
46
+ "@types/dlv": "^1.1.4",
47
+ "@types/find-up": "^4.0.0",
48
+ "@types/license-checker": "^25.0.6",
44
49
  "@types/node": "14.14.34",
50
+ "@types/normalize-path": "^3.0.2",
51
+ "@types/picomatch": "^2.3.3",
52
+ "@types/postcss-import": "^14.0.3",
53
+ "@types/stack-trace": "^0.0.33",
45
54
  "@types/vscode": "1.65.0",
46
55
  "browserslist": "^4.22.1",
47
56
  "bun-types": "^1.0.6",
48
57
  "chokidar": "3.5.1",
49
58
  "color-name": "1.1.4",
50
- "culori": "0.20.1",
59
+ "culori": "^4.0.1",
51
60
  "debounce": "1.2.0",
52
61
  "deepmerge": "4.2.2",
53
62
  "dlv": "1.1.3",
@@ -59,18 +68,17 @@
59
68
  "is-builtin-module": "3.2.1",
60
69
  "klona": "2.0.4",
61
70
  "license-checker": "25.0.1",
62
- "minimatch": "5.1.4",
63
71
  "minimist": "^1.2.8",
64
72
  "normalize-path": "3.0.0",
73
+ "picomatch": "^4.0.1",
65
74
  "pkg-up": "3.1.0",
66
75
  "postcss": "8.4.31",
67
76
  "postcss-load-config": "3.0.1",
68
77
  "postcss-selector-parser": "6.0.2",
69
- "prettier": "^2.8.8",
70
78
  "resolve": "1.20.0",
71
79
  "rimraf": "3.0.2",
72
80
  "stack-trace": "0.0.10",
73
- "tailwindcss": "3.4.1",
81
+ "tailwindcss": "3.4.2",
74
82
  "typescript": "5.3.3",
75
83
  "vite-tsconfig-paths": "^4.3.1",
76
84
  "vitest": "^1.1.2",
@@ -80,10 +88,5 @@
80
88
  "vscode-languageserver": "8.1.0",
81
89
  "vscode-languageserver-textdocument": "1.0.11",
82
90
  "vscode-uri": "3.0.2"
83
- },
84
- "prettier": {
85
- "semi": false,
86
- "singleQuote": true,
87
- "printWidth": 100
88
91
  }
89
92
  }