Skip to content
Open
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@react-navigation/stack": "6.3.17",
"@reown/walletkit": "1.1.2",
"@reown/walletkit": "1.2.11",
"@sentry/react-native": "5.33.1",
"@tradle/react-native-http": "2.0.1",
"@walletconnect/core": "2.17.3",
"@walletconnect/core": "2.19.2",
"@walletconnect/react-native-compat": "2.17.3",
"@walletconnect/sign-client": "2.17.3",
Comment on lines 81 to 82
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

Version mismatch detected in WalletConnect dependencies. The core and utils packages are being updated to version 2.19.2, but react-native-compat and sign-client remain at 2.17.3. This version inconsistency across the WalletConnect ecosystem packages could lead to compatibility issues or unexpected behavior. Ensure all WalletConnect packages are compatible with each other, or consider updating react-native-compat and sign-client to matching versions.

Suggested change
"@walletconnect/react-native-compat": "2.17.3",
"@walletconnect/sign-client": "2.17.3",
"@walletconnect/react-native-compat": "2.19.2",
"@walletconnect/sign-client": "2.19.2",

Copilot uses AI. Check for mistakes.
"@walletconnect/utils": "2.17.3",
"@walletconnect/utils": "2.19.2",
"assert": "2.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"bech32-converting": "1.0.9",
Expand Down Expand Up @@ -166,7 +166,7 @@
"react-native-webview": "13.8.1",
"react-timer-mixin": "0.13.4",
"readable-stream": "4.4.2",
"realm": "11.10.1",
"realm": "20.0.0",
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The realm package is being upgraded from version 11.10.1 to 20.0.0, which represents a major version jump across 9 major versions. This is a breaking change that will likely require schema migrations, API changes, and significant code updates throughout the application where realm is used. Without corresponding code changes visible in this PR to handle the breaking changes, this update will likely cause runtime errors or data corruption. This upgrade should be thoroughly tested and may require database migrations to be written.

Suggested change
"realm": "20.0.0",
"realm": "11.10.1",

Copilot uses AI. Check for mistakes.
"rive-react-native": "7.3.0",
"rxjs": "7.8.1",
"sha.js": "2.4.11",
Expand Down
Loading