Skip to content

Commit 10e49de

Browse files
chore(deps): update dependency tailwindcss to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 413c0a7 commit 10e49de

File tree

4 files changed

+17
-217
lines changed

4 files changed

+17
-217
lines changed

apps/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dotenv": "16.4.5",
4545
"eslint-config-prettier": "9.1.0",
4646
"postcss": "8.4.39",
47-
"tailwindcss": "3.4.6",
47+
"tailwindcss": "4.0.9",
4848
"typescript": "5.5.3"
4949
},
5050
"browserslist": {

packages/docusaurus-plugin-tailwind/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"autoprefixer": "10.4.19",
1515
"eslint": "8.57.0",
1616
"eslint-config-custom": "workspace:*",
17-
"tailwindcss": "3.4.6",
17+
"tailwindcss": "4.0.9",
1818
"tsconfig": "workspace:*",
1919
"typescript": "5.5.3"
2020
}

packages/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"postcss": "8.4.39",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"tailwindcss": "3.4.6",
18+
"tailwindcss": "4.0.9",
1919
"tsconfig": "workspace:*",
2020
"typescript": "5.5.3"
2121
},

0 commit comments

Comments
 (0)