Update deps

master
Iñaki Baz Castillo 2017-06-07 11:57:24 +02:00
parent f87477517e
commit f8de1584d1
1 changed files with 6 additions and 5 deletions

View File

@ -13,19 +13,20 @@
"debug": "^2.6.4", "debug": "^2.6.4",
"domready": "^1.0.8", "domready": "^1.0.8",
"hark": "ibc/hark#main-with-raf", "hark": "ibc/hark#main-with-raf",
"material-ui": "^0.17.4", "material-ui": "^0.18.2",
"prop-types": "^15.5.10",
"protoo-client": "^1.1.4", "protoo-client": "^1.1.4",
"random-number": "0.0.7", "random-number": "0.0.7",
"random-string": "^0.2.0", "random-string": "^0.2.0",
"react": "^15.5.4", "react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-clipboard.js": "^1.0.1", "react-clipboard.js": "^1.0.1",
"react-dom": "^15.5.4", "react-dom": "^15.5.4",
"react-notification-system": "ibc/react-notification-system#master", "react-notification-system": "ibc/react-notification-system#master",
"react-tap-event-plugin": "^2.0.1", "react-tap-event-plugin": "^2.0.1",
"react-transition-group": "^1.1.3",
"sdp-transform": "^2.3.0", "sdp-transform": "^2.3.0",
"url-parse": "^1.1.8", "url-parse": "^1.1.8",
"webrtc-adapter": "^3.3.3", "webrtc-adapter": "^4.0.0",
"yaeti": "^1.0.1" "yaeti": "^1.0.1"
}, },
"devDependencies": { "devDependencies": {
@ -40,7 +41,7 @@
"envify": "^4.0.0", "envify": "^4.0.0",
"eslint": "^3.19.0", "eslint": "^3.19.0",
"eslint-plugin-import": "^2.2.0", "eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3", "eslint-plugin-react": "^7.0.1",
"gulp": "git://github.com/gulpjs/gulp.git#4.0", "gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-css-base64": "^1.3.4", "gulp-css-base64": "^1.3.4",
"gulp-eslint": "^3.0.1", "gulp-eslint": "^3.0.1",
@ -50,7 +51,7 @@
"gulp-rename": "^1.2.2", "gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0", "gulp-stylus": "^2.6.0",
"gulp-touch": "^1.0.1", "gulp-touch": "^1.0.1",
"gulp-uglify": "^2.1.2", "gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"ncp": "^2.0.0", "ncp": "^2.0.0",