Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
feat(package.json): React v16 support (#171)
Browse files Browse the repository at this point in the history
* Update react-transition-group dependency version
* better version ranges

closes #166
  • Loading branch information
Dog authored and rnicholus committed Apr 17, 2018
1 parent adfe2ad commit 1f07b78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-fine-uploader",
"version": "1.0.9",
"version": "1.1.0",
"license": "MIT",
"description": "React UI components for using Fine Uploader in a React-based project.",
"author": {
Expand All @@ -21,12 +21,12 @@
],
"main": "gallery/index.js",
"peerDependencies": {
"react": "0.14.x || 15.x.x",
"react-transition-group": "1.x.x",
"prop-types": "15.x.x"
"react": "0.14.x - 16.x",
"react-transition-group": "1.x",
"prop-types": "15.x"
},
"dependencies": {
"fine-uploader-wrappers": "1.0.1",
"fine-uploader-wrappers": "^1.0.1",
"object-assign": "4.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 1f07b78

Please sign in to comment.