File tree Expand file tree Collapse file tree 3 files changed +114
-125
lines changed Expand file tree Collapse file tree 3 files changed +114
-125
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ npm i --save react-native-slider
26
26
| <0.25.0 | <0.7.0 |
27
27
| v0.25.x | v0.7.x |
28
28
| v0.26.0+ | v0.8.x |
29
+ | v0.43.0+ | v0.10.x |
29
30
30
31
## Usage
31
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-slider" ,
3
- "version" : " 0.9.1 " ,
3
+ "version" : " 0.10.0 " ,
4
4
"description" : " A pure JavaScript <Slider /> component for react-native" ,
5
5
"main" : " lib/Slider.js" ,
6
6
"files" : [
27
27
"url" :
" [email protected] :jeanregisser/react-native-slider.git"
28
28
},
29
29
"dependencies" : {
30
- "react-addons-shallow-compare" : " ^15.0.2" ,
31
- "style-equal" : " ^1.0.0"
30
+ "prop-types" : " ^15.5.6"
32
31
},
33
32
"devDependencies" : {
34
33
"babel-cli" : " ^6.6.5" ,
35
- "babel-eslint" : " ^3.1.15 " ,
36
- "eslint" : " ^0.23 .0" ,
37
- "eslint-plugin-react" : " ^2.5.2 " ,
38
- "react" : " 15.2.1 " ,
39
- "react-native" : " ^0.31.0 " ,
34
+ "babel-eslint" : " ^7.2.1 " ,
35
+ "eslint" : " ^3.19 .0" ,
36
+ "eslint-plugin-react" : " ^6.10.3 " ,
37
+ "react" : " 16.0.0-alpha.6 " ,
38
+ "react-native" : " 0.43.3 " ,
40
39
"rimraf" : " ^2.5.2"
41
40
}
42
41
}
You can’t perform that action at this time.
0 commit comments