upgrade to papi 1.18.0 (#84)

This commit is contained in:
Josep M Sobrepere
2025-09-21 17:30:21 +08:00
committed by GitHub
parent d6bbc24f9d
commit ec18347c97
3 changed files with 1090 additions and 1143 deletions

View File

@@ -18,11 +18,11 @@
"@noble/hashes": "^2.0.0",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/json-rpc-provider-proxy": "^0.2.4",
"@polkadot-api/metadata-builders": "^0.13.4",
"@polkadot-api/observable-client": "^0.14.1",
"@polkadot-api/react-builder": "0.3.5",
"@polkadot-api/substrate-bindings": "^0.16.2",
"@polkadot-api/tx-utils": "^0.1.5",
"@polkadot-api/metadata-builders": "^0.13.5",
"@polkadot-api/observable-client": "^0.15.1",
"@polkadot-api/react-builder": "0.3.7",
"@polkadot-api/substrate-bindings": "^0.16.3",
"@polkadot-api/tx-utils": "^0.1.6",
"@polkadot-api/utils": "^0.2.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
@@ -39,20 +39,20 @@
"@react-rxjs/core": "^0.10.8",
"@react-rxjs/utils": "^0.9.7",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/universal-provider": "^2.21.8",
"@walletconnect/utils": "^2.21.8",
"@walletconnect/universal-provider": "^2.21.9",
"@walletconnect/utils": "^2.21.9",
"blo": "^2.0.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.542.0",
"polkadot-api": "^1.17.1",
"lucide-react": "^0.544.0",
"polkadot-api": "^1.18.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-portal": "^4.3.0",
"react-router-dom": "^7.8.2",
"react-router-dom": "^7.9.1",
"react-svg": "^16.3.0",
"react-virtuoso": "^4.14.0",
"react18-json-view": "^0.2.9",
@@ -60,27 +60,27 @@
"save-as": "^0.1.8",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0"
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.34.0",
"@eslint/js": "^9.36.0",
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^24.3.1",
"@types/react": "^19.1.12",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-portal": "^4.0.7",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^5.0.2",
"@walletconnect/types": "^2.21.8",
"eslint": "^9.34.0",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react": "^5.0.3",
"@walletconnect/types": "^2.21.9",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"typescript-eslint": "^8.42.0",
"vite": "^7.1.4"
"typescript-eslint": "^8.44.0",
"vite": "^7.1.6"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"pnpm": {

2189
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
import { withPolkadotSdkCompat } from "polkadot-api/polkadot-sdk-compat"
import { getWsProvider, JsonRpcProvider } from "polkadot-api/ws-provider/web"
import { getWsProvider, JsonRpcProvider } from "polkadot-api/ws-provider"
export interface WebsocketSource {
type: "websocket"