Skip to content

Commit 93700f6

Browse files
committed
Update to React 16
1 parent 439de4f commit 93700f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-slider",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Slider component for React",
55
"main": "react-slider.js",
66
"keywords": [
@@ -29,8 +29,8 @@
2929
"url": "https://github.com/mpowaga/react-slider.git"
3030
},
3131
"peerDependencies": {
32-
"react": ">=0.14 || ^15.4",
33-
"prop-types": "^15.4",
34-
"create-react-class": "^15.4"
32+
"react": "^16.2",
33+
"prop-types": "^15.6",
34+
"create-react-class": "^15.6"
3535
}
3636
}

0 commit comments

Comments
 (0)