Skip to content

Commit 4881f5d

Browse files
committed
Bump to 27
1 parent 6132c62 commit 4881f5d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

react-native-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

react-native-scripts/src/scripts/init.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import { hasYarn } from '../util/pm';
1212

1313
// UPDATE DEPENDENCY VERSIONS HERE
1414
const 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

2020
const WEB_DEFAULT_DEPENDENCIES = {
@@ -27,8 +27,8 @@ const WEB_DEFAULT_DEPENDENCIES = {
2727

2828
// TODO figure out how this interacts with ejection
2929
const 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

3434
const WEB_DEFAULT_DEV_DEPENDENCIES = {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"expo": {
3-
"sdkVersion": "26.0.0"
3+
"sdkVersion": "27.0.0"
44
}
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"expo": {
3-
"sdkVersion": "26.0.0"
3+
"sdkVersion": "27.0.0"
44
}
55
}

0 commit comments

Comments
 (0)