Skip to content

Commit cf1f746

Browse files
Update dependency postcss to v8.5.10 (#3102)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90c464c commit cf1f746

6 files changed

Lines changed: 48 additions & 173 deletions

File tree

apps/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@types/react": "19.2.14",
7474
"@types/react-dom": "19.2.3",
7575
"open-color": "1.9.1",
76-
"postcss": "8.5.8",
76+
"postcss": "8.5.10",
7777
"postcss-preset-mantine": "1.18.0",
7878
"postcss-simple-vars": "7.0.1",
7979
"tailwindcss": "4.1.18",

apps/grades-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/react": "19.2.14",
5959
"@types/react-dom": "19.2.3",
6060
"cva": "npm:class-variance-authority@0.7.1",
61-
"postcss": "8.5.8",
61+
"postcss": "8.5.10",
6262
"tailwindcss": "4.1.18",
6363
"tslib": "2.8.1",
6464
"typescript": "5.9.3"

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/react": "19.2.14",
7979
"@types/react-dom": "19.2.3",
8080
"cva": "npm:class-variance-authority@0.7.1",
81-
"postcss": "8.5.8",
81+
"postcss": "8.5.10",
8282
"tailwindcss": "4.1.18",
8383
"tslib": "2.8.1",
8484
"typescript": "5.9.3"

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@radix-ui/colors": "3.0.0",
2020
"@tailwindcss/postcss": "4.1.18",
2121
"@tailwindcss/typography": "0.5.19",
22-
"postcss": "8.5.8",
22+
"postcss": "8.5.10",
2323
"tailwindcss": "4.1.18",
2424
"tailwindcss-animate": "1.0.7",
2525
"tailwindcss-radix": "4.0.2",

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@ladle/react": "5.1.1",
5151
"@tailwindcss/postcss": "4.1.18",
5252
"@types/react": "19.2.14",
53-
"postcss": "8.5.8",
53+
"postcss": "8.5.10",
5454
"tailwindcss": "4.1.18",
5555
"typescript": "5.9.3",
5656
"vite": "6.4.2",

0 commit comments

Comments
 (0)