Skip to content

Commit

Permalink
try to install polkadot 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Nov 20, 2024
1 parent d299ffb commit 6d082cc
Show file tree
Hide file tree
Showing 7 changed files with 348 additions and 188 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"changeset:publish": "pnpm run build && pnpm publish -r"
},
"dependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/api": "14.0.1",
"@polkadot/api-augment": "^14.0.1",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/types": "^14.3.1",
"@polkadot/types": "14.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/api": "14.0.1",
"@polkadot/api-augment": "^14.0.1",
"@polkadot/types": "14.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@moonbeam-network/xcm-utils": "workspace:*"
},
"peerDependencies": {
"@polkadot/types": "^14.3.1",
"@polkadot/types": "14.0.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/mrl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/api": "14.0.1",
"@polkadot/api-augment": "^14.0.1",
"@polkadot/types": "14.0.1",
"@polkadot/util": "^13.2.3",
"@wormhole-foundation/sdk-connect": "^0.10.7",
"@wormhole-foundation/sdk-evm": "^0.10.7",
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api-augment": "^14.3.1",
"@polkadot/types": "^14.3.1",
"@polkadot/api": "14.0.1",
"@polkadot/api-augment": "^14.0.1",
"@polkadot/types": "14.0.1",
"@polkadot/util": "^13.2.3",
"viem": "^2.21.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^14.3.1",
"@polkadot/api": "14.0.1",
"@polkadot/apps-config": "^0.146.1",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3"
Expand Down
Loading

0 comments on commit 6d082cc

Please sign in to comment.