Skip to content

Commit

Permalink
bump(packages): use caret for packages' version, update to latest (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
joundy authored Jan 29, 2024
1 parent d0662c8 commit e8a363f
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 111 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"test": "turbo run test -- --forceExit"
},
"devDependencies": {
"husky": "8.0.3",
"prettier": "2.8.8",
"turbo": "1.9.1"
"husky": "9.0.6",
"prettier": "3.2.4",
"turbo": "1.11.3"
}
}
18 changes: 9 additions & 9 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"lint": "eslint ."
},
"dependencies": {
"@bitcoinerlab/secp256k1": "1.0.2",
"bip32": "4.0.0",
"@bitcoinerlab/secp256k1": "^1.0.5",
"bip32": "^4.0.0",
"bip322-js": "^1.1.0",
"bip39": "3.1.0",
"bitcoinjs-lib": "6.1.3",
"bitcoinjs-message": "2.2.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.5",
"bitcoinjs-message": "^2.2.0",
"buffer-reverse": "^1.0.1",
"cross-fetch": "3.1.6",
"ecpair": "2.1.0",
"ethers": "6.6.1",
"sats-connect": "0.2.0"
"cross-fetch": "^3.1.8",
"ecpair": "^2.1.0",
"ethers": "^6.10.0",
"sats-connect": "^0.5.0"
},
"devDependencies": {
"@sadoprotocol/eslint-config": "^0.0.2",
Expand Down
Loading

0 comments on commit e8a363f

Please sign in to comment.