Skip to content

Commit

Permalink
chore: add missing gateway dependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
derrekcoleman committed Jul 1, 2024
1 parent 5c48a43 commit c46c182
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"@docusaurus/theme-mermaid": "^3.2.1",
"@easyops-cn/docusaurus-search-local": "^0.36.0",
"@mdx-js/react": "^3.0.1",
"@scure/base": "^1.1.7",
"@scure/btc-signer": "^1.3.2",
"bitcoin-address-validation": "^2.2.3",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
"react": "^18.0.0",
Expand Down
5 changes: 4 additions & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"yargs": "^17.5.1"
},
"dependencies": {
"@scure/base": "^1.1.7",
"@scure/btc-signer": "^1.3.2",
"bitcoin-address-validation": "^2.2.3",
"bitcoinjs-lib": "^6.1.6"
}
}
}

0 comments on commit c46c182

Please sign in to comment.