Skip to content

Commit

Permalink
Bump TS (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Oct 15, 2023
1 parent cc12829 commit 0dbd776
Show file tree
Hide file tree
Showing 8 changed files with 593 additions and 482 deletions.
20 changes: 10 additions & 10 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.25",
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@polkadot/dev": "^0.76.29",
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
},
"resolutions": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-derive": "^10.9.1",
"@polkadot/keyring": "^12.4.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.4.2",
"@polkadot/util-crypto": "^12.4.2",
"typescript": "^5.1.6"
"@polkadot/api": "^10.10.1",
"@polkadot/api-derive": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"typescript": "^5.2.2"
}
}
10 changes: 5 additions & 5 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"polkadot-js-api": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-augment": "^10.9.1",
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
}
}
12 changes: 6 additions & 6 deletions packages/json-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"polkadot-js-json-serve": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api-augment": "^10.9.1",
"@polkadot/api-derive": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/api": "^10.10.1",
"@polkadot/api-augment": "^10.10.1",
"@polkadot/api-derive": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@types/koa": "^2.13.9",
"@types/koa-route": "^3.2.6",
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
}
}
8 changes: 4 additions & 4 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"polkadot-js-metadata-cmp": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
}
}
8 changes: 4 additions & 4 deletions packages/monitor-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"polkadot-js-monitor": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/types": "^10.9.1",
"@polkadot/api": "^10.10.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@types/koa": "^2.13.9",
"@types/koa-route": "^3.2.6",
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
}
}
8 changes: 4 additions & 4 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^10.9.1",
"@polkadot/api": "^10.10.1",
"@polkadot/api-cli": "^0.55.4-4-x",
"@polkadot/keyring": "^12.5.1",
"@polkadot/types": "^10.9.1",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@polkadot/util-crypto": "^12.5.1",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
}
}
4 changes: 2 additions & 2 deletions packages/vanitygen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/yargs": "^17.0.24"
"@types/node": "^20.8.4",
"@types/yargs": "^17.0.28"
}
}
Loading

0 comments on commit 0dbd776

Please sign in to comment.