Skip to content

Commit 49e89b4

Browse files
authored
chore: upgrade deps (#612)
1 parent 9b50e46 commit 49e89b4

File tree

8 files changed

+247
-247
lines changed

8 files changed

+247
-247
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
"@types/yargs": "^17.0.33"
4545
},
4646
"resolutions": {
47-
"@polkadot/api": "^15.10.2",
48-
"@polkadot/api-derive": "^15.10.2",
49-
"@polkadot/keyring": "^13.4.4",
50-
"@polkadot/types": "^15.10.2",
51-
"@polkadot/util": "^13.4.4",
52-
"@polkadot/util-crypto": "^13.4.4",
47+
"@polkadot/api": "^16.0.1",
48+
"@polkadot/api-derive": "^16.0.1",
49+
"@polkadot/keyring": "^13.5.1",
50+
"@polkadot/types": "^16.0.1",
51+
"@polkadot/util": "^13.5.1",
52+
"@polkadot/util-crypto": "^13.5.1",
5353
"typescript": "^5.5.4"
5454
}
5555
}

packages/api-cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"polkadot-js-api": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.10.2",
25-
"@polkadot/api-augment": "^15.10.2",
26-
"@polkadot/keyring": "^13.4.4",
27-
"@polkadot/types": "^15.10.2",
28-
"@polkadot/util": "^13.4.4",
29-
"@polkadot/util-crypto": "^13.4.4",
24+
"@polkadot/api": "^16.0.1",
25+
"@polkadot/api-augment": "^16.0.1",
26+
"@polkadot/keyring": "^13.5.1",
27+
"@polkadot/types": "^16.0.1",
28+
"@polkadot/util": "^13.5.1",
29+
"@polkadot/util-crypto": "^13.5.1",
3030
"tslib": "^2.8.1",
3131
"yargs": "^17.7.2"
3232
},

packages/json-serve/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"polkadot-js-json-serve": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.10.2",
25-
"@polkadot/api-augment": "^15.10.2",
26-
"@polkadot/api-derive": "^15.10.2",
27-
"@polkadot/types": "^15.10.2",
28-
"@polkadot/util": "^13.4.4",
24+
"@polkadot/api": "^16.0.1",
25+
"@polkadot/api-augment": "^16.0.1",
26+
"@polkadot/api-derive": "^16.0.1",
27+
"@polkadot/types": "^16.0.1",
28+
"@polkadot/util": "^13.5.1",
2929
"koa": "^2.14.2",
3030
"koa-route": "^3.2.0",
3131
"tslib": "^2.8.1",

packages/metadata-cmp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"polkadot-js-metadata-cmp": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.10.2",
25-
"@polkadot/api-augment": "^15.10.2",
26-
"@polkadot/keyring": "^13.4.4",
27-
"@polkadot/types": "^15.10.2",
28-
"@polkadot/util": "^13.4.4",
24+
"@polkadot/api": "^16.0.1",
25+
"@polkadot/api-augment": "^16.0.1",
26+
"@polkadot/keyring": "^13.5.1",
27+
"@polkadot/types": "^16.0.1",
28+
"@polkadot/util": "^13.5.1",
2929
"tslib": "^2.8.1",
3030
"yargs": "^17.7.2"
3131
},

packages/monitor-rpc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"polkadot-js-monitor": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.10.2",
25-
"@polkadot/types": "^15.10.2",
26-
"@polkadot/util": "^13.4.4",
24+
"@polkadot/api": "^16.0.1",
25+
"@polkadot/types": "^16.0.1",
26+
"@polkadot/util": "^13.5.1",
2727
"koa": "^2.14.2",
2828
"koa-route": "^3.2.0",
2929
"tslib": "^2.8.1",

packages/signer-cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
"polkadot-js-signer": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.10.2",
24+
"@polkadot/api": "^16.0.1",
2525
"@polkadot/api-cli": "^0.63.7",
26-
"@polkadot/keyring": "^13.4.4",
27-
"@polkadot/types": "^15.10.2",
28-
"@polkadot/util": "^13.4.4",
29-
"@polkadot/util-crypto": "^13.4.4",
26+
"@polkadot/keyring": "^13.5.1",
27+
"@polkadot/types": "^16.0.1",
28+
"@polkadot/util": "^13.5.1",
29+
"@polkadot/util-crypto": "^13.5.1",
3030
"tslib": "^2.8.1",
3131
"yargs": "^17.7.2"
3232
},

packages/vanitygen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"polkadot-js-vanitygen": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/util": "^13.4.4",
25-
"@polkadot/util-crypto": "^13.4.4",
24+
"@polkadot/util": "^13.5.1",
25+
"@polkadot/util-crypto": "^13.5.1",
2626
"tslib": "^2.8.1",
2727
"yargs": "^17.7.2"
2828
},

0 commit comments

Comments
 (0)