Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Jun 27, 2018
1 parent 5b7123f commit 5c45769
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions packages/api-format/package.json
Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@polkadot/jsonrpc": "^0.26.5",
"@polkadot/primitives": "^0.26.5",
"@polkadot/util": "^0.26.5",
"@polkadot/util-keyring": "^0.26.5"
"@polkadot/jsonrpc": "^0.26.6",
"@polkadot/primitives": "^0.26.6",
"@polkadot/util": "^0.26.6",
"@polkadot/util-keyring": "^0.26.6"
}
}
8 changes: 4 additions & 4 deletions packages/api-provider/package.json
Expand Up @@ -39,10 +39,10 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.51",
"@polkadot/storage": "^0.26.5",
"@polkadot/util": "^0.26.5",
"@polkadot/util-crypto": "^0.26.5",
"@polkadot/util-keyring": "^0.26.5",
"@polkadot/storage": "^0.26.6",
"@polkadot/util": "^0.26.6",
"@polkadot/util-crypto": "^0.26.6",
"@polkadot/util-keyring": "^0.26.6",
"@types/nock": "^9.1.3",
"eventemitter3": "^2.0.3",
"isomorphic-fetch": "^2.2.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Expand Up @@ -37,8 +37,8 @@
"@babel/runtime": "^7.0.0-beta.51",
"@polkadot/api-format": "^0.14.8",
"@polkadot/api-provider": "^0.14.8",
"@polkadot/jsonrpc": "^0.26.5",
"@polkadot/params": "^0.26.5",
"@polkadot/util": "^0.26.5"
"@polkadot/jsonrpc": "^0.26.6",
"@polkadot/params": "^0.26.6",
"@polkadot/util": "^0.26.6"
}
}

0 comments on commit 5c45769

Please sign in to comment.