Skip to content

Commit 89bf7c7

Browse files
committed
Update libraries
1 parent 23e10ae commit 89bf7c7

File tree

4 files changed

+1319
-990
lines changed

4 files changed

+1319
-990
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
...allowAllModules({ filterBy: module => module.productId === XBULL_ID }),
108108
new LedgerModule(),
109109
new TrezorModule({
110+
appName: 'Stellar Wallets Kit',
110111
appUrl: 'http://localhost:5173',
111112
112113
}),

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"node": ">=16"
3535
},
3636
"dependencies": {
37-
"@albedo-link/intent": "0.12.0",
37+
"@albedo-link/intent": "0.13.0",
3838
"@creit.tech/xbull-wallet-connect": "^0.4.0",
3939
"@hot-wallet/sdk": "1.0.11",
4040
"@ledgerhq/hw-app-str": "7.0.4",
@@ -45,9 +45,9 @@
4545
"@ngneat/elf-devtools": "1.3.0",
4646
"@ngneat/elf-entities": "5.0.2",
4747
"@ngneat/elf-persist-state": "1.2.1",
48-
"@stellar/freighter-api": "4.0.0",
49-
"@trezor/connect-plugin-stellar": "9.0.6",
50-
"@trezor/connect-web": "9.5.1",
48+
"@stellar/freighter-api": "4.1.0",
49+
"@trezor/connect-plugin-stellar": "9.2.1",
50+
"@trezor/connect-web": "9.6.2",
5151
"@walletconnect/modal": "2.6.2",
5252
"@walletconnect/sign-client": "2.11.2",
5353
"buffer": "6.0.3",
@@ -74,6 +74,6 @@
7474
"rollup-watch": "4.3.1",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.5.4",
77-
"vite": "5.4.11"
77+
"vite": "6.3.4"
7878
}
7979
}

0 commit comments

Comments
 (0)