Skip to content

Commit e8e32b6

Browse files
author
Igor Canedo
committed
updating package json to react native 0.47.2
1 parent e0cd4c1 commit e8e32b6

File tree

5 files changed

+9422
-10
lines changed

5 files changed

+9422
-10
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"author": "globo.com",
2121
"license": "MIT",
2222
"peerDependencies": {
23-
"react": "^15.4.2",
24-
"react-native": "^0.41.2"
23+
"react": "^16.0.0-alpha.12",
24+
"react-native": "^0.47.2"
2525
},
2626
"devDependencies": {
2727
"babel-eslint": "^7.2.3",
@@ -37,9 +37,10 @@
3737
"eslint-plugin-react-native": "^3.0.1",
3838
"flow-bin": "^0.53.1",
3939
"jest": "^20.0.4",
40-
"react": "^15.4.2",
41-
"react-native": "^0.41.2",
42-
"react-test-renderer": "15.4.2"
40+
"react": "^16.0.0-alpha.12",
41+
"react-dom": "^16.0.0-alpha.12",
42+
"react-native": "^0.47.2",
43+
"react-test-renderer": "16.0.0-alpha.12"
4344
},
4445
"jest": {
4546
"preset": "react-native",

sample/ios/react_native_draftjs_render.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@
874874
);
875875
runOnlyForDeploymentPostprocessing = 0;
876876
shellPath = /bin/sh;
877-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
877+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
878878
};
879879
2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
880880
isa = PBXShellScriptBuildPhase;
@@ -888,7 +888,7 @@
888888
);
889889
runOnlyForDeploymentPostprocessing = 0;
890890
shellPath = /bin/sh;
891-
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
891+
shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
892892
};
893893
/* End PBXShellScriptBuildPhase section */
894894

sample/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"watch-index": "sync-files --watch ../index.js react-native-draftjs-render/index.js"
1212
},
1313
"dependencies": {
14-
"react": "15.4.2",
15-
"react-native": "0.41.2"
14+
"react": "16.0.0-alpha.12",
15+
"react-native": "0.47.2"
1616
},
1717
"devDependencies": {
1818
"babel-jest": "^20.0.3",
1919
"babel-preset-react-native": "^2.1.0",
2020
"jest": "^20.0.4",
21-
"react-test-renderer": "15.4.2",
21+
"react-test-renderer": "16.0.0-alpha.12",
2222
"sync-files": "1.0.3"
2323
},
2424
"jest": {

0 commit comments

Comments
 (0)