From 05e104cf911b258254eff7e6fa09e2c9534e29ee Mon Sep 17 00:00:00 2001 From: akhil-geekyants Date: Mon, 19 Feb 2018 19:36:22 +0530 Subject: [PATCH] Updated dependency versions --- boilerplate/package.json.ejs | 56 ++++++++++++++++++------------------ lib/react-native-version.js | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/boilerplate/package.json.ejs b/boilerplate/package.json.ejs index cb7d4c8..4d3d8fe 100644 --- a/boilerplate/package.json.ejs +++ b/boilerplate/package.json.ejs @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.1.0", "scripts": { "clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force", "clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android", @@ -21,37 +21,37 @@ "git-hook": "npm test -s" */ %> }, "dependencies": { - "apisauce": "^0.14.0", + "apisauce": "^0.14.3", "format-json": "^1.0.3", - "lodash": "^4.17.2", - "prop-types": "^15.5.10", - "querystringify": "0.0.4", - "ramda": "^0.24.1", - "react-native-config": "^0.6.0", - "react-native-drawer": "^2.3.0", - "react-navigation": "^1.0.0-beta.7", - "react-redux": "^5.0.2", - "redux": "^3.6.0", - "native-base": "2.3.1", - "redux-persist": "^4.1.0", - "redux-saga": "^0.15.6", - "reduxsauce": "0.4.1", - "seamless-immutable": "^7.0.1" + "lodash": "^4.17.5", + "prop-types": "^15.6.0", + "querystringify": "1.0.0", + "ramda": "^0.25.0", + "react-native-config": "^0.11.5", + "react-native-drawer": "^2.5.0", + "react-navigation": "^1.0.3", + "react-redux": "^5.0.7", + "redux": "^3.7.2", + "native-base": "2.3.9", + "redux-persist": "^5.9.0", + "redux-saga": "^0.16.0", + "reduxsauce": "0.7.0", + "seamless-immutable": "^7.1.3" }, "devDependencies": { - "@storybook/addon-storyshots": "^3.2.3", - "@storybook/react-native": "^3.2.3", - "babel-preset-es2015": "^6.18.0", - "babel-preset-react-native": "3.0.2", - "enzyme": "^2.6.0", - "mockery": "^2.0.0", - "husky": "^0.13.1", - "react-addons-test-utils": "~15.4.1", - "react-dom": "16.0.0-alpha.12", + "@storybook/addon-storyshots": "^3.3.13", + "@storybook/react-native": "^3.3.13", + "babel-preset-es2015": "^7.0.0-beta.40", + "babel-preset-react-native": "4.0.0", + "enzyme": "^3.3.0", + "mockery": "^2.1.0", + "husky": "^0.14.3", + "react-dom": "16.2.0", "babel-plugin-ignite-ignore-reactotron": "^0.3.0", - "reactotron-react-native": "^1.12.0", - "reactotron-redux": "^1.11.1", - "reactotron-redux-saga": "^1.11.1" + "reactotron-react-native": "^2.0.0-alpha.1 ", + "reactotron-redux": "^2.0.0-alpha.1", + "reactotron-redux-saga": "^2.0.0-alpha.1", + "react-test-renderer": "16.2.0" }, "jest": { "testMatch": [ diff --git a/lib/react-native-version.js b/lib/react-native-version.js index 6c49435..beca212 100644 --- a/lib/react-native-version.js +++ b/lib/react-native-version.js @@ -1,7 +1,7 @@ const { pathOr, is } = require('ramda') // the default React Native version for this boilerplate -const REACT_NATIVE_VERSION = '0.47.2' +const REACT_NATIVE_VERSION = '0.53.0' // where the version lives under gluegun const pathToVersion = ['parameters', 'options', 'react-native-version']