From f73e393d0b78e314071c525ee142ef6fcdaefed3 Mon Sep 17 00:00:00 2001 From: Raphael Flechtner Date: Tue, 13 Feb 2024 19:00:23 +0100 Subject: [PATCH] chore: require @polkadot/api^10.7.3 --- packages/augment-api/package.json | 4 +-- packages/chain-helpers/package.json | 4 +-- packages/config/package.json | 2 +- packages/core/package.json | 4 +-- packages/did/package.json | 6 ++--- packages/types/package.json | 4 +-- packages/utils/package.json | 2 +- packages/vc-export/package.json | 4 +-- yarn.lock | 38 ++++++++++++++--------------- 9 files changed, 34 insertions(+), 34 deletions(-) diff --git a/packages/augment-api/package.json b/packages/augment-api/package.json index eafe9dc73..6dc492980 100644 --- a/packages/augment-api/package.json +++ b/packages/augment-api/package.json @@ -40,8 +40,8 @@ "bugs": "https://github.com/KILTprotocol/sdk-js/issues", "homepage": "https://github.com/KILTprotocol/sdk-js#readme", "devDependencies": { - "@polkadot/api": "^10.4.0", - "@polkadot/typegen": "^10.4.0", + "@polkadot/api": "^10.7.3", + "@polkadot/typegen": "^10.7.3", "glob": "^7.1.1", "rimraf": "^3.0.2", "ts-node": "^10.4.0", diff --git a/packages/chain-helpers/package.json b/packages/chain-helpers/package.json index a8e4f647a..b6fd0ce9e 100644 --- a/packages/chain-helpers/package.json +++ b/packages/chain-helpers/package.json @@ -38,7 +38,7 @@ "@kiltprotocol/config": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^10.4.0", - "@polkadot/types": "^10.4.0" + "@polkadot/api": "^10.7.3", + "@polkadot/types": "^10.7.3" } } diff --git a/packages/config/package.json b/packages/config/package.json index 5f6d8246e..59da3126f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@kiltprotocol/types": "workspace:*", - "@polkadot/api": "^10.4.0", + "@polkadot/api": "^10.7.3", "typescript-logging": "^1.0.0" } } diff --git a/packages/core/package.json b/packages/core/package.json index f12fa11b2..120cedcb3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -44,9 +44,9 @@ "@kiltprotocol/type-definitions": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^10.4.0", + "@polkadot/api": "^10.7.3", "@polkadot/keyring": "^12.0.0", - "@polkadot/types": "^10.4.0", + "@polkadot/types": "^10.7.3", "@polkadot/util": "^12.0.0", "@polkadot/util-crypto": "^12.0.0" } diff --git a/packages/did/package.json b/packages/did/package.json index 8ff6e1346..371de39b5 100644 --- a/packages/did/package.json +++ b/packages/did/package.json @@ -38,10 +38,10 @@ "@kiltprotocol/config": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^10.4.0", + "@polkadot/api": "^10.7.3", "@polkadot/keyring": "^12.0.0", - "@polkadot/types": "^10.4.0", - "@polkadot/types-codec": "^10.4.0", + "@polkadot/types": "^10.7.3", + "@polkadot/types-codec": "^10.7.3", "@polkadot/util": "^12.0.0", "@polkadot/util-crypto": "^12.0.0" } diff --git a/packages/types/package.json b/packages/types/package.json index 9a834475d..28abbb0a5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -30,9 +30,9 @@ "bugs": "https://github.com/KILTprotocol/sdk-js/issues", "homepage": "https://github.com/KILTprotocol/sdk-js#readme", "dependencies": { - "@polkadot/api": "^10.4.0", + "@polkadot/api": "^10.7.3", "@polkadot/keyring": "^12.0.0", - "@polkadot/types": "^10.4.0", + "@polkadot/types": "^10.7.3", "@polkadot/util": "^12.0.0", "@polkadot/util-crypto": "^12.0.0" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 56c264265..40cae6b28 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@kiltprotocol/types": "workspace:*", - "@polkadot/api": "^10.4.0", + "@polkadot/api": "^10.7.3", "@polkadot/keyring": "^12.0.0", "@polkadot/util": "^12.0.0", "@polkadot/util-crypto": "^12.0.0", diff --git a/packages/vc-export/package.json b/packages/vc-export/package.json index d86927ff4..5fe2adc75 100644 --- a/packages/vc-export/package.json +++ b/packages/vc-export/package.json @@ -40,8 +40,8 @@ "@kiltprotocol/did": "workspace:*", "@kiltprotocol/types": "workspace:*", "@kiltprotocol/utils": "workspace:*", - "@polkadot/api": "^10.4.0", - "@polkadot/types": "^10.4.0", + "@polkadot/api": "^10.7.3", + "@polkadot/types": "^10.7.3", "@polkadot/util": "^12.0.0", "@polkadot/util-crypto": "^12.0.0", "jsonld": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index cb93862ab..edb6e4928 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1884,8 +1884,8 @@ __metadata: resolution: "@kiltprotocol/augment-api@workspace:packages/augment-api" dependencies: "@kiltprotocol/type-definitions": "workspace:*" - "@polkadot/api": ^10.4.0 - "@polkadot/typegen": ^10.4.0 + "@polkadot/api": ^10.7.3 + "@polkadot/typegen": ^10.7.3 glob: ^7.1.1 rimraf: ^3.0.2 ts-node: ^10.4.0 @@ -1901,9 +1901,9 @@ __metadata: "@kiltprotocol/config": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^10.4.0 + "@polkadot/api": ^10.7.3 "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^10.4.0 + "@polkadot/types": ^10.7.3 rimraf: ^3.0.2 typescript: ^4.8.3 languageName: unknown @@ -1914,7 +1914,7 @@ __metadata: resolution: "@kiltprotocol/config@workspace:packages/config" dependencies: "@kiltprotocol/types": "workspace:*" - "@polkadot/api": ^10.4.0 + "@polkadot/api": ^10.7.3 rimraf: ^3.0.2 typescript: ^4.8.3 typescript-logging: ^1.0.0 @@ -1933,9 +1933,9 @@ __metadata: "@kiltprotocol/type-definitions": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^10.4.0 + "@polkadot/api": ^10.7.3 "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^10.4.0 + "@polkadot/types": ^10.7.3 "@polkadot/util": ^12.0.0 "@polkadot/util-crypto": ^12.0.0 "@types/uuid": ^8.0.0 @@ -1953,10 +1953,10 @@ __metadata: "@kiltprotocol/config": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^10.4.0 + "@polkadot/api": ^10.7.3 "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^10.4.0 - "@polkadot/types-codec": ^10.4.0 + "@polkadot/types": ^10.7.3 + "@polkadot/types-codec": ^10.7.3 "@polkadot/util": ^12.0.0 "@polkadot/util-crypto": ^12.0.0 rimraf: ^3.0.2 @@ -2010,9 +2010,9 @@ __metadata: version: 0.0.0-use.local resolution: "@kiltprotocol/types@workspace:packages/types" dependencies: - "@polkadot/api": ^10.4.0 + "@polkadot/api": ^10.7.3 "@polkadot/keyring": ^12.0.0 - "@polkadot/types": ^10.4.0 + "@polkadot/types": ^10.7.3 "@polkadot/util": ^12.0.0 "@polkadot/util-crypto": ^12.0.0 rimraf: ^3.0.2 @@ -2025,7 +2025,7 @@ __metadata: resolution: "@kiltprotocol/utils@workspace:packages/utils" dependencies: "@kiltprotocol/types": "workspace:*" - "@polkadot/api": ^10.4.0 + "@polkadot/api": ^10.7.3 "@polkadot/keyring": ^12.0.0 "@polkadot/util": ^12.0.0 "@polkadot/util-crypto": ^12.0.0 @@ -2046,8 +2046,8 @@ __metadata: "@kiltprotocol/did": "workspace:*" "@kiltprotocol/types": "workspace:*" "@kiltprotocol/utils": "workspace:*" - "@polkadot/api": ^10.4.0 - "@polkadot/types": ^10.4.0 + "@polkadot/api": ^10.7.3 + "@polkadot/types": ^10.7.3 "@polkadot/util": ^12.0.0 "@polkadot/util-crypto": ^12.0.0 "@types/jsonld": 1.5.1 @@ -2180,7 +2180,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/api@npm:10.7.3, @polkadot/api@npm:^10.4.0": +"@polkadot/api@npm:10.7.3, @polkadot/api@npm:^10.7.3": version: 10.7.3 resolution: "@polkadot/api@npm:10.7.3" dependencies: @@ -2281,7 +2281,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/typegen@npm:^10.4.0": +"@polkadot/typegen@npm:^10.7.3": version: 10.7.3 resolution: "@polkadot/typegen@npm:10.7.3" dependencies: @@ -2322,7 +2322,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/types-codec@npm:10.7.3, @polkadot/types-codec@npm:^10.4.0": +"@polkadot/types-codec@npm:10.7.3, @polkadot/types-codec@npm:^10.7.3": version: 10.7.3 resolution: "@polkadot/types-codec@npm:10.7.3" dependencies: @@ -2368,7 +2368,7 @@ __metadata: languageName: node linkType: hard -"@polkadot/types@npm:10.7.3, @polkadot/types@npm:^10.4.0": +"@polkadot/types@npm:10.7.3, @polkadot/types@npm:^10.7.3": version: 10.7.3 resolution: "@polkadot/types@npm:10.7.3" dependencies: