@tailwindcss/language-server 0.0.9 → 0.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/ThirdPartyNotices.txt +115 -97
- package/bin/tailwindcss-language-server +255 -223
- package/package.json +7 -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.11",
|
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",
|
@@ -54,6 +54,7 @@
|
|
54
54
|
"jest": "25.5.4",
|
55
55
|
"klona": "2.0.4",
|
56
56
|
"license-checker": "25.0.1",
|
57
|
+
"minimatch": "5.1.4",
|
57
58
|
"normalize-path": "3.0.0",
|
58
59
|
"pkg-up": "3.1.0",
|
59
60
|
"postcss": "8.3.9",
|
@@ -63,7 +64,7 @@
|
|
63
64
|
"resolve": "1.20.0",
|
64
65
|
"rimraf": "3.0.2",
|
65
66
|
"stack-trace": "0.0.10",
|
66
|
-
"tailwindcss": "3.
|
67
|
+
"tailwindcss": "3.2.4",
|
67
68
|
"typescript": "4.6.4",
|
68
69
|
"vscode-css-languageservice": "5.4.1",
|
69
70
|
"vscode-languageserver": "8.0.2",
|