Skip to content

Commit 95948de

Browse files
renovate[bot]renovate-botrflechtner
authored
chore(deps): update polkadot dependencies (#529)
* chore(deps): update polkadot dependencies * fix: add skipLibCheck Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Raphael Flechtner <raphael@kilt.io>
1 parent e44191e commit 95948de

File tree

14 files changed

+392
-366
lines changed

14 files changed

+392
-366
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
1818
"dependencies": {
1919
"@kiltprotocol/sdk-js": "workspace:*",
20-
"@polkadot/keyring": "^7.1.2",
21-
"@polkadot/types": "^5.4.1",
22-
"@polkadot/util": "^7.1.2",
20+
"@polkadot/keyring": "^9.0.0",
21+
"@polkadot/types": "^8.0.0",
22+
"@polkadot/util": "^9.0.0",
2323
"typescript-logging": "^0.6.4",
24-
"@polkadot/util-crypto": "^7.6.1",
24+
"@polkadot/util-crypto": "^9.0.0",
2525
"testcontainers": "^8.6.1"
2626
}
2727
}

packages/chain-helpers/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"@kiltprotocol/config": "workspace:*",
3939
"@kiltprotocol/types": "workspace:*",
4040
"@kiltprotocol/utils": "workspace:*",
41-
"@polkadot/api": "^7.10.1",
42-
"@polkadot/api-augment": "^7.10.1",
43-
"@polkadot/keyring": "^8.4.1",
44-
"@polkadot/types": "^7.10.1",
45-
"@polkadot/util": "^8.4.1",
41+
"@polkadot/api": "^8.0.0",
42+
"@polkadot/api-augment": "^8.0.0",
43+
"@polkadot/keyring": "^9.0.0",
44+
"@polkadot/types": "^8.0.0",
45+
"@polkadot/util": "^9.0.0",
4646
"typescript-logging": "^0.6.4"
4747
}
4848
}

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@kiltprotocol/utils": "workspace:*",
38-
"@polkadot/api-augment": "^7.10.1",
38+
"@polkadot/api-augment": "^8.0.0",
3939
"typescript-logging": "^0.6.4"
4040
}
4141
}

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"@kiltprotocol/did": "workspace:*",
4343
"@kiltprotocol/types": "workspace:*",
4444
"@kiltprotocol/utils": "workspace:*",
45-
"@polkadot/api": "^7.10.1",
46-
"@polkadot/api-augment": "^7.10.1",
47-
"@polkadot/keyring": "^8.4.1",
48-
"@polkadot/types": "^7.10.1",
49-
"@polkadot/types-known": "^7.10.1",
50-
"@polkadot/util": "^8.4.1",
51-
"@polkadot/util-crypto": "^8.4.1",
45+
"@polkadot/api": "^8.0.0",
46+
"@polkadot/api-augment": "^8.0.0",
47+
"@polkadot/keyring": "^9.0.0",
48+
"@polkadot/types": "^8.0.0",
49+
"@polkadot/types-known": "^8.0.0",
50+
"@polkadot/util": "^9.0.0",
51+
"@polkadot/util-crypto": "^9.0.0",
5252
"tweetnacl": "^1.0.3",
5353
"typescript-logging": "^0.6.4"
5454
}

packages/did/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@kiltprotocol/config": "workspace:*",
4040
"@kiltprotocol/types": "workspace:*",
4141
"@kiltprotocol/utils": "workspace:*",
42-
"@polkadot/api": "^7.10.1",
43-
"@polkadot/api-augment": "^7.10.1",
44-
"@polkadot/keyring": "^8.4.1",
45-
"@polkadot/types": "^7.10.1",
46-
"@polkadot/util": "^8.4.1",
47-
"@polkadot/util-crypto": "^8.4.1",
42+
"@polkadot/api": "^8.0.0",
43+
"@polkadot/api-augment": "^8.0.0",
44+
"@polkadot/keyring": "^9.0.0",
45+
"@polkadot/types": "^8.0.0",
46+
"@polkadot/util": "^9.0.0",
47+
"@polkadot/util-crypto": "^9.0.0",
4848
"cbor": "^8.0.2"
4949
}
5050
}

packages/messaging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@kiltprotocol/did": "workspace:*",
3939
"@kiltprotocol/types": "workspace:*",
4040
"@kiltprotocol/utils": "workspace:*",
41-
"@polkadot/api-augment": "^7.10.1",
42-
"@polkadot/util": "^8.4.1"
41+
"@polkadot/api-augment": "^8.0.0",
42+
"@polkadot/util": "^9.0.0"
4343
}
4444
}

packages/sdk-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
"@kiltprotocol/messaging": "workspace:*",
5252
"@kiltprotocol/types": "workspace:*",
5353
"@kiltprotocol/utils": "workspace:*",
54-
"@polkadot/api-augment": "^7.10.1"
54+
"@polkadot/api-augment": "^8.0.0"
5555
}
5656
}

packages/testing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3434
"dependencies": {
3535
"@kiltprotocol/types": "workspace:*",
36-
"@polkadot/api": "^7.10.1",
37-
"@polkadot/api-augment": "^7.10.1",
38-
"@polkadot/types": "^7.10.1"
36+
"@polkadot/api": "^8.0.0",
37+
"@polkadot/api-augment": "^8.0.0",
38+
"@polkadot/types": "^8.0.0"
3939
},
4040
"devDependencies": {
4141
"rimraf": "^3.0.2",

packages/types/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"bugs": "https://github.com/KILTprotocol/sdk-js/issues",
3131
"homepage": "https://github.com/KILTprotocol/sdk-js#readme",
3232
"dependencies": {
33-
"@polkadot/api": "^7.10.1",
34-
"@polkadot/api-augment": "^7.10.1",
35-
"@polkadot/keyring": "^8.4.1",
36-
"@polkadot/types": "^7.10.1",
33+
"@polkadot/api": "^8.0.0",
34+
"@polkadot/api-augment": "^8.0.0",
35+
"@polkadot/keyring": "^9.0.0",
36+
"@polkadot/types": "^8.0.0",
3737
"tweetnacl": "^1.0.3"
3838
},
3939
"devDependencies": {

packages/utils/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@kiltprotocol/types": "workspace:*",
40-
"@polkadot/api-augment": "^7.10.1",
41-
"@polkadot/keyring": "^8.4.1",
42-
"@polkadot/types": "^7.10.1",
43-
"@polkadot/util": "^8.4.1",
44-
"@polkadot/util-crypto": "^8.4.1",
40+
"@polkadot/api-augment": "^8.0.0",
41+
"@polkadot/keyring": "^9.0.0",
42+
"@polkadot/types": "^8.0.0",
43+
"@polkadot/util": "^9.0.0",
44+
"@polkadot/util-crypto": "^9.0.0",
4545
"tweetnacl": "^1.0.3",
4646
"uuid": "^8.1.0"
4747
}

0 commit comments

Comments
 (0)