Skip to content

Commit

Permalink
perf(local-signing-manager): require newer polkadot peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Aug 22, 2023
1 parent ad90f60 commit cc5cf8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/local-signing-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@polymeshassociation/signing-manager-types": "^3.0.0"
},
"peerDependencies": {
"@polkadot/api": "^8.0.2",
"@polkadot/util": "^9.0.1",
"@polkadot/util-crypto": "^9.0.1",
"@polkadot/api": "^9.14.2",
"@polkadot/util": "^10.4.2",
"@polkadot/util-crypto": "10.4.2",
"@polymeshassociation/polymesh-sdk": ">=15.0.0"
}
}
}

0 comments on commit cc5cf8c

Please sign in to comment.