Update some majore versions modules

pull/363/head
Vladimir Volek 5 years ago
parent 0040c5d583
commit 0591b76c62

@ -42,18 +42,18 @@
"express": "^4.16.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"git-revision-webpack-plugin": "^3.0.3",
"hdkey": "^0.8.0",
"hdkey": "^1.1.0",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"jest-fetch-mock": "^1.6.5",
"jest-fetch-mock": "^2.1.0",
"morgan": "^1.9.1",
"npm-run-all": "^4.1.5",
"prop-types": "^15.6.2",
"raf": "^3.4.1",
"raven-js": "^3.27.0",
"rc-tooltip": "^3.7.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-hot-loader": "^4.6.5",
"react-json-view": "^1.19.1",
"react-qr-reader": "^2.1.2",
@ -77,11 +77,11 @@
"trezor-bridge-communicator": "1.0.2",
"trezor-connect": "7.0.0-beta.2",
"wallet-address-validator": "^0.2.4",
"web3": "1.0.0-beta.35",
"web3": "1.0.0-beta.41",
"webpack": "^4.29.1",
"webpack-build-notifier": "^0.1.30",
"webpack-bundle-analyzer": "^3.0.3",
"whatwg-fetch": "^2.0.4",
"whatwg-fetch": "^3.0.0",
"yarn-run-all": "^3.1.1"
},
"devDependencies": {
@ -124,7 +124,7 @@
"stylelint-webpack-plugin": "^0.10.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"yargs": "11.0.0"
"yargs": "12.0.5"
},
"optionalDependencies": {
"fsevents": "1.2.7"

@ -236,7 +236,7 @@ class LeftNavigation extends React.PureComponent<Props, State> {
isOpen={this.props.wallet.dropdownOpened}
icon={(
<React.Fragment>
{showWalletType ? (
{showWalletType && (
<Tooltip
content={walletTooltipMsg}
maxWidth={200}
@ -257,7 +257,8 @@ class LeftNavigation extends React.PureComponent<Props, State> {
color={colors.TEXT_SECONDARY}
/>
</WalletTypeIconWrapper>
</Tooltip>) : null
</Tooltip>
)
}
{this.props.devices.length > 1 && (
<Tooltip

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save