Skip to content

Commit 3cfe605

Browse files
authored
chore: upgraded deps (#604)
1 parent 617ca1e commit 3cfe605

File tree

7 files changed

+126
-126
lines changed

7 files changed

+126
-126
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"@types/yargs": "^17.0.33"
4545
},
4646
"resolutions": {
47-
"@polkadot/api": "^15.7.2",
48-
"@polkadot/api-derive": "^15.7.2",
47+
"@polkadot/api": "^15.8.1",
48+
"@polkadot/api-derive": "^15.8.1",
4949
"@polkadot/keyring": "^13.4.3",
50-
"@polkadot/types": "^15.7.2",
50+
"@polkadot/types": "^15.8.1",
5151
"@polkadot/util": "^13.4.3",
5252
"@polkadot/util-crypto": "^13.4.3",
5353
"typescript": "^5.5.4"

packages/api-cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"polkadot-js-api": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.7.2",
25-
"@polkadot/api-augment": "^15.7.2",
24+
"@polkadot/api": "^15.8.1",
25+
"@polkadot/api-augment": "^15.8.1",
2626
"@polkadot/keyring": "^13.4.3",
27-
"@polkadot/types": "^15.7.2",
27+
"@polkadot/types": "^15.8.1",
2828
"@polkadot/util": "^13.4.3",
2929
"@polkadot/util-crypto": "^13.4.3",
3030
"tslib": "^2.8.1",

packages/json-serve/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"polkadot-js-json-serve": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.7.2",
25-
"@polkadot/api-augment": "^15.7.2",
26-
"@polkadot/api-derive": "^15.7.2",
27-
"@polkadot/types": "^15.7.2",
24+
"@polkadot/api": "^15.8.1",
25+
"@polkadot/api-augment": "^15.8.1",
26+
"@polkadot/api-derive": "^15.8.1",
27+
"@polkadot/types": "^15.8.1",
2828
"@polkadot/util": "^13.4.3",
2929
"koa": "^2.14.2",
3030
"koa-route": "^3.2.0",

packages/metadata-cmp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"polkadot-js-metadata-cmp": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.7.2",
25-
"@polkadot/api-augment": "^15.7.2",
24+
"@polkadot/api": "^15.8.1",
25+
"@polkadot/api-augment": "^15.8.1",
2626
"@polkadot/keyring": "^13.4.3",
27-
"@polkadot/types": "^15.7.2",
27+
"@polkadot/types": "^15.8.1",
2828
"@polkadot/util": "^13.4.3",
2929
"tslib": "^2.8.1",
3030
"yargs": "^17.7.2"

packages/monitor-rpc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"polkadot-js-monitor": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.7.2",
25-
"@polkadot/types": "^15.7.2",
24+
"@polkadot/api": "^15.8.1",
25+
"@polkadot/types": "^15.8.1",
2626
"@polkadot/util": "^13.4.3",
2727
"koa": "^2.14.2",
2828
"koa-route": "^3.2.0",

packages/signer-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"polkadot-js-signer": "./runcli.mjs"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "^15.7.2",
24+
"@polkadot/api": "^15.8.1",
2525
"@polkadot/api-cli": "^0.63.3",
2626
"@polkadot/keyring": "^13.4.3",
27-
"@polkadot/types": "^15.7.2",
27+
"@polkadot/types": "^15.8.1",
2828
"@polkadot/util": "^13.4.3",
2929
"@polkadot/util-crypto": "^13.4.3",
3030
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)