Skip to content

Commit

Permalink
Merge pull request #40 from remarkablemark/upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies (html-dom-parser@0.1.0)
  • Loading branch information
remarkablemark committed Jun 17, 2017
2 parents 4dacd76 + 70a2d58 commit e2cf4aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased](https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...HEAD)
### Changed
- Dependencies:
- html-dom-parser@0.1.0
- coveralls@2.13.1
- eslint@4.0.0
- mocha@3.4.2
- webpack@2.6.1

### Removed
- Dependencies:
- jsdomify

## [0.3.3](https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3) - 2017-01-27
### Added
- Created CHANGELOG with details on each version release (#37)
Expand Down
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@
"converter"
],
"dependencies": {
"html-dom-parser": "0.0.2"
"html-dom-parser": "0.1.0"
},
"devDependencies": {
"coveralls": "^2.11.12",
"eslint": "^3.3.1",
"coveralls": "^2.13.1",
"eslint": "^4.0.0",
"istanbul": "^0.4.5",
"jsdomify": "^2.1.0",
"mocha": "^3.0.2",
"mocha": "^3.4.2",
"react": ">=15.4",
"react-dom": ">=15.4",
"webpack": "^1.13.2"
"webpack": "^2.6.1"
},
"peerDependencies": {
"react": ">=15.4",
Expand Down

0 comments on commit e2cf4aa

Please sign in to comment.