Skip to content

Commit

Permalink
chore: upgrade noble/scure packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie authored and janniks committed Jan 30, 2023
1 parent 0406085 commit 0db8543
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 56 deletions.
184 changes: 138 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"test:watch": "jest --watch --coverage=false"
},
"dependencies": {
"@scure/bip32": "^1.1.1",
"@scure/bip39": "^1.1.0",
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.1.0",
"@stacks/blockchain-api-client": "4.0.1",
"@stacks/bns": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@noble/hashes": "^1.1.3",
"@noble/secp256k1": "^1.6.3",
"@scure/bip39": "^1.1.0",
"@noble/hashes": "1.1.5",
"@noble/secp256k1": "1.7.1",
"@scure/bip39": "1.1.0",
"@stacks/common": "^6.0.0",
"@types/node": "^18.0.4",
"base64-js": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/stacking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@scure/base": "^1.1.1",
"@scure/base": "1.1.1",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.0",
"@stacks/network": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/transactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@noble/hashes": "^1.1.3",
"@noble/secp256k1": "^1.6.3",
"@noble/hashes": "1.1.5",
"@noble/secp256k1": "1.7.1",
"@stacks/common": "^6.0.0",
"@stacks/network": "^6.1.0",
"c32check": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/wallet-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"typecheck:watch": "npm run typecheck -- --watch"
},
"dependencies": {
"@scure/bip32": "^1.1.1",
"@scure/bip39": "^1.1.0",
"@scure/bip32": "1.1.3",
"@scure/bip39": "1.1.0",
"@stacks/auth": "^6.1.0",
"@stacks/common": "^6.0.0",
"@stacks/encryption": "^6.1.0",
Expand Down

1 comment on commit 0db8543

@vercel
Copy link

@vercel vercel bot commented on 0db8543 Jan 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.