Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Nov 22, 2024
1 parent 5c2d7f2 commit ae92e7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/components/runtime-api-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
"~/*": ["./src/*"]
}
},
"include": ["src", "styled-system"],
"references": [{ "path": "./tsconfig.node.json" }]
"include": ["src", "styled-system"]
}
10 changes: 0 additions & 10 deletions tsconfig.node.json

This file was deleted.

10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -6673,7 +6673,7 @@ __metadata:
peerDependenciesMeta:
react:
optional: true
checksum: 10c0/5390ea2615b05b0ad4027f4883ad95bb428e95db268cc6e1d1136c61dd6f4cbce827a0de0f72c2d221b1d58a5089ec093d8c9e8a9e3c9bbcd689cf421a3bbb86
checksum: 10c0/c379f7a14167e5743c213e8ef584fe3e37f5ef30efc75ec88bf4f53b3402997ed95e602b194737de86190c21957a10335dafb71a34d259244919c3a4f29cb444
languageName: node
linkType: hard

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ae92e7b

Please sign in to comment.