Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"postcss-nested": "7.0.2",
"sharp": "0.34.1",
"svgo": "3.3.2",
"tailwindcss": "3.4.17",
"tailwindcss": "4.1.15",
"typescript": "5.6.3",
"ufo": "1.6.1",
"unenv": "1.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/persona/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"postcss-custom-properties": "^12.1.11 || ^13.0.0 || ^14.0.0",
"postcss-hexrgba": "^2.1.0",
"postcss-lighten-darken": "^0.9.0",
"tailwindcss": "^3.0.0",
"tailwindcss": "^3.0.0 || ^4.0.0",
"vue-router": ">=4.0.0"
},
"devDependencies": {
Expand All @@ -130,7 +130,7 @@
"postcss-custom-properties": "14.0.4",
"postcss-hexrgba": "2.1.0",
"postcss-lighten-darken": "0.9.0",
"tailwindcss": "3"
"tailwindcss": "4"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3835,7 +3835,7 @@ __metadata:
sharp: "npm:0.34.1"
svgo: "npm:3.3.2"
tabbable: "npm:6.2.0"
tailwindcss: "npm:3.4.17"
tailwindcss: "npm:4.1.15"
tiptap-extension-font-size: "npm:^1.2.0"
typescript: "npm:5.6.3"
ufo: "npm:1.6.1"
Expand Down Expand Up @@ -4011,7 +4011,7 @@ __metadata:
pspdfkit: "npm:^2024.6.0"
scroll-into-view: "npm:1.16.2"
tabbable: "npm:6.2.0"
tailwindcss: "npm:3"
tailwindcss: "npm:4"
tiptap-extension-font-size: "npm:^1.2.0"
ufo: "npm:^1.5.4"
vue-collapsed: "npm:1.3.4"
Expand All @@ -4024,7 +4024,7 @@ __metadata:
postcss-custom-properties: ^12.1.11 || ^13.0.0 || ^14.0.0
postcss-hexrgba: ^2.1.0
postcss-lighten-darken: ^0.9.0
tailwindcss: ^3.0.0
tailwindcss: ^3.0.0 || ^4.0.0
vue-router: ">=4.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -19806,7 +19806,14 @@ __metadata:
languageName: node
linkType: hard

"tailwindcss@npm:3, tailwindcss@npm:3.4.17, tailwindcss@npm:~3.4.17":
"tailwindcss@npm:4, tailwindcss@npm:4.1.15":
version: 4.1.15
resolution: "tailwindcss@npm:4.1.15"
checksum: 10/43764458378fa4c83a3cf433c16ee3c279c775a9fe2fdf4aee2a1965d645b4c7a3a17ebb69018282e8a75248cb8d64984fc9e2d278d7231014d776981371e9c9
languageName: node
linkType: hard

"tailwindcss@npm:~3.4.17":
version: 3.4.17
resolution: "tailwindcss@npm:3.4.17"
dependencies:
Expand Down
Loading