react-redux 5.0.1, babel-loader 6.2.10, eslint 3.12.2, eslint-plugin-react-native 2.2.1

This commit is contained in:
Lyubomir Marinov 2016-12-15 21:01:44 -06:00
parent 4810249301
commit 891bd7f346
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@
"react-native-prompt": "^1.0.0", "react-native-prompt": "^1.0.0",
"react-native-vector-icons": "^3.0.0", "react-native-vector-icons": "^3.0.0",
"react-native-webrtc": "jitsi/react-native-webrtc", "react-native-webrtc": "jitsi/react-native-webrtc",
"react-redux": "^4.4.6", "react-redux": "^5.0.1",
"react-router": "^3.0.0", "react-router": "^3.0.0",
"react-router-redux": "^4.0.7", "react-router-redux": "^4.0.7",
"redux": "^3.5.2", "redux": "^3.5.2",
@ -53,17 +53,17 @@
"devDependencies": { "devDependencies": {
"babel-core": "^6.18.0", "babel-core": "^6.18.0",
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8", "babel-loader": "^6.2.10",
"babel-polyfill": "*", "babel-polyfill": "*",
"babel-preset-es2015": "^6.18.0", "babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0", "babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0", "babel-preset-stage-1": "^6.16.0",
"clean-css": "*", "clean-css": "*",
"css-loader": "*", "css-loader": "*",
"eslint": ">=3", "eslint": "^3.12.2",
"eslint-plugin-jsdoc": "*", "eslint-plugin-jsdoc": "*",
"eslint-plugin-react": "*", "eslint-plugin-react": "*",
"eslint-plugin-react-native": "*", "eslint-plugin-react-native": "^2.2.1",
"expose-loader": "*", "expose-loader": "*",
"file-loader": "*", "file-loader": "*",
"haste-resolver-webpack-plugin": "^0.2.2", "haste-resolver-webpack-plugin": "^0.2.2",