From 8882d9c3b6b92fccf4be9e528b34727a1c982d69 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Fri, 26 May 2017 11:38:58 -0500 Subject: [PATCH] Upgrade NPM dependencies/packages --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index cec81dba7..42129d578 100644 --- a/package.json +++ b/package.json @@ -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" },