Skip to content

Commit

Permalink
Bump deps (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Aug 23, 2023
1 parent d8097fc commit e9684c9
Show file tree
Hide file tree
Showing 8 changed files with 192 additions and 192 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"test": "yarn run:api --help && yarn run:json --help && yarn run:metadata --help && yarn run:monitor --help && yarn run:signer --help && yarn run:vanity --help"
},
"devDependencies": {
"@polkadot/dev": "^0.76.17",
"@types/node": "^20.5.1",
"@polkadot/dev": "^0.76.18",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
},
"resolutions": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-derive": "^10.9.1",
"@polkadot/keyring": "^12.4.1",
"@polkadot/keyring": "^12.4.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"typescript": "^5.1.6"
}
}
8 changes: 4 additions & 4 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-augment": "^10.9.1",
"@polkadot/keyring": "^12.4.1",
"@polkadot/keyring": "^12.4.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
}
}
4 changes: 2 additions & 2 deletions packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@polkadot/api-augment": "^10.9.1",
"@polkadot/api-derive": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.1",
"@polkadot/util": "^12.4.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
"tslib": "^2.6.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@types/koa": "^2.13.8",
"@types/koa-route": "^3.2.5",
"@types/node": "^20.5.1",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
}
}
6 changes: 3 additions & 3 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/keyring": "^12.4.1",
"@polkadot/keyring": "^12.4.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.1",
"@polkadot/util": "^12.4.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
}
}
4 changes: 2 additions & 2 deletions packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.1",
"@polkadot/util": "^12.4.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
"tslib": "^2.6.2",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@types/koa": "^2.13.8",
"@types/koa-route": "^3.2.5",
"@types/node": "^20.5.1",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
}
}
8 changes: 4 additions & 4 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-cli": "^0.55.4-2-x",
"@polkadot/keyring": "^12.4.1",
"@polkadot/keyring": "^12.4.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
}
}
6 changes: 3 additions & 3 deletions packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"polkadot-js-vanitygen": "./runcli.mjs"
},
"dependencies": {
"@polkadot/util": "^12.4.1",
"@polkadot/util-crypto": "^12.4.1",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.5.1",
"@types/node": "^20.5.3",
"@types/yargs": "^17.0.24"
}
}
Loading

0 comments on commit e9684c9

Please sign in to comment.