@tailwindcss/language-server 0.0.14 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/tailwindcss-language-server +303 -291
- package/package.json +2 -2
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.
|
5
|
+
"version": "0.0.16",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"resolve": "1.20.0",
|
70
70
|
"rimraf": "3.0.2",
|
71
71
|
"stack-trace": "0.0.10",
|
72
|
-
"tailwindcss": "3.
|
72
|
+
"tailwindcss": "3.4.1",
|
73
73
|
"@tailwindcss/language-service": "*",
|
74
74
|
"typescript": "4.6.4",
|
75
75
|
"vitest": "0.34.2",
|