Skip to content

Commit c11eccf

Browse files
chore(deps): update dependency tailwindcss to v4
1 parent 88f590b commit c11eccf

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

package.json

+1-1
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.5",
7878
"typescript": "5.6.3",
7979
"ufo": "1.6.1",
8080
"unenv": "1.10.0",

packages/persona/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"postcss-custom-properties": "^12.1.11 || ^13.0.0 || ^14.0.0",
117117
"postcss-hexrgba": "^2.1.0",
118118
"postcss-lighten-darken": "^0.9.0",
119-
"tailwindcss": "^3.0.0",
119+
"tailwindcss": "^3.0.0 || ^4.0.0",
120120
"vue-router": ">=4.0.0"
121121
},
122122
"devDependencies": {
@@ -131,7 +131,7 @@
131131
"postcss-custom-properties": "14.0.4",
132132
"postcss-hexrgba": "2.1.0",
133133
"postcss-lighten-darken": "0.9.0",
134-
"tailwindcss": "3"
134+
"tailwindcss": "4"
135135
},
136136
"installConfig": {
137137
"hoistingLimits": "workspaces"

yarn.lock

+11-4
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.5"
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"
@@ -4025,7 +4025,7 @@ __metadata:
40254025
postcss-custom-properties: ^12.1.11 || ^13.0.0 || ^14.0.0
40264026
postcss-hexrgba: ^2.1.0
40274027
postcss-lighten-darken: ^0.9.0
4028-
tailwindcss: ^3.0.0
4028+
tailwindcss: ^3.0.0 || ^4.0.0
40294029
vue-router: ">=4.0.0"
40304030
languageName: unknown
40314031
linkType: soft
@@ -19796,7 +19796,14 @@ __metadata:
1979619796
languageName: node
1979719797
linkType: hard
1979819798

19799-
"tailwindcss@npm:3, tailwindcss@npm:3.4.17, tailwindcss@npm:~3.4.17":
19799+
"tailwindcss@npm:4, tailwindcss@npm:4.1.5":
19800+
version: 4.1.5
19801+
resolution: "tailwindcss@npm:4.1.5"
19802+
checksum: 10/09b1ebbcbbbb5c532f919f19acd213d2868941d39f63fa2c2f4d2e25dc0a26555d8ee1d3c25958e3de84f89f1dec7b4368d96261554e44464c32c42f623ffdc5
19803+
languageName: node
19804+
linkType: hard
19805+
19806+
"tailwindcss@npm:~3.4.17":
1980019807
version: 3.4.17
1980119808
resolution: "tailwindcss@npm:3.4.17"
1980219809
dependencies:

0 commit comments

Comments
 (0)