Skip to content

Commit 3ca93ee

Browse files
authored
Upgrade common to 13.2.2 (#6008)
1 parent 7cf36bb commit 3ca93ee

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": "14.1.2-1-x",
2727
"@polkadot/types-augment": "14.1.2-1-x",
2828
"@polkadot/types-codec": "14.1.2-1-x",
29-
"@polkadot/util": "^13.2.1",
29+
"@polkadot/util": "^13.2.2",
3030
"tslib": "^2.8.0"
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": "14.1.2-1-x",
2525
"@polkadot/types": "14.1.2-1-x",
26-
"@polkadot/util": "^13.2.1",
26+
"@polkadot/util": "^13.2.2",
2727
"rxjs": "^7.8.1",
2828
"tslib": "^2.8.0"
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": "14.1.2-1-x",
2727
"@polkadot/types-codec": "14.1.2-1-x",
2828
"@polkadot/types-create": "14.1.2-1-x",
29-
"@polkadot/util": "^13.2.1",
30-
"@polkadot/util-crypto": "^13.2.1",
29+
"@polkadot/util": "^13.2.2",
30+
"@polkadot/util-crypto": "^13.2.2",
3131
"rxjs": "^7.8.1",
3232
"tslib": "^2.8.0"
3333
},
3434
"devDependencies": {
3535
"@polkadot/api-augment": "14.1.2-1-x",
36-
"@polkadot/keyring": "^13.2.1",
36+
"@polkadot/keyring": "^13.2.2",
3737
"@polkadot/types-support": "14.1.2-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": "14.1.2-1-x",
2828
"@polkadot/types": "14.1.2-1-x",
2929
"@polkadot/types-codec": "14.1.2-1-x",
30-
"@polkadot/util": "^13.2.1",
31-
"@polkadot/util-crypto": "^13.2.1",
30+
"@polkadot/util": "^13.2.2",
31+
"@polkadot/util-crypto": "^13.2.2",
3232
"rxjs": "^7.8.1",
3333
"tslib": "^2.8.0"
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": "14.1.2-1-x",
2525
"@polkadot/api-base": "14.1.2-1-x",
2626
"@polkadot/api-derive": "14.1.2-1-x",
27-
"@polkadot/keyring": "^13.2.1",
27+
"@polkadot/keyring": "^13.2.2",
2828
"@polkadot/rpc-augment": "14.1.2-1-x",
2929
"@polkadot/rpc-core": "14.1.2-1-x",
3030
"@polkadot/rpc-provider": "14.1.2-1-x",
@@ -33,8 +33,8 @@
3333
"@polkadot/types-codec": "14.1.2-1-x",
3434
"@polkadot/types-create": "14.1.2-1-x",
3535
"@polkadot/types-known": "14.1.2-1-x",
36-
"@polkadot/util": "^13.2.1",
37-
"@polkadot/util-crypto": "^13.2.1",
36+
"@polkadot/util": "^13.2.2",
37+
"@polkadot/util-crypto": "^13.2.2",
3838
"eventemitter3": "^5.0.1",
3939
"rxjs": "^7.8.1",
4040
"tslib": "^2.8.0"

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": "14.1.2-1-x",
2525
"@polkadot/types": "14.1.2-1-x",
2626
"@polkadot/types-codec": "14.1.2-1-x",
27-
"@polkadot/util": "^13.2.1",
27+
"@polkadot/util": "^13.2.2",
2828
"tslib": "^2.8.0"
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": "14.1.2-1-x",
2525
"@polkadot/rpc-provider": "14.1.2-1-x",
2626
"@polkadot/types": "14.1.2-1-x",
27-
"@polkadot/util": "^13.2.1",
27+
"@polkadot/util": "^13.2.2",
2828
"rxjs": "^7.8.1",
2929
"tslib": "^2.8.0"
3030
},
3131
"devDependencies": {
32-
"@polkadot/keyring": "^13.2.1",
32+
"@polkadot/keyring": "^13.2.2",
3333
"@polkadot/rpc-augment": "14.1.2-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": "14.1.2-1-x",
2222
"main": "index.js",
2323
"dependencies": {
24-
"@polkadot/keyring": "^13.2.1",
24+
"@polkadot/keyring": "^13.2.2",
2525
"@polkadot/types": "14.1.2-1-x",
2626
"@polkadot/types-support": "14.1.2-1-x",
27-
"@polkadot/util": "^13.2.1",
28-
"@polkadot/util-crypto": "^13.2.1",
29-
"@polkadot/x-fetch": "^13.2.1",
30-
"@polkadot/x-global": "^13.2.1",
31-
"@polkadot/x-ws": "^13.2.1",
27+
"@polkadot/util": "^13.2.2",
28+
"@polkadot/util-crypto": "^13.2.2",
29+
"@polkadot/x-fetch": "^13.2.2",
30+
"@polkadot/x-global": "^13.2.2",
31+
"@polkadot/x-ws": "^13.2.2",
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
@@ -37,9 +37,9 @@
3737
"@polkadot/types-codec": "14.1.2-1-x",
3838
"@polkadot/types-create": "14.1.2-1-x",
3939
"@polkadot/types-support": "14.1.2-1-x",
40-
"@polkadot/util": "^13.2.1",
41-
"@polkadot/util-crypto": "^13.2.1",
42-
"@polkadot/x-ws": "^13.2.1",
40+
"@polkadot/util": "^13.2.2",
41+
"@polkadot/util-crypto": "^13.2.2",
42+
"@polkadot/x-ws": "^13.2.2",
4343
"handlebars": "^4.7.8",
4444
"tslib": "^2.8.0",
4545
"yargs": "^17.7.2"

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": "14.1.2-1-x",
2525
"@polkadot/types-codec": "14.1.2-1-x",
26-
"@polkadot/util": "^13.2.1",
26+
"@polkadot/util": "^13.2.2",
2727
"tslib": "^2.8.0"
2828
}
2929
}

0 commit comments

Comments
 (0)