Skip to content

Commit

Permalink
package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caktux committed Dec 15, 2015
1 parent 8dc4cb5 commit af7251f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/app/clients/EthereumClient.js
@@ -1,4 +1,4 @@
var _ = require("lodash");
import _ from 'lodash';
import utils from '../js/utils';
import bigRat from 'big-rational';
var fixtures = require("../js/fixtures");
Expand Down
12 changes: 6 additions & 6 deletions frontend/package.json
Expand Up @@ -28,13 +28,13 @@
},
"homepage": "https://github.com/etherex/etherex",
"devDependencies": {
"babel-core": "^6.3.15",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"expect": "^1.13.1",
"expect": "^1.13.3",
"file-loader": "^0.8.5",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"bootstrap": "^3.3.6",
"bootswatch": "^3.3.6",
"btc-swap": "etherex/btc-swap",
"d3": "^3.5.10",
"d3": "^3.5.11",
"flat": "^1.6.0",
"fluxxor": "^1.7.3",
"history": "=1.13.1",
Expand All @@ -81,12 +81,12 @@
"react-addons-transition-group": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.3",
"react-intl": "^2.0.0-beta1",
"react-qr": "0.0.2",
"react-intl": "^2.0.0-beta2",
"react-qr": "^0.0.2",
"react-router": "=1.0.2",
"si-prefix": "^0.1.0",
"techan": "caktux/techan.js",
"ua-parser-js": "^0.7.9",
"ua-parser-js": "^0.7.10",
"web3": "^0.15.1"
}
}

0 comments on commit af7251f

Please sign in to comment.