Skip to content

Commit 17aa1c4

Browse files
chore(deps): pin postcss override to exact 8.5.19
Use an exact postcss version in overrides instead of ^8.5.19, matching the repo convention and addressing review feedback on #504. Co-authored-by: samanyugoyal2010 <samanyugoyal2010@users.noreply.github.com>
1 parent 40e4440 commit 17aa1c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/livekit-moss-vercel/agent-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"pnpm": {
5757
"overrides": {
58-
"postcss": "^8.5.19",
58+
"postcss": "8.5.19",
5959
"sharp": "0.35.3"
6060
}
6161
},

apps/moss-llamaindex/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tailwindcss/typography": "^0.5.19"
3535
},
3636
"overrides": {
37-
"postcss": "^8.5.19",
37+
"postcss": "8.5.19",
3838
"sharp": "0.35.3"
3939
}
4040
}

apps/next-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"vitest": "^4.1.8"
3838
},
3939
"overrides": {
40-
"postcss": "^8.5.19",
40+
"postcss": "8.5.19",
4141
"sharp": "0.35.3"
4242
}
4343
}

0 commit comments

Comments
 (0)