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
Prev Previous commit
Update dependencies
  • Loading branch information
jacogr committed May 29, 2018
commit 368274c5b49137894dd8354de9be00db3cb59b62
4 changes: 2 additions & 2 deletions packages/ui-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@polkadot/extrinsics": "^0.17.2",
"@polkadot/storage": "^0.17.2",
"@polkadot/ui-keyring": "^0.7.0",
"@polkadot/ui-react": "^0.14.1",
"@polkadot/ui-react-rx": "^0.14.1",
"@polkadot/ui-react": "^0.14.2",
"@polkadot/ui-react-rx": "^0.14.2",
"i18next": "^11.1.1",
"i18next-browser-languagedetector": "^2.2.0",
"i18next-xhr-backend": "^1.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-keyring/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/ui-react": "^0.14.1",
"@polkadot/ui-react": "^0.14.2",
"@polkadot/util-keyring": "^0.22.2",
"store": "^2.0.12"
},
Expand Down
21 changes: 11 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -910,28 +910,29 @@
"@polkadot/util" "^0.22.2"
"@polkadot/util-keyring" "^0.22.2"

"@polkadot/ui-identicon@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/ui-identicon/-/ui-identicon-0.14.1.tgz#aaa92374e00ecafccc222d3b3385072775fdca8c"
"@polkadot/ui-identicon@^0.14.2":
version "0.14.2"
resolved "https://registry.yarnpkg.com/@polkadot/ui-identicon/-/ui-identicon-0.14.2.tgz#7f1b935ceb6a59b3b31846389b24bc6ad67cfa21"
dependencies:
"@babel/runtime" "^7.0.0-beta.47"
color "^3.0.0"

"@polkadot/ui-react-rx@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/ui-react-rx/-/ui-react-rx-0.14.1.tgz#40994d7a4bbff7285834774b9ebead9d200f2b57"
"@polkadot/ui-react-rx@^0.14.2":
version "0.14.2"
resolved "https://registry.yarnpkg.com/@polkadot/ui-react-rx/-/ui-react-rx-0.14.2.tgz#fa20fed553ea91cd505080550ffde898a48ec8b8"
dependencies:
"@babel/runtime" "^7.0.0-beta.47"
"@polkadot/api-rx" "^0.13.1"
"@polkadot/extrinsics-codec" "^0.17.2"
"@polkadot/storage" "^0.17.2"
semver "^5.5.0"

"@polkadot/ui-react@^0.14.1":
version "0.14.1"
resolved "https://registry.yarnpkg.com/@polkadot/ui-react/-/ui-react-0.14.1.tgz#889cb52a5a5fbbed57ec1223995baff09705863d"
"@polkadot/ui-react@^0.14.2":
version "0.14.2"
resolved "https://registry.yarnpkg.com/@polkadot/ui-react/-/ui-react-0.14.2.tgz#02982b3e26dd2eea6ad096a08f671ce75c73ea8b"
dependencies:
"@babel/runtime" "^7.0.0-beta.47"
"@polkadot/ui-identicon" "^0.14.1"
"@polkadot/ui-identicon" "^0.14.2"

"@polkadot/util-crypto@^0.22.2":
version "0.22.2"
Expand Down