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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"dependencies": {
"@apollo/client": "^3.8.1",
"@bosonprotocol/chat-sdk": "^1.4.5",
"@bosonprotocol/common": "1.32.2",
"@bosonprotocol/react-kit": "0.42.1",
"@bosonprotocol/common": "1.32.2-alpha.0",
"@bosonprotocol/react-kit": "0.42.2-alpha.0",
Copy link

Copilot AI Feb 18, 2026

Choose a reason for hiding this comment

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

Using alpha/prerelease versions in production dependencies introduces stability risks. Alpha versions are typically intended for testing and may contain bugs or breaking changes. Consider:

  1. Verifying these alpha versions have been tested thoroughly
  2. Creating a release plan to upgrade to stable versions once available
  3. Documenting why alpha versions are necessary
  4. Monitoring for any issues in production

If this is meant for a testing/staging environment, consider using different dependency configurations for different environments.

Suggested change
"@bosonprotocol/react-kit": "0.42.2-alpha.0",
"@bosonprotocol/react-kit": "0.42.2",

Copilot uses AI. Check for mistakes.
"@davatar/react": "^1.10.4",
"@ethersproject/abi": "5.7.0",
"@ethersproject/abstract-provider": "5.8.0",
Expand Down
26 changes: 19 additions & 7 deletions pnpm-lock.yaml

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

Loading