Skip to content

Commit 91ed67a

Browse files
committed
bump dependencies
1 parent 391b302 commit 91ed67a

File tree

3 files changed

+13
-22
lines changed

3 files changed

+13
-22
lines changed

examples/Aviato/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"android": "./node_modules/.bin/react-native run-android"
99
},
1010
"dependencies": {
11-
"react": "~15.3.0",
12-
"react-native": "0.32.0",
11+
"react": "15.3.1-rc.2",
12+
"react-native": "0.33.0-rc.0",
1313
"react-native-side-menu": "^0.20.0",
1414
"react-router": "3.0.0-alpha.3",
1515
"react-router-native": "file:../../"

modules/index.js

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/* @flow */
22

33
/* components */
4-
import Router from './Router';
5-
import Link from './Link';
6-
import IndexLink from './IndexLink';
74
import Back from './Back';
5+
import IndexLink from './IndexLink';
6+
import Link from './Link';
87
import Pop from './Pop';
8+
import Router from './Router';
99

1010
/* components (configuration) */
1111
import IndexRoute from './IndexRoute';
@@ -14,34 +14,25 @@ import StackRoute from './StackRoute';
1414
import TabsRoute from './TabsRoute';
1515

1616
/* utils */
17-
import RouterContext from './RouterContext';
18-
import Reducer from './Reducer';
1917
import { render } from './render';
18+
import Reducer from './Reducer';
19+
import RouterContext from './RouterContext';
2020

2121
/* histories */
2222
import nativeHistory from './nativeHistory';
2323

2424
export {
25-
Link,
26-
IndexLink,
2725
Back,
26+
IndexLink,
27+
Link,
2828
Pop,
2929
Router,
30-
};
31-
32-
export {
3330
IndexRoute,
3431
Route,
3532
StackRoute,
3633
TabsRoute,
37-
};
38-
39-
export {
40-
RouterContext,
4134
Reducer,
4235
render,
43-
};
44-
45-
export {
36+
RouterContext,
4637
nativeHistory,
4738
};

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"url": "https://github.com/jmurzy/react-router-native/issues"
6060
},
6161
"peerDependencies": {
62-
"react-native": "0.32.0",
62+
"react-native": "0.33.0-rc.0",
6363
"react-router": "3.0.0-alpha.3",
6464
"history": "3.2.1"
6565
},
@@ -84,8 +84,8 @@
8484
"gulp": "^3.9.1",
8585
"gulp-eslint": "^3.0.1",
8686
"gulp-mocha": "^3.0.1",
87-
"react": "^15.3.0",
88-
"react-native": "0.32.0",
87+
"react": "15.3.1-rc.2",
88+
"react-native": "0.33.0-rc.0",
8989
"react-native-mock": "^0.2.5",
9090
"react-router": "3.0.0-alpha.3",
9191
"rimraf": "^2.5.2",

0 commit comments

Comments
 (0)