Skip to content

Commit 0e1e6c1

Browse files
committed
Update package dependencies and enhance UTXOS wallet integration
- Removed deprecated '@meshsdk/web3-sdk' and replaced it with '@utxos/sdk' for improved wallet functionality. - Updated 'jsonld' package from version 8.3.3 to 9.0.0 for better compatibility. - Added new UTXOS wallet features in the ConnectWallet component, including address normalization and improved user experience. - Enhanced WalletAuthModal to support UTXOS wallet integration, ensuring seamless user authentication. - Refactored layout components to accommodate UTXOS wallet state management and improve overall responsiveness.
1 parent 41542e5 commit 0e1e6c1

14 files changed

Lines changed: 1215 additions & 2431 deletions

File tree

package-lock.json

Lines changed: 819 additions & 1985 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@meshsdk/core-cst": "^1.9.0-beta.87",
3131
"@meshsdk/provider": "^1.9.0-beta.86",
3232
"@meshsdk/react": "^1.9.0-beta.87",
33-
"@meshsdk/web3-sdk": "^0.0.67",
3433
"@octokit/core": "^6.1.2",
3534
"@prisma/client": "^6.17.1",
3635
"@radix-ui/react-accordion": "^1.2.0",
@@ -57,6 +56,7 @@
5756
"@trpc/next": "^11.0.0-rc.446",
5857
"@trpc/react-query": "^11.0.0-rc.446",
5958
"@trpc/server": "^11.0.0-rc.446",
59+
"@utxos/sdk": "^0.0.78",
6060
"busboy": "^1.6.0",
6161
"class-variance-authority": "^0.7.0",
6262
"clsx": "^2.1.1",
@@ -66,7 +66,7 @@
6666
"framer-motion": "^11.11.9",
6767
"geist": "^1.3.0",
6868
"idb-keyval": "^6.2.1",
69-
"jsonld": "^8.3.3",
69+
"jsonld": "^9.0.0",
7070
"jsonwebtoken": "^9.0.2",
7171
"lucide-react": "^0.439.0",
7272
"next": "^16.0.7",
@@ -135,6 +135,8 @@
135135
"three-mesh-bvh": "^0.9.3",
136136
"node-domexception": "^2.0.2",
137137
"lodash.get": "^4.4.2",
138-
"lodash.isequal": "^4.5.0"
138+
"lodash.isequal": "^4.5.0",
139+
"undici": "^6.23.0",
140+
"elliptic": "^6.5.7"
139141
}
140142
}

0 commit comments

Comments
 (0)