Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit b235e50

Browse files
committed
Update for react-native 0.27
1 parent 37f676c commit b235e50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@
4040
"eslint-plugin-react": "=5.1.1",
4141
"eslint-plugin-react-native": "=1.0.2",
4242
"mocha": "=2.5.3",
43-
"react": "=15.0.2",
44-
"react-native": "^0.26.0"
43+
"react": "=15.1.0",
44+
"react-native": "^0.27.0"
4545
},
4646
"dependencies": {
4747
"cubic-bezier": "=0.1.2",
4848
"invariant": "=2.2.1",
4949
"keymirror": "=0.1.1",
5050
"raf": "=3.2.0",
51-
"react-addons-create-fragment": "=15.0.2",
52-
"react-addons-linked-state-mixin": "=15.0.2",
53-
"react-addons-perf": "=15.0.2",
54-
"react-addons-pure-render-mixin": "=15.0.2",
55-
"react-addons-test-utils": "=15.0.2",
56-
"react-addons-update": "=15.0.2",
51+
"react-addons-create-fragment": "=15.1.0",
52+
"react-addons-linked-state-mixin": "=15.1.0",
53+
"react-addons-perf": "=15.1.0",
54+
"react-addons-pure-render-mixin": "=15.1.0",
55+
"react-addons-test-utils": "=15.1.0",
56+
"react-addons-update": "=15.1.0",
5757
"react-timer-mixin": "=0.13.3",
5858
"warning": "=2.1.0"
5959
},

0 commit comments

Comments
 (0)