@tailwindcss/language-server 0.0.10 → 0.0.11

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.10",
5
+ "version": "0.0.11",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -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.2.0",
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",