Skip to content

Commit e2cf4aa

Browse files
Merge pull request #40 from remarkablemark/upgrade-dependencies
Upgrade dependencies (html-dom-parser@0.1.0)
2 parents 4dacd76 + 70a2d58 commit e2cf4aa

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [Unreleased](https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...HEAD)
7+
### Changed
8+
- Dependencies:
9+
- html-dom-parser@0.1.0
10+
- coveralls@2.13.1
11+
- eslint@4.0.0
12+
- mocha@3.4.2
13+
- webpack@2.6.1
14+
15+
### Removed
16+
- Dependencies:
17+
- jsdomify
18+
619
## [0.3.3](https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3) - 2017-01-27
720
### Added
821
- Created CHANGELOG with details on each version release (#37)

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,16 @@
2929
"converter"
3030
],
3131
"dependencies": {
32-
"html-dom-parser": "0.0.2"
32+
"html-dom-parser": "0.1.0"
3333
},
3434
"devDependencies": {
35-
"coveralls": "^2.11.12",
36-
"eslint": "^3.3.1",
35+
"coveralls": "^2.13.1",
36+
"eslint": "^4.0.0",
3737
"istanbul": "^0.4.5",
38-
"jsdomify": "^2.1.0",
39-
"mocha": "^3.0.2",
38+
"mocha": "^3.4.2",
4039
"react": ">=15.4",
4140
"react-dom": ">=15.4",
42-
"webpack": "^1.13.2"
41+
"webpack": "^2.6.1"
4342
},
4443
"peerDependencies": {
4544
"react": ">=15.4",

0 commit comments

Comments
 (0)