Skip to content

Commit

Permalink
Update fallback version of Tailwind to v3.4.2 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Mar 27, 2024
1 parent 745c3ab commit 67ebfa4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions packages/tailwindcss-language-server/package.json
Expand Up @@ -25,10 +25,7 @@
"bin": {
"tailwindcss-language-server": "./bin/tailwindcss-language-server"
},
"files": [
"bin",
"ThirdPartyNotices.txt"
],
"files": ["bin", "ThirdPartyNotices.txt"],
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -78,7 +75,7 @@
"resolve": "1.20.0",
"rimraf": "3.0.2",
"stack-trace": "0.0.10",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.2",
"typescript": "5.3.3",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.1.2",
Expand Down
Expand Up @@ -29,7 +29,7 @@ withFixture('basic', (c) => {
let result = await completion({ lang, text, position, settings })
let textEdit = expect.objectContaining({ range: { start: position, end: position } })

expect(result.items.length).toBe(11448)
expect(result.items.length).toBe(11457)
expect(result.items.filter((item) => item.label.endsWith(':')).length).toBe(165)
expect(result).toEqual({
isIncomplete: false,
Expand Down

0 comments on commit 67ebfa4

Please sign in to comment.