Upgrade NPM dependencies/packages

This commit is contained in:
Lyubo Marinov 2017-05-26 11:38:58 -05:00
parent 6d1a018864
commit 8882d9c3b6
1 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@
"bootstrap": "3.1.1",
"es6-iterator": "2.0.1",
"es6-symbol": "3.1.1",
"i18next": "8.2.1",
"i18next": "8.4.0",
"i18next-browser-languagedetector": "1.0.1",
"i18next-xhr-backend": "1.4.1",
"jitsi-meet-logger": "jitsi/jitsi-meet-logger",
@ -47,14 +47,14 @@
"react-dom": "15.4.2",
"react-i18next": "4.1.0",
"react-native": "0.42.3",
"react-native-background-timer": "1.0.1",
"react-native-background-timer": "1.0.2",
"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-webrtc": "jitsi/react-native-webrtc",
"react-redux": "5.0.4",
"react-redux": "5.0.5",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"retry": "0.6.1",
@ -74,10 +74,10 @@
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"clean-css": "3.4.25",
"css-loader": "0.28.1",
"css-loader": "0.28.4",
"eslint": "3.19.0",
"eslint-plugin-flowtype": "2.30.4",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsdoc": "3.1.0",
"eslint-plugin-react": "6.10.3",
"eslint-plugin-react-native": "2.3.2",
@ -91,7 +91,7 @@
"node-sass": "3.13.1",
"precommit-hook": "3.0.0",
"string-replace-loader": "1.2.0",
"style-loader": "0.17.0",
"style-loader": "0.18.1",
"webpack": "1.14.0",
"webpack-dev-server": "1.16.3"
},