Skip to content

Commit

Permalink
chore(deps): update polkadot dependencies to v11 (#861)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 23c5b04 commit 2ea03c9
Show file tree
Hide file tree
Showing 9 changed files with 473 additions and 393 deletions.
4 changes: 2 additions & 2 deletions packages/asset-credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@kiltprotocol/did": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^10.7.3",
"@polkadot/types": "^10.7.3",
"@polkadot/api": "^11.0.0",
"@polkadot/types": "^11.0.0",
"@polkadot/util": "^12.0.0",
"@polkadot/util-crypto": "^12.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/chain-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"@kiltprotocol/config": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^10.7.3",
"@polkadot/api-derive": "^10.0.0",
"@polkadot/types": "^10.7.3",
"@polkadot/api": "^11.0.0",
"@polkadot/api-derive": "^11.0.0",
"@polkadot/types": "^11.0.0",
"@polkadot/util": "^12.0.0",
"@polkadot/util-crypto": "^12.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@kiltprotocol/types": "workspace:*",
"@polkadot/api": "^10.7.3",
"@polkadot/api": "^11.0.0",
"typescript-logging": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@kiltprotocol/sr25519-jcs-2023": "0.1.0-rc.2",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^10.7.3",
"@polkadot/api": "^11.0.0",
"@polkadot/keyring": "^12.0.0",
"@polkadot/types": "^10.7.3",
"@polkadot/types": "^11.0.0",
"@polkadot/util": "^12.0.0",
"@polkadot/util-crypto": "^12.0.0",
"json-pointer": "^0.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
"@kiltprotocol/config": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^10.7.3",
"@polkadot/api": "^11.0.0",
"@polkadot/keyring": "^12.0.0",
"@polkadot/types": "^10.7.3",
"@polkadot/types": "^11.0.0",
"@polkadot/util": "^12.0.0",
"@polkadot/util-crypto": "^12.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
"devDependencies": {
"@kiltprotocol/augment-api": "1.11210.0-rc",
"@polkadot/typegen": "^10.7.3",
"@polkadot/typegen": "^11.0.0",
"rimraf": "^3.0.2",
"terser-webpack-plugin": "^5.1.1",
"typescript": "^4.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"bugs": "https://github.com/KILTprotocol/sdk-js/issues",
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
"dependencies": {
"@polkadot/api": "^10.7.3",
"@polkadot/api": "^11.0.0",
"@polkadot/keyring": "^12.0.0",
"@polkadot/types": "^10.7.3",
"@polkadot/types": "^11.0.0",
"@polkadot/util": "^12.0.0",
"@polkadot/util-crypto": "^12.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 @@ -39,7 +39,7 @@
"@kiltprotocol/es256k-jcs-2023": "0.1.0-rc.2",
"@kiltprotocol/sr25519-jcs-2023": "0.1.0-rc.2",
"@kiltprotocol/types": "workspace:*",
"@polkadot/api": "^10.7.3",
"@polkadot/api": "^11.0.0",
"@polkadot/keyring": "^12.0.0",
"@polkadot/util": "^12.0.0",
"@polkadot/util-crypto": "^12.0.0",
Expand Down
Loading

0 comments on commit 2ea03c9

Please sign in to comment.