Skip to content
Closed
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 modules/toy-assess/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lo_event": "file:../lo_event/lo_event-0.0.3.tgz",
"mapbox": "^1.0.0-beta10",
"mock-aws-s3": "^4.0.2",
"next": "13.5.5",
"next": "14.2.35",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Bumping next beyond supported Node version

Upgrading next to 14.2.35 requires Node.js ≥18.17 (per the package’s engines field), but the repo’s .nvmrc still pins Node 16. Any developer or CI that follows .nvmrc will now fail installs/builds with an unsupported-engine error as soon as this dependency is resolved. Please either raise the project’s Node version or avoid upgrading Next.js until Node support is aligned.

Useful? React with 👍 / 👎.

"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
Expand Down