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
80 changes: 40 additions & 40 deletions webapp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@solana/web3.js": "^1.98.4",
"bs58": "^5.0.0",
"framer-motion": "^12.29.0",
"next": "16.1.0",
"next": "16.1.5",
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

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

There's an inconsistency in the version specifier for the Next.js package. In package.json, the version is specified as "16.1.5" (exact version without caret), but it should likely include the caret prefix "^16.1.5" to allow patch updates, which is consistent with how other dependencies are specified in this file and how it appears in the package-lock.json. This inconsistency may cause issues with dependency resolution.

Suggested change
"next": "16.1.5",
"next": "^16.1.5",

Copilot uses AI. Check for mistakes.
"react": "19.2.3",
"react-dom": "19.2.3",
"three": "^0.182.0"
Expand Down
Loading