app: Update dependencies (fixes #15)

No idea which dependency was causing the problem reported in #15, but it seems to be fixed after updating all of them.
master
Iñaki Baz Castillo 2017-12-24 13:39:03 +01:00
parent 9164ccae25
commit 437bf47174
2 changed files with 2027 additions and 767 deletions

2760
app/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,14 +13,14 @@
"domready": "^1.0.8", "domready": "^1.0.8",
"hark": "^1.1.6", "hark": "^1.1.6",
"js-cookie": "^2.2.0", "js-cookie": "^2.2.0",
"mediasoup-client": "^2.0.3", "mediasoup-client": "^2.0.6",
"node-random-name": "^1.0.1", "node-random-name": "^1.0.1",
"prop-types": "^15.6.0", "prop-types": "^15.6.0",
"protoo-client": "^2.0.5", "protoo-client": "^2.0.5",
"random-string": "^0.2.0", "random-string": "^0.2.0",
"react": "^16.0.0", "react": "^16.2.0",
"react-clipboard.js": "^1.1.2", "react-clipboard.js": "^1.1.3",
"react-dom": "^16.0.0", "react-dom": "^16.2.0",
"react-redux": "^5.0.6", "react-redux": "^5.0.6",
"react-spinner": "^0.2.7", "react-spinner": "^0.2.7",
"react-tooltip": "^3.4.0", "react-tooltip": "^3.4.0",
@ -29,8 +29,8 @@
"redux-logger": "^3.0.6", "redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0", "redux-thunk": "^2.2.0",
"riek": "^1.1.0", "riek": "^1.1.0",
"supports-color": "^5.0.0", "supports-color": "^5.1.0",
"url-parse": "^1.1.9" "url-parse": "^1.2.0"
}, },
"devDependencies": { "devDependencies": {
"babel-core": "^6.26.0", "babel-core": "^6.26.0",
@ -40,13 +40,13 @@
"babel-preset-es2015": "^6.24.1", "babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1", "babel-preset-react": "^6.24.1",
"babelify": "^8.0.0", "babelify": "^8.0.0",
"browser-sync": "^2.18.13", "browser-sync": "^2.21.0",
"browserify": "^14.5.0", "browserify": "^14.5.0",
"del": "^3.0.0", "del": "^3.0.0",
"envify": "^4.1.0", "envify": "^4.1.0",
"eslint": "^4.10.0", "eslint": "^4.14.0",
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0", "eslint-plugin-react": "^7.5.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": "^4.0.0", "gulp-eslint": "^4.0.0",
@ -61,8 +61,8 @@
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"nib": "^1.1.2", "nib": "^1.1.2",
"vinyl-buffer": "^1.0.0", "vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.0", "vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0" "watchify": "^3.9.0"
} }
} }