Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
fix: compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed May 3, 2024
1 parent 822b928 commit 6015601
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"preview": "vite preview"
},
"dependencies": {
"@getalby/bitcoin-connect-react": "^3.3.0-beta.4",
"@getalby/bitcoin-connect-react": "^3.3.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/screens/channels/ChannelOrder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ export function PayBitcoinChannelOrderWithSpendableFunds({
const [loading, setLoading] = React.useState(false);
const [nodeDetails, setNodeDetails] = React.useState<Node | undefined>();
const { data: csrf } = useCSRF();
const { mutate: refetchInfo } = useInfo();
const navigate = useNavigate();
const { toast } = useToast();

Expand Down Expand Up @@ -505,6 +506,3 @@ export function PayLightningChannelOrder({
</div>
);
}
function refetchInfo() {
throw new Error("Function not implemented.");
}
18 changes: 9 additions & 9 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,17 @@
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.1.tgz#16308cea045f0fc777b6ff20a9f25474dd8293d2"
integrity sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==

"@getalby/bitcoin-connect-react@^3.3.0-beta.4":
version "3.3.0-beta.4"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect-react/-/bitcoin-connect-react-3.3.0-beta.4.tgz#68947c530af7d6a01f87c37971fe7030d166a421"
integrity sha512-aYwOgCziMcPiJtb5kRGybZl4avBnB5coiwna/CWOYVZHdqLb6eZapNlQdAjbQvETHWzdj2yLbkBauHVxfEQNog==
"@getalby/bitcoin-connect-react@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect-react/-/bitcoin-connect-react-3.3.0.tgz#8873297eeaaa10adcd5dd52bc15aa7139b7c9397"
integrity sha512-JXCVUtZvOZYfb4fhZHpVZZ6iswpKtXi7onqfaEFYQFJHHCeUPdscSsqJrIZ/gEqF1foqkaaKidUmY3w9klz+jw==
dependencies:
"@getalby/bitcoin-connect" "^3.3.0-beta.2"
"@getalby/bitcoin-connect" "^3.3.0"

"@getalby/bitcoin-connect@^3.3.0-beta.2":
version "3.3.0-beta.2"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-3.3.0-beta.2.tgz#9491763ddc731b9cf9c425f6de1cbe5c47af5cd8"
integrity sha512-U/ZzIGUQjM42KeN6F08bi//86MTmHxMmm9wrQZE4ir+DjrkXABcLXu6yxRkMV5MVWtpUlCj5OBO89+TVMciptA==
"@getalby/bitcoin-connect@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@getalby/bitcoin-connect/-/bitcoin-connect-3.3.0.tgz#7a53bf884729e8ff3e692e059d2b9c02ba75fa4b"
integrity sha512-3e4oGasmz6EdX+xwzS/bFv9nZmZcFSafSgrabpX9ejvBGS93sntZ8yFwLf0ynyvpxcUbeCq4Ww0Vt3TlQmwgug==
dependencies:
"@getalby/lightning-tools" "^5.0.3"
"@getalby/sdk" "^3.2.3"
Expand Down

0 comments on commit 6015601

Please sign in to comment.