File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 37
37
"classnames" : " ^2.2.3" ,
38
38
"node-libs-browser" : " ^1.0.0" ,
39
39
"prismjs" : " git+https://github.com/PrismJS/prism.git#gh-pages" ,
40
- "react" : " ^0.14.6 " ,
41
- "react-dom" : " ^0.14.6 " ,
42
- "react-toastr" : " ^2.3.1 " ,
40
+ "react" : " ^15.0.0 " ,
41
+ "react-dom" : " ^15.0.1 " ,
42
+ "react-toastr" : " ^2.5.0 " ,
43
43
"toastr" : " ^2.1.2"
44
44
}
45
45
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-toastr" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"description" : " React.js toastr component" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
69
69
"jquery" : " ^2.2.0" ,
70
70
"jsdom" : " ^8.0.0" ,
71
71
"mocha" : " ^2.4.4" ,
72
- "react" : " ^0.14.6 " ,
73
- "react-addons-test-utils" : " ^0.14.6 " ,
72
+ "react" : " ^15.0.0 " ,
73
+ "react-addons-test-utils" : " ^15.0.0 " ,
74
74
"rimraf" : " ^2.5.1" ,
75
75
"tomchentw-npm-dev" : " ^3.2.0"
76
76
},
77
77
"peerDependencies" : {
78
- "react" : " ^0.14.6 "
78
+ "react" : " ^15.0.0 "
79
79
},
80
80
"dependencies" : {
81
81
"classnames" : " ^2.2.3" ,
82
82
"element-class" : " ^0.2.2" ,
83
- "react-addons-update" : " ^0.14.6 " ,
84
- "react-dom" : " ^0.14.6 "
83
+ "react-addons-update" : " ^15.0.0 " ,
84
+ "react-dom" : " ^15.0.0 "
85
85
}
86
86
}
You can’t perform that action at this time.
0 commit comments