Skip to content

Commit 4ff23b1

Browse files
authored
Upgrade commont to 13.3.1 (#6057)
1 parent 9ca69e7 commit 4ff23b1

File tree

17 files changed

+143
-143
lines changed

17 files changed

+143
-143
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@polkadot/dev": "^0.82.4",
4444
"@polkadot/typegen": "workspace:packages/typegen",
45-
"@types/node": "^22.7.5"
45+
"@types/node": "^22.10.5"
4646
},
4747
"resolutions": {
4848
"typescript": "^5.5.4"

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

0 commit comments

Comments
 (0)