Skip to content

Commit ea0d57e

Browse files
committed
use static cardano-sdk versions
1 parent 1ec247f commit ea0d57e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/mesh-core-cst/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"typescript": "^5.3.3"
3737
},
3838
"dependencies": {
39-
"@cardano-sdk/core": "^0.46.12",
40-
"@cardano-sdk/crypto": "^0.4.5",
41-
"@cardano-sdk/input-selection": "^0.14.28",
42-
"@cardano-sdk/util": "^0.17.1",
39+
"@cardano-sdk/core": "0.46.12",
40+
"@cardano-sdk/crypto": "0.4.5",
41+
"@cardano-sdk/input-selection": "0.14.28",
42+
"@cardano-sdk/util": "0.17.1",
4343
"@harmoniclabs/cbor": "1.6.0",
4444
"@harmoniclabs/pair": "^1.0.0",
4545
"@harmoniclabs/plutus-data": "1.2.6",

packages/mesh-transaction/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"dependencies": {
3838
"@meshsdk/common": "1.9.0-beta.100",
3939
"@meshsdk/core-cst": "1.9.0-beta.100",
40-
"@cardano-sdk/core": "^0.46.12",
41-
"@cardano-sdk/util": "^0.17.1",
42-
"@cardano-sdk/input-selection": "^0.14.28",
40+
"@cardano-sdk/core": "0.46.12",
41+
"@cardano-sdk/util": "0.17.1",
42+
"@cardano-sdk/input-selection": "0.14.28",
4343
"json-bigint": "^1.0.0"
4444
},
4545
"prettier": "@meshsdk/configs/prettier",

0 commit comments

Comments
 (0)