Update deps for console refactor

This commit is contained in:
Jaco Greeff 2017-05-24 14:45:10 +02:00
parent 45c6cc6ac0
commit 37c3f51f6e
2 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,6 @@
"flow": "^0.2.3",
"format-json": "1.0.3",
"format-number": "2.0.1",
"geopattern": "1.2.3",
"isomorphic-fetch": "2.2.1",
"lodash": "4.17.2",
"loglevel": "1.4.1",

View File

@ -15,6 +15,8 @@
"scripts": {},
"devDependencies": {},
"dependencies": {
"react-codemirror": "^0.3.0",
"react-inspector": "paritytech/react-inspector",
"material-ui": "0.16.5",
"validator": "6.2.0"
},