Skip to content

Commit

Permalink
Upgrade api to 12.3.1 (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Aug 5, 2024
1 parent bc3b952 commit 984c3eb
Show file tree
Hide file tree
Showing 7 changed files with 123 additions and 123 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
"@types/yargs": "^17.0.32"
},
"resolutions": {
"@polkadot/api": "^12.2.3",
"@polkadot/api-derive": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/api-derive": "^12.3.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"typescript": "^5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"polkadot-js-api": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/api-augment": "^12.3.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"tslib": "^2.6.2",
Expand Down
8 changes: 4 additions & 4 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": "^12.2.3",
"@polkadot/api-augment": "^12.2.3",
"@polkadot/api-derive": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/api-augment": "^12.3.1",
"@polkadot/api-derive": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/metadata-cmp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"polkadot-js-metadata-cmp": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"tslib": "^2.6.2",
"yargs": "^17.7.2"
Expand Down
4 changes: 2 additions & 2 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": "^12.2.3",
"@polkadot/types": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"koa": "^2.14.2",
"koa-route": "^3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/signer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"polkadot-js-signer": "./runcli.mjs"
},
"dependencies": {
"@polkadot/api": "^12.2.3",
"@polkadot/api": "^12.3.1",
"@polkadot/api-cli": "^0.57.2",
"@polkadot/keyring": "^13.0.2",
"@polkadot/types": "^12.2.3",
"@polkadot/types": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@polkadot/util-crypto": "^13.0.2",
"tslib": "^2.6.2",
Expand Down
Loading

0 comments on commit 984c3eb

Please sign in to comment.