This repository was archived by the owner on Oct 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ npm install react-file-reader --save
1414```
1515
1616## ChangeLog
17+ - 1.0.3
18+ - bumps React version to 15.5 and fixes UNMET peer dependency with webpack
1719 - 1.0.2
1820 - fixed an issue w/ prop-types not being available
1921 - 1.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " react-file-reader" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " A flexible ReactJS component for handling styled HTML file inputs." ,
55 "main" : " index.js" ,
66 "repository" :
" [email protected] :GrillWork/react-file-reader.git" ,
1515 "babel-preset-react" : " ^6.23.0" ,
1616 "babel-preset-stage-0" : " ^6.22.0" ,
1717 "babel-register" : " ^6.24.1" ,
18+ "create-react-class" : " ^15.5.0" ,
1819 "enzyme" : " ^2.8.0" ,
1920 "enzyme-to-json" : " ^1.5.0" ,
2021 "identity-obj-proxy" : " ^3.0.0" ,
2122 "jest" : " ^19.0.2" ,
22- "react" : " 15.4.2" ,
23- "react-addons-test-utils" : " 15.4.2" ,
24- "react-dom" : " 15.4.2"
23+ "react" : " ^15.5.0" ,
24+ "react-addons-test-utils" : " ^15.5.0" ,
25+ "react-dom" : " ^15.5.0" ,
26+ "webpack" : " ^2.4.1"
2527 },
2628 "scripts" : {
2729 "build" : " ./node_modules/.bin/babel ReactFileReader.js -o index.js" ,
4143 },
4244 "dependencies" : {
4345 "uuid4" : " ^1.0.0" ,
44- "prop-types" : " ^15.5.4 "
46+ "prop-types" : " ^15.5.0 "
4547 }
4648}
You can’t perform that action at this time.
0 commit comments