Upgrade NPM dependencies/packages

This commit is contained in:
Lyubo Marinov 2017-07-26 10:47:58 -05:00
parent 980d48e00b
commit e5e7b59f43
2 changed files with 19 additions and 17 deletions

View File

@ -22,6 +22,8 @@
.*/node_modules/promise/index.js.flow
.*/node_modules/styled-components/.*
.*/\.git/.*
[include]
[libs]

View File

@ -34,9 +34,9 @@
"bootstrap": "3.1.1",
"es6-iterator": "2.0.1",
"es6-symbol": "3.1.1",
"i18next": "8.4.0",
"i18next-browser-languagedetector": "1.0.1",
"i18next-xhr-backend": "1.4.1",
"i18next": "8.4.3",
"i18next-browser-languagedetector": "2.0.0",
"i18next-xhr-backend": "1.4.2",
"jitsi-meet-logger": "jitsi/jitsi-meet-logger",
"jquery": "2.1.4",
"jquery-contextmenu": "2.4.5",
@ -49,19 +49,19 @@
"lodash": "4.17.4",
"nuclear-js": "1.4.0",
"postis": "2.2.0",
"react": "15.4.2",
"react-dom": "15.4.2",
"react-i18next": "4.1.0",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-i18next": "4.7.0",
"react-native": "0.42.3",
"react-native-background-timer": "saghul/react-native-background-timer#ios-end-task",
"react-native-immersive": "0.0.5",
"react-native-keep-awake": "2.0.4",
"react-native-locale-detector": "1.0.1",
"react-native-prompt": "1.0.0",
"react-native-vector-icons": "4.1.1",
"react-native-vector-icons": "4.2.0",
"react-native-webrtc": "jitsi/react-native-webrtc",
"react-redux": "5.0.5",
"redux": "3.6.0",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"retry": "0.6.1",
"strophe": "1.2.4",
@ -72,9 +72,9 @@
"xmldom": "0.1.27"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-loader": "7.1.1",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
@ -83,21 +83,21 @@
"css-loader": "0.28.4",
"eslint": "3.19.0",
"eslint-plugin-flowtype": "2.30.4",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsdoc": "3.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsdoc": "3.1.1",
"eslint-plugin-react": "6.10.3",
"eslint-plugin-react-native": "2.3.2",
"eslint-plugin-react-native": "3.0.1",
"expose-loader": "0.7.3",
"file-loader": "0.11.1",
"file-loader": "0.11.2",
"flow-bin": "0.38.0",
"imports-loader": "0.7.1",
"jshint": "2.9.4",
"node-sass": "3.13.1",
"precommit-hook": "3.0.0",
"string-replace-loader": "1.2.0",
"style-loader": "0.18.1",
"string-replace-loader": "1.3.0",
"style-loader": "0.18.2",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5"
"webpack-dev-server": "2.6.1"
},
"engines": {
"node": ">=6.0.0"