Skip to content

Commit a070d69

Browse files
bump polkadot/common to 13.5.5 (#6195)
1 parent 29cd5ef commit a070d69

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",
2727
"@polkadot/types-augment": "16.4.3",
2828
"@polkadot/types-codec": "16.4.3",
29-
"@polkadot/util": "^13.5.4",
29+
"@polkadot/util": "^13.5.5",
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",
2525
"@polkadot/types": "16.4.3",
26-
"@polkadot/util": "^13.5.4",
26+
"@polkadot/util": "^13.5.5",
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",
2727
"@polkadot/types-codec": "16.4.3",
2828
"@polkadot/types-create": "16.4.3",
29-
"@polkadot/util": "^13.5.4",
30-
"@polkadot/util-crypto": "^13.5.4",
29+
"@polkadot/util": "^13.5.5",
30+
"@polkadot/util-crypto": "^13.5.5",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.1"
3333
},
3434
"devDependencies": {
3535
"@polkadot/api-augment": "16.4.3",
36-
"@polkadot/keyring": "^13.5.4",
36+
"@polkadot/keyring": "^13.5.5",
3737
"@polkadot/types-support": "16.4.3"
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",
2828
"@polkadot/types": "16.4.3",
2929
"@polkadot/types-codec": "16.4.3",
30-
"@polkadot/util": "^13.5.4",
31-
"@polkadot/util-crypto": "^13.5.4",
30+
"@polkadot/util": "^13.5.5",
31+
"@polkadot/util-crypto": "^13.5.5",
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",
2525
"@polkadot/api-base": "16.4.3",
2626
"@polkadot/api-derive": "16.4.3",
27-
"@polkadot/keyring": "^13.5.4",
27+
"@polkadot/keyring": "^13.5.5",
2828
"@polkadot/rpc-augment": "16.4.3",
2929
"@polkadot/rpc-core": "16.4.3",
3030
"@polkadot/rpc-provider": "16.4.3",
@@ -33,8 +33,8 @@
3333
"@polkadot/types-codec": "16.4.3",
3434
"@polkadot/types-create": "16.4.3",
3535
"@polkadot/types-known": "16.4.3",
36-
"@polkadot/util": "^13.5.4",
37-
"@polkadot/util-crypto": "^13.5.4",
36+
"@polkadot/util": "^13.5.5",
37+
"@polkadot/util-crypto": "^13.5.5",
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",
2525
"@polkadot/types": "16.4.3",
2626
"@polkadot/types-codec": "16.4.3",
27-
"@polkadot/util": "^13.5.4",
27+
"@polkadot/util": "^13.5.5",
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",
2525
"@polkadot/rpc-provider": "16.4.3",
2626
"@polkadot/types": "16.4.3",
27-
"@polkadot/util": "^13.5.4",
27+
"@polkadot/util": "^13.5.5",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.8.1"
3030
},
3131
"devDependencies": {
32-
"@polkadot/keyring": "^13.5.4",
32+
"@polkadot/keyring": "^13.5.5",
3333
"@polkadot/rpc-augment": "16.4.3"
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",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/keyring": "^13.5.4",
24+
"@polkadot/keyring": "^13.5.5",
2525
"@polkadot/types": "16.4.3",
2626
"@polkadot/types-support": "16.4.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",
27+
"@polkadot/util": "^13.5.5",
28+
"@polkadot/util-crypto": "^13.5.5",
29+
"@polkadot/x-fetch": "^13.5.5",
30+
"@polkadot/x-global": "^13.5.5",
31+
"@polkadot/x-ws": "^13.5.5",
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",
3939
"@polkadot/types-create": "16.4.3",
4040
"@polkadot/types-support": "16.4.3",
41-
"@polkadot/util": "^13.5.4",
42-
"@polkadot/util-crypto": "^13.5.4",
43-
"@polkadot/x-ws": "^13.5.4",
41+
"@polkadot/util": "^13.5.5",
42+
"@polkadot/util-crypto": "^13.5.5",
43+
"@polkadot/x-ws": "^13.5.5",
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",
2525
"@polkadot/types-codec": "16.4.3",
26-
"@polkadot/util": "^13.5.4",
26+
"@polkadot/util": "^13.5.5",
2727
"tslib": "^2.8.1"
2828
}
2929
}

0 commit comments

Comments
 (0)