Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/next-app-router/next-app-router-4000/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "9.26.0",
"eslint-config-next": "16.0.10",
"lint-staged": "15.2.2",
"postcss": "8.4.38",
"postcss": "8.5.10",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update app lockfile after bumping postcss

This manifest change upgrades postcss to 8.5.10, but the app-scoped lockfile apps/next-app-router/next-app-router-4000/pnpm-lock.yaml still pins postcss to 8.4.38 (see its devDependencies entry), creating an inconsistent dependency graph for this package. In this state, reproducible installs for this app (for example pnpm install --frozen-lockfile run in the app directory) will fail on lockfile drift and the intended security/version update will not be applied in locked environments.

Useful? React with 👍 / 👎.

"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
Expand Down
Loading