Skip to content

Commit 31f67fb

Browse files
committed
Bump versions
1 parent 509160d commit 31f67fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1",
3+
"version": "1.13.2",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { hasYarn } from '../util/pm';
1313
// UPDATE DEPENDENCY VERSIONS HERE
1414
const DEFAULT_DEPENDENCIES = {
1515
expo: '^26.0.0',
16-
react: '16.3.0-alpha.1',
17-
'react-native': '0.54.0',
16+
react: '16.3.0',
17+
'react-native': '~0.54.1',
1818
};
1919

2020
const WEB_DEFAULT_DEPENDENCIES = {

0 commit comments

Comments
 (0)