@tailwindcss/language-server 0.0.8 → 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 +249 -221
- package/package.json +8 -7
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,18 +32,19 @@
|
|
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
|
-
"@types/vscode": "1.
|
41
|
+
"@types/vscode": "1.65.0",
|
42
42
|
"builtin-modules": "3.2.0",
|
43
43
|
"chokidar": "3.5.1",
|
44
44
|
"color-name": "1.1.4",
|
45
45
|
"culori": "0.20.1",
|
46
46
|
"debounce": "1.2.0",
|
47
|
+
"deepmerge": "4.2.2",
|
47
48
|
"detective": "5.2.0",
|
48
49
|
"dlv": "1.1.3",
|
49
50
|
"dset": "3.1.2",
|
@@ -62,7 +63,7 @@
|
|
62
63
|
"resolve": "1.20.0",
|
63
64
|
"rimraf": "3.0.2",
|
64
65
|
"stack-trace": "0.0.10",
|
65
|
-
"tailwindcss": "3.0
|
66
|
+
"tailwindcss": "3.2.0",
|
66
67
|
"typescript": "4.6.4",
|
67
68
|
"vscode-css-languageservice": "5.4.1",
|
68
69
|
"vscode-languageserver": "8.0.2",
|