Skip to content

Commit

Permalink
dep-up: node-dlc 0.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjablack committed Apr 5, 2024
1 parent 69efec6 commit 0e9414f
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 93 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
],
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@node-dlc/bitcoin": "0.23.2",
"@node-dlc/core": "0.23.2",
"@node-dlc/messaging": "0.23.2",
"@node-dlc/bitcoin": "0.23.3",
"@node-dlc/core": "0.23.3",
"@node-dlc/messaging": "0.23.3",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.172",
"@swc/register": "^0.1.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitcoin-dlc-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@atomicfinance/provider": "^3.4.3",
"@atomicfinance/types": "^3.4.3",
"@atomicfinance/utils": "^3.4.3",
"@node-dlc/core": "0.23.2",
"@node-dlc/messaging": "0.23.2",
"@node-dlc/core": "0.23.3",
"@node-dlc/messaging": "0.23.3",
"@node-lightning/bitcoin": "0.26.1",
"@node-lightning/bufio": "0.26.1",
"@node-lightning/crypto": "0.26.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoin-js-wallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@atomicfinance/types": "^3.4.3",
"@atomicfinance/utils": "^3.4.3",
"@babel/runtime": "^7.12.1",
"@node-dlc/core": "0.23.2",
"@node-dlc/core": "0.23.3",
"bip32": "^2.0.6",
"bip39": "^3.0.2",
"bitcoin-networks": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bitcoin-wallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@atomicfinance/bitcoin-utils": "^3.4.3",
"@atomicfinance/provider": "^3.4.3",
"@atomicfinance/types": "^3.4.3",
"@node-dlc/core": "0.23.2",
"@node-dlc/core": "0.23.3",
"bitcoin-networks": "^1.0.0",
"bitcoinjs-lib": "5.2.0",
"lodash": "^4.17.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@atomicfinance/errors": "^3.4.3",
"@atomicfinance/provider": "^3.4.3",
"@atomicfinance/types": "^3.4.3",
"@node-dlc/messaging": "0.23.2",
"@node-dlc/messaging": "0.23.3",
"@node-lightning/bitcoin": "0.26.1",
"ajv": "^6.10.0",
"lodash": "^4.17.20"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "../../node_modules/.bin/eslint --fix --ignore-path ../../.eslintignore -c ../../.eslintrc.js ."
},
"dependencies": {
"@node-dlc/messaging": "0.23.2",
"@node-dlc/messaging": "0.23.3",
"@node-lightning/bitcoin": "0.26.1",
"@node-lightning/noise": "0.26.1",
"lodash": "^4.17.20"
Expand Down
Loading

0 comments on commit 0e9414f

Please sign in to comment.