Skip to content

Commit

Permalink
chore: adjust peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Dec 20, 2024
1 parent a9359d1 commit c706190
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigmi/client",
"version": "0.0.7-beta.0",
"version": "0.0.6",
"description": "Reactive primitives for Bitcoin apps.",
"type": "module",
"main": "./src/index.ts",
Expand Down
4 changes: 1 addition & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@
"typescript": "^5.7.2"
},
"peerDependencies": {
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.21.0"
"bs58": "^6.0.0"
},
"files": ["dist/**", "src/**", "!tsconfig.json"]
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigmi/react",
"version": "0.0.7-beta.0",
"version": "0.0.6",
"description": "React primitives for Bitcoin apps.",
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit c706190

Please sign in to comment.