Skip to content

Commit

Permalink
chore(deps): update polkadot dependencies to v10 (#576)
Browse files Browse the repository at this point in the history
* chore(deps): update polkadot dependencies to v10
* chore(deps): bump polkadot/api deps to avoid duplication

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raphael Flechtner <[email protected]>
  • Loading branch information
renovate[bot] and rflechtner authored Jul 14, 2022
1 parent 00596d7 commit 20b653b
Show file tree
Hide file tree
Showing 13 changed files with 427 additions and 419 deletions.
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
"dependencies": {
"@kiltprotocol/sdk-js": "workspace:*",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"@polkadot/util": "^10.0.0",
"typescript-logging": "^0.6.4",
"@polkadot/util-crypto": "^9.0.0",
"@polkadot/util-crypto": "^10.0.0",
"testcontainers": "^8.6.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
},
"version": "0.28.0",
"packageManager": "[email protected]"
}
}
10 changes: 5 additions & 5 deletions packages/chain-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"@kiltprotocol/config": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^8.0.0",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/api": "^8.12.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"@polkadot/util": "^10.0.0",
"typescript-logging": "^0.6.4"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/api-augment": "^8.12.0",
"typescript-logging": "^0.6.4"
}
}
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"@kiltprotocol/did": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^8.0.0",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/types-known": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/util-crypto": "^9.0.0",
"@polkadot/api": "^8.12.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"@polkadot/types-known": "^8.12.0",
"@polkadot/util": "^10.0.0",
"@polkadot/util-crypto": "^10.0.0",
"tweetnacl": "^1.0.3",
"typescript-logging": "^0.6.4"
}
Expand Down
12 changes: 6 additions & 6 deletions packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@kiltprotocol/config": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api": "^8.0.0",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/util-crypto": "^9.0.0",
"@polkadot/api": "^8.12.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"@polkadot/util": "^10.0.0",
"@polkadot/util-crypto": "^10.0.0",
"cbor": "^8.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@kiltprotocol/did": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/util": "^9.0.0"
"@polkadot/api-augment": "^8.12.0",
"@polkadot/util": "^10.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/sdk-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"@kiltprotocol/messaging": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api-augment": "^8.0.0"
"@polkadot/api-augment": "^8.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
"dependencies": {
"@kiltprotocol/types": "workspace:*",
"@polkadot/api": "^8.0.0",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/types": "^8.0.0"
"@polkadot/api": "^8.12.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/types": "^8.12.0"
},
"devDependencies": {
"rimraf": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"bugs": "https://github.com/KILTprotocol/sdk-js/issues",
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
"dependencies": {
"@polkadot/api": "^8.0.0",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/api": "^8.12.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"dependencies": {
"@kiltprotocol/types": "workspace:*",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/util-crypto": "^9.0.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"@polkadot/util": "^10.0.0",
"@polkadot/util-crypto": "^10.0.0",
"tweetnacl": "^1.0.3",
"uuid": "^8.1.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/vc-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@kiltprotocol/did": "workspace:*",
"@kiltprotocol/types": "workspace:*",
"@kiltprotocol/utils": "workspace:*",
"@polkadot/api-augment": "^8.0.0",
"@polkadot/keyring": "^9.0.0",
"@polkadot/types": "^8.0.0",
"@polkadot/util": "^9.0.0",
"@polkadot/util-crypto": "^9.0.0",
"@polkadot/api-augment": "^8.12.0",
"@polkadot/keyring": "^10.0.0",
"@polkadot/types": "^8.12.0",
"@polkadot/util": "^10.0.0",
"@polkadot/util-crypto": "^10.0.0",
"jsonld": "^2.0.2",
"jsonld-signatures": "^5.0.0",
"vc-js": "^0.6.4"
Expand Down
Loading

0 comments on commit 20b653b

Please sign in to comment.