Skip to content

Commit

Permalink
put exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 22, 2024
1 parent 2e340b6 commit c727083
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 122 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"changeset:publish": "pnpm run build && pnpm publish -r"
},
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/apps-config": "0.146.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"@wormhole-foundation/sdk-evm-tokenbridge": "^0.10.7"
Expand Down
10 changes: 5 additions & 5 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"@moonbeam-network/xcm-utils": "workspace:*"
},
"peerDependencies": {
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3"
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3"
}
}
8 changes: 4 additions & 4 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
"viem": "^2.21.7"
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/util": "^13.2.3",
"@polkadot/api": "14.3.1",
"@polkadot/api-augment": "14.3.1",
"@polkadot/types": "14.3.1",
"@polkadot/util": "13.2.3",
"viem": "^2.21.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@types/big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3"
"@polkadot/api": "14.3.1",
"@polkadot/apps-config": "0.146.1",
"@polkadot/util": "13.2.3",
"@polkadot/util-crypto": "13.2.3"
}
}
Loading

0 comments on commit c727083

Please sign in to comment.