Skip to content

Commit

Permalink
Merge pull request #264 from jbraithwaite/master
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
Tom Boutell authored Nov 28, 2018
2 parents 752ccf1 + f33e22c commit bec8ad2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@
"author": "P'unk Avenue LLC",
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"htmlparser2": "^3.9.0",
"chalk": "^2.4.1",
"htmlparser2": "^3.10.0",
"lodash.clonedeep": "^4.5.0",
"lodash.escaperegexp": "^4.1.2",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.mergewith": "^4.6.0",
"postcss": "^6.0.14",
"lodash.mergewith": "^4.6.1",
"postcss": "^7.0.5",
"srcset": "^1.0.0",
"xtend": "^4.0.0"
"xtend": "^4.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"browserify": "^13.0.1",
"mocha": "^2.5.3",
"uglify-js": "^2.6.2"
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"mocha": "^5.2.0",
"uglify-js": "^3.4.9"
}
}

0 comments on commit bec8ad2

Please sign in to comment.