Skip to content

Commit 40cbba1

Browse files
authored
chore: update polkadot dependencies (#6193)
1 parent 5d8c704 commit 40cbba1

File tree

16 files changed

+132
-132
lines changed

16 files changed

+132
-132
lines changed

packages/api-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@polkadot/types": "16.4.3-1-x",
2727
"@polkadot/types-augment": "16.4.3-1-x",
2828
"@polkadot/types-codec": "16.4.3-1-x",
29-
"@polkadot/util": "^13.5.3",
29+
"@polkadot/util": "^13.5.4",
3030
"tslib": "^2.8.1"
3131
}
3232
}

packages/api-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@polkadot/rpc-core": "16.4.3-1-x",
2525
"@polkadot/types": "16.4.3-1-x",
26-
"@polkadot/util": "^13.5.3",
26+
"@polkadot/util": "^13.5.4",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.1"
2929
}

packages/api-contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"@polkadot/types": "16.4.3-1-x",
2727
"@polkadot/types-codec": "16.4.3-1-x",
2828
"@polkadot/types-create": "16.4.3-1-x",
29-
"@polkadot/util": "^13.5.3",
30-
"@polkadot/util-crypto": "^13.5.3",
29+
"@polkadot/util": "^13.5.4",
30+
"@polkadot/util-crypto": "^13.5.4",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
3535
"@polkadot/api-augment": "16.4.3-1-x",
36-
"@polkadot/keyring": "^13.5.3",
36+
"@polkadot/keyring": "^13.5.4",
3737
"@polkadot/types-support": "16.4.3-1-x"
3838
}
3939
}

packages/api-derive/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"@polkadot/rpc-core": "16.4.3-1-x",
2828
"@polkadot/types": "16.4.3-1-x",
2929
"@polkadot/types-codec": "16.4.3-1-x",
30-
"@polkadot/util": "^13.5.3",
31-
"@polkadot/util-crypto": "^13.5.3",
30+
"@polkadot/util": "^13.5.4",
31+
"@polkadot/util-crypto": "^13.5.4",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.1"
3434
},

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@polkadot/api-augment": "16.4.3-1-x",
2525
"@polkadot/api-base": "16.4.3-1-x",
2626
"@polkadot/api-derive": "16.4.3-1-x",
27-
"@polkadot/keyring": "^13.5.3",
27+
"@polkadot/keyring": "^13.5.4",
2828
"@polkadot/rpc-augment": "16.4.3-1-x",
2929
"@polkadot/rpc-core": "16.4.3-1-x",
3030
"@polkadot/rpc-provider": "16.4.3-1-x",
@@ -33,8 +33,8 @@
3333
"@polkadot/types-codec": "16.4.3-1-x",
3434
"@polkadot/types-create": "16.4.3-1-x",
3535
"@polkadot/types-known": "16.4.3-1-x",
36-
"@polkadot/util": "^13.5.3",
37-
"@polkadot/util-crypto": "^13.5.3",
36+
"@polkadot/util": "^13.5.4",
37+
"@polkadot/util-crypto": "^13.5.4",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
4040
"tslib": "^2.8.1"

packages/rpc-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@polkadot/rpc-core": "16.4.3-1-x",
2525
"@polkadot/types": "16.4.3-1-x",
2626
"@polkadot/types-codec": "16.4.3-1-x",
27-
"@polkadot/util": "^13.5.3",
27+
"@polkadot/util": "^13.5.4",
2828
"tslib": "^2.8.1"
2929
}
3030
}

packages/rpc-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"@polkadot/rpc-augment": "16.4.3-1-x",
2525
"@polkadot/rpc-provider": "16.4.3-1-x",
2626
"@polkadot/types": "16.4.3-1-x",
27-
"@polkadot/util": "^13.5.3",
27+
"@polkadot/util": "^13.5.4",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.8.1"
3030
},
3131
"devDependencies": {
32-
"@polkadot/keyring": "^13.5.3",
32+
"@polkadot/keyring": "^13.5.4",
3333
"@polkadot/rpc-augment": "16.4.3-1-x"
3434
}
3535
}

packages/rpc-provider/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"version": "16.4.3-1-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/keyring": "^13.5.3",
24+
"@polkadot/keyring": "^13.5.4",
2525
"@polkadot/types": "16.4.3-1-x",
2626
"@polkadot/types-support": "16.4.3-1-x",
27-
"@polkadot/util": "^13.5.3",
28-
"@polkadot/util-crypto": "^13.5.3",
29-
"@polkadot/x-fetch": "^13.5.3",
30-
"@polkadot/x-global": "^13.5.3",
31-
"@polkadot/x-ws": "^13.5.3",
27+
"@polkadot/util": "^13.5.4",
28+
"@polkadot/util-crypto": "^13.5.4",
29+
"@polkadot/x-fetch": "^13.5.4",
30+
"@polkadot/x-global": "^13.5.4",
31+
"@polkadot/x-ws": "^13.5.4",
3232
"eventemitter3": "^5.0.1",
3333
"mock-socket": "^9.3.1",
3434
"nock": "^13.5.5",

packages/typegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"@polkadot/types-codec": "16.4.3-1-x",
3939
"@polkadot/types-create": "16.4.3-1-x",
4040
"@polkadot/types-support": "16.4.3-1-x",
41-
"@polkadot/util": "^13.5.3",
42-
"@polkadot/util-crypto": "^13.5.3",
43-
"@polkadot/x-ws": "^13.5.3",
41+
"@polkadot/util": "^13.5.4",
42+
"@polkadot/util-crypto": "^13.5.4",
43+
"@polkadot/x-ws": "^13.5.4",
4444
"comment-parser": "^1.4.1",
4545
"handlebars": "^4.7.8",
4646
"tslib": "^2.8.1",

packages/types-augment/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"@polkadot/types": "16.4.3-1-x",
2525
"@polkadot/types-codec": "16.4.3-1-x",
26-
"@polkadot/util": "^13.5.3",
26+
"@polkadot/util": "^13.5.4",
2727
"tslib": "^2.8.1"
2828
}
2929
}

0 commit comments

Comments
 (0)