Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 6ec64a7

Browse files
isaax2jamonholmgren
authored andcommitted
fix(deps): Update default react-native-device-info to 2.1.3 (#282 by )
[skip ci]
1 parent 3ce803c commit 6ec64a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

boilerplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async function install(context) {
152152

153153
// now run install of Ignite Plugins
154154
await ignite.addModule('react-navigation', { version: '3.0.0' })
155-
await ignite.addModule('react-native-gesture-handler', { version: '1.0.9', link: true })
155+
await ignite.addModule('react-native-gesture-handler', { version: '1.3.0', link: true })
156156

157157
ignite.patchInFile(`${process.cwd()}/android/app/src/main/java/com/${name.toLowerCase()}/MainActivity.java`, {
158158
after: 'import com.facebook.react.ReactActivity;',

boilerplate/package.json.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"querystringify": "2.1.0",
2525
"ramda": "^0.26.1",
2626
"react-native-config": "^0.11.7",
27-
"react-native-device-info": "^1.6.1",
27+
"react-native-device-info": "^2.1.3",
2828
"react-navigation-redux-helpers": "^2.0.6",
2929
"react-redux": "^6.0.0",
3030
"redux": "^4.0.0",

lib/react-native-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { pathOr, is } = require('ramda')
22

33
// the default React Native version for this boilerplate
4-
const REACT_NATIVE_VERSION = '0.59.3'
4+
const REACT_NATIVE_VERSION = '0.59.9'
55

66
// where the version lives under gluegun
77
const pathToVersion = ['parameters', 'options', 'react-native-version']

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"repository": "infinitered/ignite-andross",
66
"homepage": "https://github.com/infinitered/ignite-andross",
7-
"version": "4.0.5",
7+
"version": "4.0.6",
88
"files": [
99
"boilerplate",
1010
"commands",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NOTE: This repo has been renamed from ignite-ir-boilerplate-andross to ignite-an
1010

1111
Currently includes:
1212

13-
* React Native 0.59.3
13+
* React Native 0.59.9
1414
* React Navigation 3.0.0
1515
* Redux
1616
* Redux Sagas

0 commit comments

Comments
 (0)