chore(deps): rollback TW to 4.1.11 (#5644)

* chore: rollback tailwindcss to 4.1.11
This commit is contained in:
WK 2025-08-28 22:30:24 +08:00 committed by GitHub
parent 6b86a41fe4
commit e449fe70e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 257 additions and 280 deletions

View File

@ -1,6 +0,0 @@
---
"@heroui/system-rsc": patch
"@heroui/theme": patch
---
bump tailwindcss version

View File

@ -188,9 +188,9 @@ export const useSandpack = ({
entry: entryFile, entry: entryFile,
devDependencies: { devDependencies: {
postcss: "^8.4.21", postcss: "^8.4.21",
tailwindcss: "4.1.12", tailwindcss: "4.1.11",
"@tailwindcss/postcss": "4.1.12", "@tailwindcss/postcss": "4.1.11",
"@tailwindcss/vite": "4.1.12", "@tailwindcss/vite": "4.1.11",
vite: "6.0.6", vite: "6.0.6",
}, },
}; };

View File

@ -94,7 +94,7 @@
"@react-types/calendar": "3.7.3", "@react-types/calendar": "3.7.3",
"@react-types/datepicker": "3.13.0", "@react-types/datepicker": "3.13.0",
"@react-types/shared": "3.31.0", "@react-types/shared": "3.31.0",
"@tailwindcss/postcss": "4.1.12", "@tailwindcss/postcss": "4.1.11",
"@tailwindcss/typography": "0.5.16", "@tailwindcss/typography": "0.5.16",
"@types/canvas-confetti": "^1.4.2", "@types/canvas-confetti": "^1.4.2",
"@types/marked": "^5.0.0", "@types/marked": "^5.0.0",
@ -114,7 +114,7 @@
"next-sitemap": "4.2.3", "next-sitemap": "4.2.3",
"node-fetch": "^3.2.10", "node-fetch": "^3.2.10",
"prettier": "^2.7.1", "prettier": "^2.7.1",
"tailwindcss": "4.1.12", "tailwindcss": "4.1.11",
"tsx": "^3.8.2", "tsx": "^3.8.2",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"uuid": "^8.3.2" "uuid": "^8.3.2"

View File

@ -61,7 +61,7 @@
"devDependencies": { "devDependencies": {
"@types/color": "^4.2.0", "@types/color": "^4.2.0",
"@types/flat": "^5.0.2", "@types/flat": "^5.0.2",
"tailwindcss": "4.1.12", "tailwindcss": "4.1.11",
"clean-package": "2.2.0" "clean-package": "2.2.0"
}, },
"tsup": { "tsup": {

View File

@ -51,10 +51,10 @@
"remark-gfm": "^4.0.0", "remark-gfm": "^4.0.0",
"storybook": "^8.5.0", "storybook": "^8.5.0",
"storybook-dark-mode": "^4.0.2", "storybook-dark-mode": "^4.0.2",
"tailwindcss": "4.1.12", "tailwindcss": "4.1.11",
"vite": "^5.4.11", "vite": "^5.4.11",
"@tailwindcss/postcss": "4.1.12", "@tailwindcss/postcss": "4.1.11",
"@tailwindcss/vite": "4.1.12" "@tailwindcss/vite": "4.1.11"
}, },
"tsup": { "tsup": {
"clean": true, "clean": true,

513
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff