@tailwindcss/language-server 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/ThirdPartyNotices.txt +95 -97
- package/bin/tailwindcss-language-server +251 -223
- package/package.json +6 -6
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.10",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
|
@@ -32,10 +32,10 @@
|
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
34
34
|
"@parcel/watcher": "2.0.3",
|
35
|
-
"@tailwindcss/aspect-ratio": "0.4.
|
36
|
-
"@tailwindcss/forms": "0.
|
37
|
-
"@tailwindcss/line-clamp": "0.
|
38
|
-
"@tailwindcss/typography": "0.5.
|
35
|
+
"@tailwindcss/aspect-ratio": "0.4.2",
|
36
|
+
"@tailwindcss/forms": "0.5.3",
|
37
|
+
"@tailwindcss/line-clamp": "0.4.2",
|
38
|
+
"@tailwindcss/typography": "0.5.7",
|
39
39
|
"@types/debounce": "1.2.0",
|
40
40
|
"@types/node": "14.14.34",
|
41
41
|
"@types/vscode": "1.65.0",
|
@@ -63,7 +63,7 @@
|
|
63
63
|
"resolve": "1.20.0",
|
64
64
|
"rimraf": "3.0.2",
|
65
65
|
"stack-trace": "0.0.10",
|
66
|
-
"tailwindcss": "3.0
|
66
|
+
"tailwindcss": "3.2.0",
|
67
67
|
"typescript": "4.6.4",
|
68
68
|
"vscode-css-languageservice": "5.4.1",
|
69
69
|
"vscode-languageserver": "8.0.2",
|