Skip to content

Commit 5d3914c

Browse files
chore(deps): update polkadot dependencies
1 parent 459dbe6 commit 5d3914c

File tree

4 files changed

+475
-361
lines changed

4 files changed

+475
-361
lines changed

packages/jsonld-suites/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
"@kiltprotocol/type-definitions": "^1.11200.0",
4343
"@kiltprotocol/types": "workspace:*",
4444
"@kiltprotocol/utils": "workspace:*",
45-
"@polkadot/keyring": "^13.0.0",
46-
"@polkadot/types": "^12.0.0",
47-
"@polkadot/util": "^13.0.0",
48-
"@polkadot/util-crypto": "^13.0.0",
45+
"@polkadot/keyring": "^14.0.0",
46+
"@polkadot/types": "^16.0.0",
47+
"@polkadot/util": "^14.0.0",
48+
"@polkadot/util-crypto": "^14.0.0",
4949
"crypto-ld": "^6.0.0"
5050
},
5151
"peerDependencies": {

packages/sdk-js/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3434
"devDependencies": {
3535
"@kiltprotocol/augment-api": "^1.11200.0",
36-
"@polkadot/typegen": "^12.0.0",
36+
"@polkadot/typegen": "^16.0.0",
3737
"rimraf": "^3.0.2",
3838
"terser-webpack-plugin": "^5.1.1",
3939
"typescript": "^4.8.3",
@@ -47,11 +47,11 @@
4747
"@kiltprotocol/did": "workspace:*",
4848
"@kiltprotocol/type-definitions": "^1.11200.0",
4949
"@kiltprotocol/utils": "workspace:*",
50-
"@polkadot/api": "^12.0.0",
51-
"@polkadot/keyring": "^13.0.0",
52-
"@polkadot/types": "^12.0.0",
53-
"@polkadot/util": "^13.0.0",
54-
"@polkadot/util-crypto": "^13.0.0"
50+
"@polkadot/api": "^16.0.0",
51+
"@polkadot/keyring": "^14.0.0",
52+
"@polkadot/types": "^16.0.0",
53+
"@polkadot/util": "^14.0.0",
54+
"@polkadot/util-crypto": "^14.0.0"
5555
},
5656
"peerDependencies": {
5757
"@kiltprotocol/augment-api": "^1.11210.0"

packages/types/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"bugs": "https://github.com/KILTprotocol/sdk-js/issues",
3131
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3232
"dependencies": {
33-
"@polkadot/api": "^12.0.0",
34-
"@polkadot/keyring": "^13.0.0",
35-
"@polkadot/types": "^12.0.0",
36-
"@polkadot/util": "^13.0.0",
37-
"@polkadot/util-crypto": "^13.0.0"
33+
"@polkadot/api": "^16.0.0",
34+
"@polkadot/keyring": "^14.0.0",
35+
"@polkadot/types": "^16.0.0",
36+
"@polkadot/util": "^14.0.0",
37+
"@polkadot/util-crypto": "^14.0.0"
3838
},
3939
"devDependencies": {
4040
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)