File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-scripts" ,
3- "version" : " 1.13.2 " ,
3+ "version" : " 1.14.0 " ,
44 "description" : " Configuration and scripts for Create React Native App." ,
55 "license" : " BSD-3-Clause" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ import { hasYarn } from '../util/pm';
1212
1313// UPDATE DEPENDENCY VERSIONS HERE
1414const DEFAULT_DEPENDENCIES = {
15- expo : '^26 .0.0 ' ,
16- react : '16.3.0 ' ,
17- 'react-native' : '~0.54.1 ' ,
15+ expo : '^27 .0.1 ' ,
16+ react : '16.3.1 ' ,
17+ 'react-native' : '~0.55.2 ' ,
1818} ;
1919
2020const WEB_DEFAULT_DEPENDENCIES = {
@@ -27,8 +27,8 @@ const WEB_DEFAULT_DEPENDENCIES = {
2727
2828// TODO figure out how this interacts with ejection
2929const DEFAULT_DEV_DEPENDENCIES = {
30- 'jest-expo' : '26 .0.0' ,
31- 'react-test-renderer' : '16.3.0-alpha. 1' ,
30+ 'jest-expo' : '~27 .0.0' ,
31+ 'react-test-renderer' : '16.3.1' ,
3232} ;
3333
3434const WEB_DEFAULT_DEV_DEPENDENCIES = {
Original file line number Diff line number Diff line change 11{
22 "expo" : {
3- "sdkVersion" : " 26 .0.0"
3+ "sdkVersion" : " 27 .0.0"
44 }
55}
Original file line number Diff line number Diff line change 11{
22 "expo" : {
3- "sdkVersion" : " 26 .0.0"
3+ "sdkVersion" : " 27 .0.0"
44 }
55}
You can’t perform that action at this time.
0 commit comments