Skip to content

Commit 1acc2af

Browse files
committed
Update fallback version of Tailwind to v3.4.2
1 parent 745c3ab commit 1acc2af

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tailwindcss-language-server/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
"bin": {
2626
"tailwindcss-language-server": "./bin/tailwindcss-language-server"
2727
},
28-
"files": [
29-
"bin",
30-
"ThirdPartyNotices.txt"
31-
],
28+
"files": ["bin", "ThirdPartyNotices.txt"],
3229
"publishConfig": {
3330
"access": "public"
3431
},
@@ -78,7 +75,7 @@
7875
"resolve": "1.20.0",
7976
"rimraf": "3.0.2",
8077
"stack-trace": "0.0.10",
81-
"tailwindcss": "3.4.1",
78+
"tailwindcss": "3.4.2",
8279
"typescript": "5.3.3",
8380
"vite-tsconfig-paths": "^4.3.1",
8481
"vitest": "^1.1.2",

0 commit comments

Comments
 (0)