Skip to content

Commit d20a029

Browse files
fix(deps): update dependency tailwindcss to v3.4.17
1 parent e71dd70 commit d20a029

File tree

4 files changed

+363
-140
lines changed

4 files changed

+363
-140
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"classnames": "2.5.1",
4646
"html-to-ast": "0.0.6",
4747
"postcss": "8.5.3",
48-
"tailwindcss": "3.4.3",
48+
"tailwindcss": "3.4.17",
4949
"tsconfig": "workspace:*",
5050
"typescript": "5.8.3",
5151
"webpack": "5.99.6",

packages/preview-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"spamc": "0.0.5",
5252
"stacktrace-parser": "0.1.11",
5353
"tailwind-merge": "3.2.0",
54-
"tailwindcss": "3.4.0",
54+
"tailwindcss": "3.4.17",
5555
"use-debounce": "10.0.4",
5656
"zod": "3.24.3"
5757
},
@@ -68,7 +68,7 @@
6868
"@types/webpack": "5.28.5",
6969
"autoprefixer": "10.4.21",
7070
"postcss": "8.5.3",
71-
"tailwindcss": "3.4.0",
71+
"tailwindcss": "3.4.17",
7272
"typescript": "5.8.3"
7373
},
7474
"license": "MIT",

packages/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"postcss-selector-parser": "7.1.0",
6262
"react-dom": "^19",
6363
"shelljs": "0.9.2",
64-
"tailwindcss": "3.4.10",
64+
"tailwindcss": "3.4.17",
6565
"tsconfig": "workspace:*",
6666
"typescript": "5.8.3",
6767
"vite": "6.3.6",

0 commit comments

Comments
 (0)