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-4001/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 lockfiles with the postcss bump

This manifest change is not accompanied by lockfile updates, so the workspace metadata is now inconsistent (pnpm-lock.yaml importer for apps/next-app-router/next-app-router-4001 and apps/next-app-router/next-app-router-4001/pnpm-lock.yaml still pin postcss to 8.4.38). In this repo, CI/local parity jobs run pnpm install --frozen-lockfile (see .github/workflows/build-and-test.yml and tools/scripts/ci-local.mjs), which will fail on an out-of-sync lockfile before build/test steps run.

Useful? React with 👍 / 👎.

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