Skip to content

Commit 620ac0e

Browse files
authored
fix(core): pin next to ~16.1.6 to prevent 16.2 bumps (#2956)
Use tilde range to allow patch updates but block minor bumps to 16.2, which introduces deployment issues on Cloudflare Workers.
1 parent 30ac2ab commit 620ac0e

2 files changed

Lines changed: 22 additions & 72 deletions

File tree

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"lodash.debounce": "^4.0.8",
6161
"lru-cache": "^11.1.0",
6262
"lucide-react": "^0.474.0",
63-
"next": "^16.1.6",
63+
"next": "~16.1.6",
6464
"next-auth": "5.0.0-beta.30",
6565
"next-intl": "^4.6.1",
6666
"nuqs": "^2.4.3",

pnpm-lock.yaml

Lines changed: 21 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)