chore: update dependencies
This commit is contained in:
26
package.json
26
package.json
@@ -14,18 +14,18 @@
|
||||
"semi": false
|
||||
},
|
||||
"dependencies": {
|
||||
"@acala-network/chopsticks-core": "^1.2.7",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.30.0",
|
||||
"@acala-network/chopsticks-core": "^1.2.8",
|
||||
"@ledgerhq/hw-transport-webusb": "^6.31.0",
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
"@polkadot-api/descriptors": "file:.papi/descriptors",
|
||||
"@polkadot-api/json-rpc-provider-proxy": "^0.3.0",
|
||||
"@polkadot-api/json-rpc-provider-proxy": "^0.3.1",
|
||||
"@polkadot-api/metadata-builders": "^0.13.11",
|
||||
"@polkadot-api/observable-client": "^0.18.2",
|
||||
"@polkadot-api/react-builder": "0.4.0",
|
||||
"@polkadot-api/react-components": "^0.4.2",
|
||||
"@polkadot-api/substrate-bindings": "^0.19.0",
|
||||
"@polkadot-api/tx-utils": "^0.2.4",
|
||||
"@polkahub/ui-components": "^0.5.0",
|
||||
"@polkadot-api/tx-utils": "^0.2.5",
|
||||
"@polkahub/ui-components": "^0.5.1",
|
||||
"@radix-ui/react-accordion": "^1.2.12",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-label": "^2.1.8",
|
||||
@@ -44,8 +44,8 @@
|
||||
"clsx": "^2.1.1",
|
||||
"idb-keyval": "^6.2.2",
|
||||
"lucide-react": "^0.577.0",
|
||||
"polkadot-api": "2.0.0-rc.3",
|
||||
"polkahub": "^0.5.0",
|
||||
"polkadot-api": "2.0.0-rc.5",
|
||||
"polkahub": "^0.5.1",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-portal": "^4.3.0",
|
||||
@@ -60,22 +60,22 @@
|
||||
"uuid": "^13.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@tailwindcss/vite": "^4.2.1",
|
||||
"@types/node": "^25.3.5",
|
||||
"@types/node": "^25.5.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/react-portal": "^4.0.7",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"eslint": "^9.39.2",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"eslint": "^10.0.3",
|
||||
"eslint-plugin-react-hooks": "7.0.1",
|
||||
"eslint-plugin-react-refresh": "^0.5.2",
|
||||
"globals": "^17.4.0",
|
||||
"prettier": "^3.8.1",
|
||||
"tailwindcss": "^4.2.1",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.56.1",
|
||||
"vite": "^7.3.1"
|
||||
"typescript-eslint": "^8.57.1",
|
||||
"vite": "^8.0.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
|
||||
"pnpm": {
|
||||
|
||||
2243
pnpm-lock.yaml
generated
2243
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -172,7 +172,7 @@ const getTransferCallData$ = state(
|
||||
const value = 10n ** BigInt(tokenDecimals)
|
||||
|
||||
return toHex(
|
||||
staticApis.tx.Balances.transfer_keep_alive.getCallData({
|
||||
staticApis.tx.Balances.transfer_keep_alive.getEncodedData({
|
||||
dest: MultiAddress.Id(dest),
|
||||
value,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user