Update devDependencies

This commit is contained in:
haad 2017-03-31 12:46:35 +02:00
parent f27973d16f
commit fbc2e6c59a

View File

@ -26,18 +26,18 @@
"orbit-db-pubsub": "~0.2.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"ipfs-daemon": "~0.3.1",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"p-each-series": "^1.0.0",
"rimraf": "^2.5.4",
"rimraf": "^2.6.1",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"webpack": "^2.2.1"
"webpack": "^2.3.1"
},
"scripts": {
"examples": "npm run examples:node",