From d0176e74d5494671f4e3795ef5f723d0ae0f0065 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 6 Oct 2015 10:29:32 -0700 Subject: [PATCH 1/2] Upgrade react-native to 0.11.4 --- CodePush.m | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CodePush.m b/CodePush.m index 7ff23da..3586ad6 100644 --- a/CodePush.m +++ b/CodePush.m @@ -75,6 +75,7 @@ BOOL usingTestFolder = NO; dispatch_async(dispatch_get_main_queue(), ^{ RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:[self getBundleUrl] moduleName:[CodePushConfig getRootComponent] + initialProperties:nil launchOptions:nil]; UIViewController *rootViewController = [[UIViewController alloc] init]; diff --git a/package.json b/package.json index ad63f06..056d699 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "extend": "^3.0.0" }, "devDependencies": { - "react-native": "^0.10.0" + "react-native": "^0.11.4" } } From 03dd1ae4e4e2f30575de05fb8de266be415b3056 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Tue, 6 Oct 2015 13:43:40 -0700 Subject: [PATCH 2/2] Switch dependencies to fixed versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 056d699..dbc7eab 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,9 @@ "keywords": "react-native", "dependencies": { "code-push": "file:../website/sdk/bin", - "extend": "^3.0.0" + "extend": "3.0.0" }, "devDependencies": { - "react-native": "^0.11.4" + "react-native": "0.11.4" } }