Skip to content

Commit deb6521

Browse files
chore(deps): update dependency tailwindcss to v4
1 parent 2cc3ea9 commit deb6521

File tree

7 files changed

+444
-595
lines changed

7 files changed

+444
-595
lines changed

pnpm-lock.yaml

Lines changed: 438 additions & 589 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsbuild/react-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/node": "^24.10.4",
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
21-
"tailwindcss": "^3.4.19",
21+
"tailwindcss": "^4.1.18",
2222
"typescript": "^5.9.3"
2323
}
2424
}

rsbuild/shadcn-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^24.10.4",
2626
"@types/react": "^19.2.7",
2727
"@types/react-dom": "^19.2.3",
28-
"tailwindcss": "^3.4.19",
28+
"tailwindcss": "^4.1.18",
2929
"typescript": "^5.9.3"
3030
}
3131
}

rslib/react-tailwindcss-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@rslib/core": "^0.18.4",
2222
"@types/react": "^19.2.7",
2323
"react": "^19.2.3",
24-
"tailwindcss": "^3.4.19",
24+
"tailwindcss": "^4.1.18",
2525
"typescript": "^5.9.3"
2626
},
2727
"peerDependencies": {

rspack/tailwind-jit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"autoprefixer": "10.4.23",
2020
"postcss": "8.5.6",
2121
"postcss-loader": "8.2.0",
22-
"tailwindcss": "3.4.19"
22+
"tailwindcss": "4.1.18"
2323
}
2424
}

rspack/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"autoprefixer": "10.4.23",
2020
"postcss": "8.5.6",
2121
"postcss-loader": "8.2.0",
22-
"tailwindcss": "3.4.19"
22+
"tailwindcss": "4.1.18"
2323
}
2424
}

rspack/vanilla-extract-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"polished": "^4.3.1",
1818
"react": "^19.2.3",
1919
"react-dom": "^19.2.3",
20-
"tailwindcss": "3.4.19"
20+
"tailwindcss": "4.1.18"
2121
},
2222
"devDependencies": {
2323
"@types/react": "^19.2.7",

0 commit comments

Comments
 (0)