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 packages/treeshake-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "8.5.10",
"postcss": "8.5.18",

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 pnpm-lock.yaml with the dependency bump

With this change, packages/treeshake-frontend/package.json now requires postcss 8.5.18, but pnpm-lock.yaml:4375-4377 still records this importer's postcss specifier and resolved version as 8.5.10. Per the pnpm install docs, frozen installs fail when the lockfile is out of sync with the manifest, and .github/workflows/e2e-treeshake.yml:32-33 installs with pnpm install --frozen-lockfile before running this package, so CI will stop before tests until the lockfile is regenerated.

Useful? React with 👍 / 👎.

"tailwindcss": "v3.4.16",
"typescript": "^6.0.3",
"typescript-eslint": "^8.15.0"
Expand Down
Loading