Skip to content

Commit

Permalink
chore: make @taquito/core as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Sep 27, 2023
1 parent 1b9dc60 commit 4742937
Show file tree
Hide file tree
Showing 8 changed files with 255 additions and 284 deletions.
1 change: 1 addition & 0 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@ledgerhq/hw-transport-node-hid": "6.27.21",
"@ledgerhq/hw-transport-node-hid-noevents": "6.27.19",
"@taquito/contracts-library": "^17.3.1",
"@taquito/core": "^17.3.1",
"@taquito/http-utils": "^17.3.1",
"@taquito/local-forging": "^17.3.1",
"@taquito/michel-codec": "^17.3.1",
Expand Down
1 change: 1 addition & 0 deletions packages/taquito-ledger-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.8",
"@stablelib/blake2b": "^1.0.1",
"@taquito/core": "^17.3.1",
"@taquito/taquito": "^17.3.1",
"@taquito/utils": "^17.3.1",
"buffer": "^6.0.3"
Expand Down
1 change: 1 addition & 0 deletions packages/taquito-michelson-encoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
]
},
"dependencies": {
"@taquito/core": "^17.3.1",
"@taquito/rpc": "^17.3.1",
"@taquito/utils": "^17.3.1",
"bignumber.js": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions packages/taquito-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@stablelib/nacl": "^1.0.4",
"@stablelib/pbkdf2": "^1.0.1",
"@stablelib/sha512": "^1.0.1",
"@taquito/core": "^17.3.1",
"@taquito/taquito": "^17.3.1",
"@taquito/utils": "^17.3.1",
"@types/bn.js": "^5.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/taquito-tzip12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
]
},
"dependencies": {
"@taquito/core": "^17.3.1",
"@taquito/michelson-encoder": "^17.3.1",
"@taquito/taquito": "^17.3.1",
"@taquito/tzip16": "^17.3.1"
Expand Down
1 change: 1 addition & 0 deletions packages/taquito-tzip16/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
]
},
"dependencies": {
"@taquito/core": "^17.3.1",
"@taquito/http-utils": "^17.3.1",
"@taquito/michelson-encoder": "^17.3.1",
"@taquito/rpc": "^17.3.1",
Expand Down
Loading

0 comments on commit 4742937

Please sign in to comment.