Skip to content

Commit 18b8ceb

Browse files
chore(deps): update dependency tailwindcss to v4
1 parent 02cbf43 commit 18b8ceb

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"postcss-nested": "7.0.2",
7575
"sharp": "0.34.1",
7676
"svgo": "3.3.2",
77-
"tailwindcss": "3.4.17",
77+
"tailwindcss": "4.1.11",
7878
"typescript": "5.6.3",
7979
"ufo": "1.6.1",
8080
"unenv": "1.10.0",

packages/persona/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"postcss-custom-properties": "^12.1.11 || ^13.0.0 || ^14.0.0",
116116
"postcss-hexrgba": "^2.1.0",
117117
"postcss-lighten-darken": "^0.9.0",
118-
"tailwindcss": "^3.0.0",
118+
"tailwindcss": "^3.0.0 || ^4.0.0",
119119
"vue-router": ">=4.0.0"
120120
},
121121
"devDependencies": {
@@ -130,7 +130,7 @@
130130
"postcss-custom-properties": "14.0.4",
131131
"postcss-hexrgba": "2.1.0",
132132
"postcss-lighten-darken": "0.9.0",
133-
"tailwindcss": "3"
133+
"tailwindcss": "4"
134134
},
135135
"installConfig": {
136136
"hoistingLimits": "workspaces"

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3835,7 +3835,7 @@ __metadata:
38353835
sharp: "npm:0.34.1"
38363836
svgo: "npm:3.3.2"
38373837
tabbable: "npm:6.2.0"
3838-
tailwindcss: "npm:3.4.17"
3838+
tailwindcss: "npm:4.1.11"
38393839
tiptap-extension-font-size: "npm:^1.2.0"
38403840
typescript: "npm:5.6.3"
38413841
ufo: "npm:1.6.1"
@@ -4011,7 +4011,7 @@ __metadata:
40114011
pspdfkit: "npm:^2024.6.0"
40124012
scroll-into-view: "npm:1.16.2"
40134013
tabbable: "npm:6.2.0"
4014-
tailwindcss: "npm:3"
4014+
tailwindcss: "npm:4"
40154015
tiptap-extension-font-size: "npm:^1.2.0"
40164016
ufo: "npm:^1.5.4"
40174017
vue-collapsed: "npm:1.3.4"
@@ -4024,7 +4024,7 @@ __metadata:
40244024
postcss-custom-properties: ^12.1.11 || ^13.0.0 || ^14.0.0
40254025
postcss-hexrgba: ^2.1.0
40264026
postcss-lighten-darken: ^0.9.0
4027-
tailwindcss: ^3.0.0
4027+
tailwindcss: ^3.0.0 || ^4.0.0
40284028
vue-router: ">=4.0.0"
40294029
languageName: unknown
40304030
linkType: soft
@@ -19806,7 +19806,14 @@ __metadata:
1980619806
languageName: node
1980719807
linkType: hard
1980819808

19809-
"tailwindcss@npm:3, tailwindcss@npm:3.4.17, tailwindcss@npm:~3.4.17":
19809+
"tailwindcss@npm:4, tailwindcss@npm:4.1.11":
19810+
version: 4.1.11
19811+
resolution: "tailwindcss@npm:4.1.11"
19812+
checksum: 10/cfe16f327e501cc9cefb136138b5435353c63bd0aa4092a100fc49aef6340d919b1a19910b133b4b5973adfd91c6e284195e78efa303eb92e7976614a2076d6b
19813+
languageName: node
19814+
linkType: hard
19815+
19816+
"tailwindcss@npm:~3.4.17":
1981019817
version: 3.4.17
1981119818
resolution: "tailwindcss@npm:3.4.17"
1981219819
dependencies:

0 commit comments

Comments
 (0)