ignite-andross
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -201,3 +201,3 @@ const options = require('./options') | ||
if (answers['vector-icons'] === 'react-native-vector-icons') { | ||
await system.spawn(`ignite add vector-icons@"~>1.0.0" ${debugFlag}`, { | ||
await system.spawn(`ignite add vector-icons@1.1.1 ${debugFlag}`, { | ||
stdio: 'inherit' | ||
@@ -208,7 +208,7 @@ }) | ||
if (answers['i18n'] === 'react-native-i18n') { | ||
await system.spawn(`ignite add i18n@"~>1.0.0" ${debugFlag}`, { stdio: 'inherit' }) | ||
await system.spawn(`ignite add i18n@1.2.0 ${debugFlag}`, { stdio: 'inherit' }) | ||
} | ||
if (answers['animatable'] === 'react-native-animatable') { | ||
await system.spawn(`ignite add animatable@"~>1.0.0" ${debugFlag}`, { | ||
await system.spawn(`ignite add animatable@1.0.2 ${debugFlag}`, { | ||
stdio: 'inherit' | ||
@@ -221,3 +221,3 @@ }) | ||
if (answers['dev-screens'] === 'Yes') { | ||
await system.spawn(`ignite add dev-screens@"~>2.3.0" ${debugFlag}`, { | ||
await system.spawn(`ignite add dev-screens@"2.4.3" ${debugFlag}`, { | ||
stdio: 'inherit' | ||
@@ -228,3 +228,3 @@ }) | ||
if (answers['redux-persist'] === 'Yes') { | ||
await system.spawn(`ignite add redux-persist@"~>5.10.0" ${debugFlag}`, { | ||
await system.spawn(`ignite add redux-persist@1.1.2 ${debugFlag}`, { | ||
stdio: 'inherit' | ||
@@ -235,3 +235,3 @@ }) | ||
if (parameters.options.lint !== 'false') { | ||
await system.spawn(`ignite add standard@"~>1.0.0" ${debugFlag}`, { | ||
await system.spawn(`ignite add standard@1.0.0 ${debugFlag}`, { | ||
stdio: 'inherit' | ||
@@ -238,0 +238,0 @@ }) |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/infinitered/ignite-andross", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"files": [ | ||
@@ -10,0 +10,0 @@ "boilerplate", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1421963