Skip to content

Commit 699fc0e

Browse files
chore(deps): update dependency tailwindcss to v4
1 parent 805090f commit 699fc0e

File tree

7 files changed

+39
-479
lines changed

7 files changed

+39
-479
lines changed

pnpm-lock.yaml

Lines changed: 33 additions & 473 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
@@ -17,7 +17,7 @@
1717
"@types/node": "^22.18.6",
1818
"@types/react": "^19.1.15",
1919
"@types/react-dom": "^19.1.9",
20-
"tailwindcss": "^3.4.17",
20+
"tailwindcss": "^4.1.15",
2121
"typescript": "^5.9.2"
2222
}
2323
}

rsbuild/shadcn-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/node": "^22.18.6",
2525
"@types/react": "^19.1.15",
2626
"@types/react-dom": "^19.1.9",
27-
"tailwindcss": "^3.4.17",
27+
"tailwindcss": "^4.1.15",
2828
"typescript": "^5.9.2"
2929
}
3030
}

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.14.0",
2222
"@types/react": "^19.1.15",
2323
"react": "^19.1.1",
24-
"tailwindcss": "^3.4.17",
24+
"tailwindcss": "^4.1.15",
2525
"typescript": "^5.9.2"
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.21",
2020
"postcss": "8.5.6",
2121
"postcss-loader": "8.2.0",
22-
"tailwindcss": "3.4.17"
22+
"tailwindcss": "4.1.15"
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.21",
2020
"postcss": "8.5.6",
2121
"postcss-loader": "8.2.0",
22-
"tailwindcss": "3.4.17"
22+
"tailwindcss": "4.1.15"
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.1.1",
1919
"react-dom": "^19.1.1",
20-
"tailwindcss": "3.4.17"
20+
"tailwindcss": "4.1.15"
2121
},
2222
"devDependencies": {
2323
"@types/react": "^19.1.15",

0 commit comments

Comments
 (0)