Skip to content

Commit

Permalink
Bump deps (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jul 6, 2023
1 parent b916290 commit 5ce3feb
Show file tree
Hide file tree
Showing 8 changed files with 231 additions and 230 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"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.75.19",
"@types/node": "^20.2.5",
"@polkadot/dev": "^0.75.26",
"@types/node": "^20.4.0",
"@types/yargs": "^17.0.24"
},
"resolutions": {
Expand All @@ -50,6 +50,6 @@
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
}
}
4 changes: 2 additions & 2 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/node": "^20.4.0",
"@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 @@ -28,13 +28,13 @@
"@polkadot/util": "^12.3.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/koa": "^2.13.6",
"@types/koa-route": "^3.2.5",
"@types/node": "^20.2.5",
"@types/node": "^20.4.0",
"@types/yargs": "^17.0.24"
}
}
4 changes: 2 additions & 2 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@polkadot/keyring": "^12.3.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/node": "^20.4.0",
"@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 @@ -26,13 +26,13 @@
"@polkadot/util": "^12.3.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/koa": "^2.13.6",
"@types/koa-route": "^3.2.5",
"@types/node": "^20.2.5",
"@types/node": "^20.4.0",
"@types/yargs": "^17.0.24"
}
}
6 changes: 3 additions & 3 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-cli": "^0.55.2",
"@polkadot/api-cli": "^0.55.3",
"@polkadot/keyring": "^12.3.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/node": "^20.4.0",
"@types/yargs": "^17.0.24"
}
}
4 changes: 2 additions & 2 deletions packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"dependencies": {
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"tslib": "^2.5.3",
"tslib": "^2.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/node": "^20.4.0",
"@types/yargs": "^17.0.24"
}
}
Loading

0 comments on commit 5ce3feb

Please sign in to comment.