Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Upgrades
  • Loading branch information
jacogr committed Apr 13, 2018
commit f922d564a361d3d032318b5f3566cbe2bbc105fa
2 changes: 1 addition & 1 deletion packages/api-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@polkadot/primitives-json": "^0.9.5",
"@polkadot/util": "^0.18.2",
"@polkadot/util": "^0.18.4",
"babel-runtime": "^6.26.0"
}
}
2 changes: 1 addition & 1 deletion packages/api-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"nock": "^9.1.0"
},
"dependencies": {
"@polkadot/util": "^0.18.2",
"@polkadot/util": "^0.18.4",
"babel-runtime": "^6.26.0",
"isomorphic-fetch": "^2.2.1",
"websocket": "^1.0.25"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@polkadot/api-format": "^0.8.6",
"@polkadot/api-jsonrpc": "^0.8.6",
"@polkadot/api-provider": "^0.8.6",
"@polkadot/util": "^0.18.2",
"@polkadot/util": "^0.18.4",
"babel-runtime": "^6.26.0"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@
deasync "^0.1.12"
ip-regex "^2.1.0"

"@polkadot/util@^0.18.2":
version "0.18.2"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.18.2.tgz#a00fc2c27e63f9ed1b297eb9109db97234677194"
"@polkadot/util@^0.18.4":
version "0.18.4"
resolved "https://registry.yarnpkg.com/@polkadot/util/-/util-0.18.4.tgz#b1886a3d4663d302fe1234705f506fae95b371b8"
dependencies:
babel-runtime "^6.26.0"
bn.js "^4.11.8"
Expand Down