@tailwindcss/language-server 0.0.0-insiders.4bf3af2 → 0.0.0-insiders.83cd162

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.0-insiders.4bf3af2",
5
+ "version": "0.0.0-insiders.83cd162",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/tailwindlabs/tailwindcss-intellisense.git",
@@ -58,7 +58,7 @@
58
58
  "minimatch": "5.1.4",
59
59
  "normalize-path": "3.0.0",
60
60
  "pkg-up": "3.1.0",
61
- "postcss": "8.3.9",
61
+ "postcss": "8.4.31",
62
62
  "postcss-load-config": "3.0.1",
63
63
  "postcss-selector-parser": "6.0.2",
64
64
  "prettier": "2.3.0",
@@ -68,10 +68,15 @@
68
68
  "tailwindcss": "3.3.0",
69
69
  "typescript": "4.6.4",
70
70
  "vitest": "0.34.2",
71
- "vscode-css-languageservice": "5.4.1",
71
+ "vscode-css-languageservice": "6.2.9",
72
72
  "vscode-jsonrpc": "8.1.0",
73
73
  "vscode-languageserver": "8.0.2",
74
74
  "vscode-languageserver-textdocument": "1.0.7",
75
75
  "vscode-uri": "3.0.2"
76
+ },
77
+ "prettier": {
78
+ "semi": false,
79
+ "singleQuote": true,
80
+ "printWidth": 100
76
81
  }
77
82
  }