Skip to content

Commit

Permalink
build(package): update dependencies and devDependencies
Browse files Browse the repository at this point in the history
 domhandler           2.3.0  β†’    2.4.2
 htmlparser2          3.9.1  β†’   3.10.1
 chai                ^3.5.0  β†’   ^4.2.0
 coveralls         ^2.11.14  β†’   ^3.0.4
 dtslint             ^0.5.9  β†’   ^0.8.0
 html-minifier       ^3.1.0  β†’   ^4.0.0
 mocha               ^3.4.2  β†’   ^6.1.4
 standard-version    ^5.0.2  β†’   ^6.0.1
  • Loading branch information
remarkablemark committed Jun 14, 2019
1 parent 6361228 commit a9016be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
],
"dependencies": {
"@types/domhandler": "2.4.1",
"domhandler": "2.3.0",
"htmlparser2": "3.9.1"
"domhandler": "2.4.2",
"htmlparser2": "3.10.1"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"chai": "^3.5.0",
"coveralls": "^2.11.14",
"dtslint": "^0.5.9",
"chai": "^4.2.0",
"coveralls": "^3.0.4",
"dtslint": "^0.8.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.0",
"html-minifier": "^3.1.0",
"html-minifier": "^4.0.0",
"husky": "^2.4.1",
"istanbul": "^0.4.5",
"jsdomify": "^3.1.0",
"lint-staged": "^8.2.0",
"mocha": "^3.4.2",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"standard-version": "^5.0.2",
"standard-version": "^6.0.1",
"webpack": "^2.6.1"
},
"browser": {
Expand Down

0 comments on commit a9016be

Please sign in to comment.