Skip to content

Commit

Permalink
chore: require @polkadot/api^10.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner committed Feb 14, 2024
1 parent c5c044e commit f73e393
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions packages/augment-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/chain-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
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.4.0",
"@polkadot/api": "^10.7.3",
"typescript-logging": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/did/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
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.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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/vc-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f73e393

Please sign in to comment.