@tailwindcss/language-server 0.0.0-insiders.cf97d7a → 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.cf97d7a",
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",
@@ -41,6 +41,7 @@
41
41
  "@tailwindcss/line-clamp": "0.4.2",
42
42
  "@tailwindcss/typography": "0.5.7",
43
43
  "@types/color-name": "^1.1.3",
44
+ "@types/culori": "^2.1.0",
44
45
  "@types/debounce": "1.2.0",
45
46
  "@types/dlv": "^1.1.4",
46
47
  "@types/find-up": "^4.0.0",
@@ -55,7 +56,7 @@
55
56
  "bun-types": "^1.0.6",
56
57
  "chokidar": "3.5.1",
57
58
  "color-name": "1.1.4",
58
- "culori": "0.20.1",
59
+ "culori": "^4.0.1",
59
60
  "debounce": "1.2.0",
60
61
  "deepmerge": "4.2.2",
61
62
  "dlv": "1.1.3",
@@ -77,7 +78,7 @@
77
78
  "resolve": "1.20.0",
78
79
  "rimraf": "3.0.2",
79
80
  "stack-trace": "0.0.10",
80
- "tailwindcss": "3.4.1",
81
+ "tailwindcss": "3.4.2",
81
82
  "typescript": "5.3.3",
82
83
  "vite-tsconfig-paths": "^4.3.1",
83
84
  "vitest": "^1.1.2",