Skip to content

Commit 0f4415f

Browse files
chore(deps): update polkadot dependencies to v15
1 parent 459dbe6 commit 0f4415f

File tree

4 files changed

+394
-382
lines changed

4 files changed

+394
-382
lines changed

packages/jsonld-suites/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@kiltprotocol/types": "workspace:*",
4444
"@kiltprotocol/utils": "workspace:*",
4545
"@polkadot/keyring": "^13.0.0",
46-
"@polkadot/types": "^12.0.0",
46+
"@polkadot/types": "^15.0.0",
4747
"@polkadot/util": "^13.0.0",
4848
"@polkadot/util-crypto": "^13.0.0",
4949
"crypto-ld": "^6.0.0"

packages/sdk-js/package.json

+3-3
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": "^15.0.0",
3737
"rimraf": "^3.0.2",
3838
"terser-webpack-plugin": "^5.1.1",
3939
"typescript": "^4.8.3",
@@ -47,9 +47,9 @@
4747
"@kiltprotocol/did": "workspace:*",
4848
"@kiltprotocol/type-definitions": "^1.11200.0",
4949
"@kiltprotocol/utils": "workspace:*",
50-
"@polkadot/api": "^12.0.0",
50+
"@polkadot/api": "^15.0.0",
5151
"@polkadot/keyring": "^13.0.0",
52-
"@polkadot/types": "^12.0.0",
52+
"@polkadot/types": "^15.0.0",
5353
"@polkadot/util": "^13.0.0",
5454
"@polkadot/util-crypto": "^13.0.0"
5555
},

packages/types/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
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",
33+
"@polkadot/api": "^15.0.0",
3434
"@polkadot/keyring": "^13.0.0",
35-
"@polkadot/types": "^12.0.0",
35+
"@polkadot/types": "^15.0.0",
3636
"@polkadot/util": "^13.0.0",
3737
"@polkadot/util-crypto": "^13.0.0"
3838
},

0 commit comments

Comments
 (0)