diff --git a/package.json b/package.json index 4d5d711..6e6408d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@tanstack/react-router": "^1.82.1", "@w3f/polkadot-icons": "^1.0.0", "date-fns": "^4.1.0", - "dot-connect": "^0.13.0", + "dot-connect": "^0.13.2", "dot-identicon": "^0.1.0", "jotai": "^2.10.3", "polkadot-api": "^1.7.6", diff --git a/src/components/runtime-api-form.tsx b/src/components/runtime-api-form.tsx index ee8d553..fd6d7da 100644 --- a/src/components/runtime-api-form.tsx +++ b/src/components/runtime-api-form.tsx @@ -3,6 +3,7 @@ import type { RuntimeApi, RuntimeApiMethod, RuntimeApiQuery } from "../types"; import { CodecParam, INCOMPLETE, INVALID } from "./param"; import { Select } from "./select"; import { Button } from "./ui/button"; +import { Code } from "./ui/code"; import { useChainId } from "@reactive-dot/react"; import { useState } from "react"; import { css } from "styled-system/css"; diff --git a/tsconfig.json b/tsconfig.json index f154210..525a058 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,5 @@ "~/*": ["./src/*"] } }, - "include": ["src", "styled-system"], - "references": [{ "path": "./tsconfig.node.json" }] + "include": ["src", "styled-system"] } diff --git a/tsconfig.node.json b/tsconfig.node.json deleted file mode 100644 index f3cd7b7..0000000 --- a/tsconfig.node.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "composite": true, - "skipLibCheck": true, - "module": "ESNext", - "moduleResolution": "bundler", - "allowSyntheticDefaultImports": true, - "strict": true - } -} diff --git a/yarn.lock b/yarn.lock index 6ae0c4c..7ee7479 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6657,9 +6657,9 @@ __metadata: languageName: node linkType: hard -"dot-connect@npm:^0.13.0": - version: 0.13.0 - resolution: "dot-connect@npm:0.13.0" +"dot-connect@npm:^0.13.2": + version: 0.13.2 + resolution: "dot-connect@npm:0.13.2" dependencies: "@lit-labs/preact-signals": "npm:^1.0.2" "@lit/react": "npm:^1.0.6" @@ -6673,7 +6673,7 @@ __metadata: peerDependenciesMeta: react: optional: true - checksum: 10c0/5390ea2615b05b0ad4027f4883ad95bb428e95db268cc6e1d1136c61dd6f4cbce827a0de0f72c2d221b1d58a5089ec093d8c9e8a9e3c9bbcd689cf421a3bbb86 + checksum: 10c0/c379f7a14167e5743c213e8ef584fe3e37f5ef30efc75ec88bf4f53b3402997ed95e602b194737de86190c21957a10335dafb71a34d259244919c3a4f29cb444 languageName: node linkType: hard @@ -6707,7 +6707,7 @@ __metadata: "@types/react-dom": "npm:^18.3.1" "@w3f/polkadot-icons": "npm:^1.0.0" date-fns: "npm:^4.1.0" - dot-connect: "npm:^0.13.0" + dot-connect: "npm:^0.13.2" dot-identicon: "npm:^0.1.0" eslint: "npm:^9.15.0" eslint-plugin-react: "npm:^7.37.2"