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
2 changes: 1 addition & 1 deletion examples/discord-bot-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^16.4.7",
"solana-agent-kit": "^1.3.4"
"solana-agent-kit": "^2.0.1"
Copy link

Copilot AI Feb 13, 2026

Choose a reason for hiding this comment

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

package.json now declares solana-agent-kit: ^2.0.1, but the updated pnpm-lock.yaml resolves solana-agent-kit to 2.0.10 and even records the specifier as ^2.0.10. Please align these (either update package.json to ^2.0.10 / regenerate the lockfile from this package.json, or pin to 2.0.1 if that exact version is required) so installs are reproducible and CI doesn’t report an out-of-date lockfile.

Suggested change
"solana-agent-kit": "^2.0.1"
"solana-agent-kit": "^2.0.10"

Copilot uses AI. Check for mistakes.
},
"devDependencies": {
"@types/node": "^22.10.5",
Expand Down
Loading