Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"drizzle-orm": "~0.45.2",
"framer-motion": "^12.29.2",
"gsap": "^3.14.2",
"next": "~15.5.18",
"next": "~16.2.12",

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 Regenerate the lockfile for the new dependency ranges

The committed yarn.lock workspace stanza still declares next: ~15.5.21 and sharp: ^0.35.0, resolving them to 15.5.21 and 0.35.0 respectively, while this manifest now requests ~16.2.12 and ^0.35.3. In the checked lint, static-analysis, unit-test, e2e, and publish workflows, installation runs with yarn install --immutable, so Yarn must reject this manifest/lockfile mismatch before any build or test can run; regenerate and commit the lockfile for these exact ranges (or restore the ranges used to generate it).

Useful? React with 👍 / 👎.

"next-nprogress-bar": "~2.3.13",
"pg": "^8.20.0",
"qrcode": "1.5.4",
Expand All @@ -79,7 +79,7 @@
"react-hot-toast": "~2.4.0",
"react-lite-youtube-embed": "^3.3.3",
"server-only": "0.0.1",
"sharp": "^0.34.3",
"sharp": "^0.35.3",
"thirdweb": "5.120.1",
"usehooks-ts": "~3.1.0",
"viem": "2.39.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ponder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@rateloop/contracts": "workspace:*",
"@rateloop/node-utils": "workspace:*",
"hono": "4.12.25",
"hono": "4.12.27",
"pg": "^8.20.0",
"ponder": "^1.0.0",
"viem": "2.39.0"
Expand Down
Loading
Loading