aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <boczeratul@gmail.com>2018-09-19 14:35:13 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 16:57:47 +0800
commit39e97c1902840ff653b7d16c836c231228b41e85 (patch)
tree5aeaa958ac4308025a9bb92d49ec66f527e409f0
parent788ddab42afca85d85a4ce2d60aa28b9b043a83b (diff)
downloaddexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.tar.gz
dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.tar.zst
dexon-wallet-39e97c1902840ff653b7d16c836c231228b41e85.zip
Update dependencies
-rw-r--r--old-ui/app/components/tooltip.js2
-rw-r--r--old-ui/css.js2
-rw-r--r--package.json9
-rw-r--r--ui/app/components/modals/modal.js2
-rw-r--r--ui/app/components/tooltip.js2
-rw-r--r--ui/css.js2
6 files changed, 10 insertions, 9 deletions
diff --git a/old-ui/app/components/tooltip.js b/old-ui/app/components/tooltip.js
index efab2c49..aee04f93 100644
--- a/old-ui/app/components/tooltip.js
+++ b/old-ui/app/components/tooltip.js
@@ -1,7 +1,7 @@
const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
-const ReactTooltip = require('react-tooltip-component')
+const ReactTooltip = require('react-tooltip-component-16')
module.exports = Tooltip
diff --git a/old-ui/css.js b/old-ui/css.js
index 21b311c2..96be6298 100644
--- a/old-ui/css.js
+++ b/old-ui/css.js
@@ -10,7 +10,7 @@ var cssFiles = {
'index.css': fs.readFileSync(path.join(__dirname, '/app/css/index.css'), 'utf8'),
'transitions.css': fs.readFileSync(path.join(__dirname, '/app/css/transitions.css'), 'utf8'),
'first-time.css': fs.readFileSync(path.join(__dirname, '../mascara/src/app/first-time/index.css'), 'utf8'),
- 'react-tooltip-component.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component', 'dist', 'react-tooltip-component.css'), 'utf8'),
+ 'react-tooltip-component-16.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component-16', 'dist', 'react-tooltip-component-16.css'), 'utf8'),
'react-css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-select', 'dist', 'react-select.css'), 'utf8'),
}
diff --git a/package.json b/package.json
index 396ca62a..7b99d9f8 100644
--- a/package.json
+++ b/package.json
@@ -92,7 +92,7 @@
"bip39": "^2.2.0",
"bluebird": "^3.5.0",
"bn.js": "^4.11.7",
- "boron": "^0.2.3",
+ "boron-15": "^0.3.3",
"browser-passworder": "^2.0.3",
"browserify-derequire": "^0.9.4",
"browserify-unibabel": "^3.0.0",
@@ -180,9 +180,10 @@
"pumpify": "^1.3.4",
"qrcode-npm": "0.0.3",
"ramda": "^0.24.1",
- "react": "^15.6.2",
+ "raven-js": "^3.24.2",
+ "react": "^16.5.2",
"react-addons-css-transition-group": "^15.6.0",
- "react-dom": "^15.6.2",
+ "react-dom": "^16.5.2",
"react-hyperscript": "^3.0.0",
"react-inspector": "^2.3.0",
"react-markdown": "^3.0.0",
@@ -193,7 +194,7 @@
"react-simple-file-input": "^2.0.0",
"react-tippy": "^1.2.2",
"react-toggle-button": "^2.2.0",
- "react-tooltip-component": "^0.3.0",
+ "react-tooltip-component-16": "^0.3.0",
"react-transition-group": "^2.2.1",
"react-trigger-change": "^1.0.2",
"reactify": "^1.1.1",
diff --git a/ui/app/components/modals/modal.js b/ui/app/components/modals/modal.js
index 0a603db4..071bc706 100644
--- a/ui/app/components/modals/modal.js
+++ b/ui/app/components/modals/modal.js
@@ -2,7 +2,7 @@ const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
const connect = require('react-redux').connect
-const FadeModal = require('boron').FadeModal
+const FadeModal = require('boron-15').FadeModal
const actions = require('../../actions')
const { resetCustomData: resetCustomGasData } = require('../../ducks/gas.duck')
const isMobileView = require('../../../lib/is-mobile-view')
diff --git a/ui/app/components/tooltip.js b/ui/app/components/tooltip.js
index efab2c49..aee04f93 100644
--- a/ui/app/components/tooltip.js
+++ b/ui/app/components/tooltip.js
@@ -1,7 +1,7 @@
const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
-const ReactTooltip = require('react-tooltip-component')
+const ReactTooltip = require('react-tooltip-component-16')
module.exports = Tooltip
diff --git a/ui/css.js b/ui/css.js
index 0d0f6080..c6ccd0bc 100644
--- a/ui/css.js
+++ b/ui/css.js
@@ -6,7 +6,7 @@ module.exports = bundleCss
var cssFiles = {
'index.css': fs.readFileSync(path.join(__dirname, '/app/css/output/index.css'), 'utf8'),
'first-time.css': fs.readFileSync(path.join(__dirname, '../mascara/src/app/first-time/index.css'), 'utf8'),
- 'react-tooltip-component.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component', 'dist', 'react-tooltip-component.css'), 'utf8'),
+ 'react-tooltip-component-16.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component-16', 'dist', 'react-tooltip-component-16.css'), 'utf8'),
'react-css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-select', 'dist', 'react-select.css'), 'utf8'),
}