File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ React Infinite Scroller
3
3
4
4
[ ![ Travis] ( https://img.shields.io/travis/CassetteRocks/react-infinite-scroller.svg?style=flat-square )] ( https://travis-ci.org/CassetteRocks/react-infinite-scroller )
5
5
[ ![ npm] ( https://img.shields.io/npm/dt/react-infinite-scroller.svg?style=flat-square )] ( https://www.npmjs.com/package/react-infinite-scroller )
6
- [ ![ React Version] ( https://img.shields.io/badge/React-%5E0.14.0 %20%7C%7C%20%5E15.0.1 -blue.svg?style=flat-square )] ( https://www.npmjs.com/package/react )
6
+ [ ![ React Version] ( https://img.shields.io/badge/React-%5E0.14.9 %20%7C%7C%20%5E15.3.0 -blue.svg?style=flat-square )] ( https://www.npmjs.com/package/react )
7
7
[ ![ npm] ( https://img.shields.io/npm/v/react-infinite-scroller.svg?style=flat-square )] ( https://www.npmjs.com/package/react-infinite-scroller )
8
8
[ ![ npm] ( https://img.shields.io/npm/l/react-infinite-scroller.svg?style=flat-square )] ( https://github.com/CassetteRocks/react-infinite-scroller/blob/master/LICENSE )
9
9
Original file line number Diff line number Diff line change 55
55
"jsdom" : " ^10.0.0" ,
56
56
"mocha" : " ^3.3.0" ,
57
57
"nyc" : " ^10.2.0" ,
58
- "react" : " ^0.14.9 || ^15.3.0" ,
59
- "react-addons-test-utils" : " ^0.14.8 || ^15.3.0" ,
60
- "react-dom" : " ^0.14.9 || ^15.3.0" ,
61
- "sinon" : " ^2.1.0"
58
+ "react" : " ^15.5.4" ,
59
+ "react-dom" : " ^15.5.4" ,
60
+ "react-test-renderer" : " ^15.5.4" ,
61
+ "sinon" : " ^2.1.0" ,
62
+ "webpack" : " ^2.5.1"
62
63
}
63
64
}
You can’t perform that action at this time.
0 commit comments