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/3001-shop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@ant-design/cssinjs": "^1.21.0",
"antd": "5.19.1",
"lodash": "4.17.23",
"next": "14.2.35",
"next": "15.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 the pnpm lockfile with the Next bump

This changes the workspace manifest for apps/3001-shop to require next@15.5.18, but pnpm-lock.yaml still records this importer with specifier: 14.2.35 and resolves next@14.2.35. In the CI/workflow contexts I checked, installs run with pnpm install --frozen-lockfile (for example .github/workflows/build-and-test.yml and tools/scripts/ci-local.mjs), so this dependency-only PR will fail before any build/test can run until the lockfile is regenerated and committed.

Useful? React with 👍 / 👎.

"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
Loading