chore(deps): upgrade postcss to 8.5.10 via package override

- add overrides field in package.json to force postcss ^8.5.10
- replace next's bundled postcss 8.4.31 with deduped postcss 8.5.10 in lockfile
This commit is contained in:
2026-04-24 15:07:05 -04:00
parent 6b95cdf535
commit cc0fe5aca7
2 changed files with 32 additions and 29 deletions
+3
View File
@@ -47,6 +47,9 @@
"next": ">=14.0.0",
"react": "^19.0.0"
},
"overrides": {
"postcss": "^8.5.10"
},
"exports": {
".": {
"import": "./dist/index.js"