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.3.0",
"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
@@ -1,3 +1,3 @@
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

Expand Down Expand Up @@ -3835,7 +3835,7 @@
sharp: "npm:0.34.1"
svgo: "npm:3.3.2"
tabbable: "npm:6.2.0"
tailwindcss: "npm:3.4.17"
tailwindcss: "npm:4.3.0"
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 @@
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 @@
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 @@
languageName: node
linkType: hard

"tailwindcss@npm:3, tailwindcss@npm:3.4.17, tailwindcss@npm:~3.4.17":
"tailwindcss@npm:4, tailwindcss@npm:4.3.0":
version: 4.3.0
resolution: "tailwindcss@npm:4.3.0"
checksum: 10/3a7dde8a0ccd31ef02e6b45a1257e0040fd8372584a94e930445400f4e5c50a101022f99951cf5c0a12b3936e23489d9c55d342e7d597a806c7a0f139ba8c0dd
languageName: node
linkType: hard

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