Merge pull request #100 from polkadot-api/vo/deps

chore: update dependencies
This commit is contained in:
Victor Oliva
2025-11-12 07:32:57 -03:00
committed by GitHub
3 changed files with 784 additions and 746 deletions

View File

@@ -17,7 +17,7 @@
"@acala-network/chopsticks-core": "^1.2.4",
"@ledgerhq/hw-transport-webusb": "^6.29.13",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@polkadot-api/json-rpc-provider-proxy": "^0.2.5",
"@polkadot-api/json-rpc-provider-proxy": "^0.2.6",
"@polkadot-api/metadata-builders": "^0.13.7",
"@polkadot-api/observable-client": "^0.16.1",
"@polkadot-api/react-builder": "0.3.9",
@@ -25,7 +25,7 @@
"@polkadot-api/substrate-bindings": "^0.16.5",
"@polkadot-api/tx-utils": "^0.1.8",
"@polkadot-api/utils": "^0.2.0",
"@polkahub/ui-components": "0.2.2",
"@polkahub/ui-components": "0.3.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
@@ -45,8 +45,8 @@
"clsx": "^2.1.1",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.553.0",
"polkadot-api": "^1.20.2",
"polkahub": "0.2.2",
"polkadot-api": "^1.20.4",
"polkahub": "0.3.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-portal": "^4.3.0",
@@ -56,7 +56,7 @@
"react18-json-view": "^0.2.9",
"rxjs": "^7.8.2",
"save-as": "^0.1.8",
"tailwind-merge": "^3.3.1",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^13.0.0"
},
@@ -64,7 +64,7 @@
"@eslint/js": "^9.39.1",
"@tailwindcss/vite": "^4.1.17",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.2",
"@types/react-portal": "^4.0.7",
"@vitejs/plugin-react": "^5.1.0",
@@ -75,7 +75,7 @@
"prettier": "^3.6.2",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2"
},
"packageManager": "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d",

1515
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,7 @@
.modal {
max-width: calc(100% - 6px - 2em);
max-height: calc(100% - 6px - 2em);
margin: auto;
}
dialog.modal[open] {