From f8de1584d1a7de1b220b747b0fc59329b00f29c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Wed, 7 Jun 2017 11:57:24 +0200 Subject: [PATCH] Update deps --- app/package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index a515f5b..766a4a1 100644 --- a/app/package.json +++ b/app/package.json @@ -13,19 +13,20 @@ "debug": "^2.6.4", "domready": "^1.0.8", "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", "random-number": "0.0.7", "random-string": "^0.2.0", "react": "^15.5.4", - "react-addons-css-transition-group": "^15.5.2", "react-clipboard.js": "^1.0.1", "react-dom": "^15.5.4", "react-notification-system": "ibc/react-notification-system#master", "react-tap-event-plugin": "^2.0.1", + "react-transition-group": "^1.1.3", "sdp-transform": "^2.3.0", "url-parse": "^1.1.8", - "webrtc-adapter": "^3.3.3", + "webrtc-adapter": "^4.0.0", "yaeti": "^1.0.1" }, "devDependencies": { @@ -40,7 +41,7 @@ "envify": "^4.0.0", "eslint": "^3.19.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-css-base64": "^1.3.4", "gulp-eslint": "^3.0.1", @@ -50,7 +51,7 @@ "gulp-rename": "^1.2.2", "gulp-stylus": "^2.6.0", "gulp-touch": "^1.0.1", - "gulp-uglify": "^2.1.2", + "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.8", "mkdirp": "^0.5.1", "ncp": "^2.0.0",