File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Typings-React-Router
2
2
3
+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/types/npm-react-router.svg )] ( https://greenkeeper.io/ )
4
+
3
5
This is typings for thee [ react-router] ( https://github.com/reactjs/react-router )
4
6
5
7
It's highly suggested to install with [ typings] ( https://github.com/typings/typings ) definition manager.
Original file line number Diff line number Diff line change 14
14
"prepublish" : " typings install"
15
15
},
16
16
"devDependencies" : {
17
- "blue-tape" : " ^0.2 .0" ,
17
+ "blue-tape" : " ^1.0 .0" ,
18
18
"jspm" : " ^0.16.42" ,
19
- "onchange" : " ^2.5.0 " ,
20
- "react" : " 15.3.0 " ,
21
- "react-router" : " 2.6 .1" ,
19
+ "onchange" : " ^3.2.1 " ,
20
+ "react" : " 15.5.4 " ,
21
+ "react-router" : " 4.1 .1" ,
22
22
"stream" : " 0.0.2" ,
23
23
"tap-spec" : " ^4.1.1" ,
24
- "tape-run" : " ^2.1.4 " ,
25
- "ts-node" : " ^1.2.2 " ,
26
- "tslint" : " ^3.14 .0" ,
27
- "tslint-config-typings" : " ^0.2.3 " ,
28
- "typings" : " ^1.3.2 "
24
+ "tape-run" : " ^3.0.0 " ,
25
+ "ts-node" : " ^3.0.3 " ,
26
+ "tslint" : " ^5.2 .0" ,
27
+ "tslint-config-typings" : " ^0.3.1 " ,
28
+ "typings" : " ^2.1.1 "
29
29
}
30
30
}
You can’t perform that action at this time.
0 commit comments