Skip to content

Commit

Permalink
update polkadot deps versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 4, 2024
1 parent e6ebfcc commit 8b7c495
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 40 deletions.
58 changes: 30 additions & 28 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.5.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"type-fest": "^3.8.0"
},
"peerDependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-augment": "^10.11.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@moonbeam-network/xcm-types": "1.0.1"
},
"peerDependencies": {
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.5.1"
}
}
8 changes: 4 additions & 4 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"big.js": "^6.2.1"
},
"peerDependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/api": "^10.11.2",
"@polkadot/api-augment": "^10.11.2",
"@polkadot/types": "^10.11.2",
"@polkadot/util": "^12.6.2",
"ethers": "^5.7.2",
"viem": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/big.js": "^6.2.2"
},
"peerDependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/api": "^10.11.2",
"@polkadot/apps-config": "^0.132.1"
}
}

0 comments on commit 8b7c495

Please sign in to comment.