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

Commit

Permalink
Merge pull request #4 from GrillWork/feature/upgrade-react
Browse files Browse the repository at this point in the history
Feature/upgrade react
  • Loading branch information
travisdmathis authored Apr 20, 2017
2 parents 9c98813 + cb44437 commit e2304d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ npm install react-file-reader --save
```

## ChangeLog
- 1.0.3
- bumps React version to 15.5 and fixes UNMET peer dependency with webpack
- 1.0.2
- fixed an issue w/ prop-types not being available
- 1.0.1
Expand Down
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-file-reader",
"version": "1.0.2",
"version": "1.0.3",
"description": "A flexible ReactJS component for handling styled HTML file inputs.",
"main": "index.js",
"repository": "[email protected]:GrillWork/react-file-reader.git",
Expand All @@ -15,13 +15,15 @@
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.1",
"create-react-class": "^15.5.0",
"enzyme": "^2.8.0",
"enzyme-to-json": "^1.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^19.0.2",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-dom": "15.4.2"
"react": "^15.5.0",
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0",
"webpack": "^2.4.1"
},
"scripts": {
"build": "./node_modules/.bin/babel ReactFileReader.js -o index.js",
Expand All @@ -41,6 +43,6 @@
},
"dependencies": {
"uuid4": "^1.0.0",
"prop-types": "^15.5.4"
"prop-types": "^15.5.0"
}
}

0 comments on commit e2304d0

Please sign in to comment.