Skip to content

Commit 63eaf6a

Browse files
committed
chore(deps): Update project dependencies
- devDependencies - Mocha: Minor Version - Should: MAJOR Version - dependencies - fastparse: Minor Version - html-minifier: MAJOR Version - loader-utils: Patch Version - object-assign: Minor Version
1 parent bc1026b commit 63eaf6a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"description": "html loader module for webpack",
66
"dependencies": {
77
"es6-templates": "^0.2.2",
8-
"fastparse": "^1.0.0",
9-
"html-minifier": "^1.0.0",
10-
"loader-utils": "~0.2.2",
11-
"object-assign": "^4.0.1"
8+
"fastparse": "^1.1.1",
9+
"html-minifier": "^3.0.1",
10+
"loader-utils": "^0.2.15",
11+
"object-assign": "^4.1.0"
1212
},
1313
"devDependencies": {
1414
"beautify-lint": "^1.0.4",
1515
"codecov.io": "^0.1.6",
1616
"eslint": "^3.1.1",
1717
"istanbul": "^0.4.4",
1818
"js-beautify": "^1.6.3",
19-
"mocha": "^2.3.4",
20-
"should": "^7.1.1"
19+
"mocha": "^2.5.3",
20+
"should": "^10.0.0"
2121
},
2222
"scripts": {
2323
"pretest": "npm run lint && npm run beautify-lint",

0 commit comments

Comments
 (0)