Skip to content

Commit

Permalink
build(template): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noldor committed Apr 14, 2018
1 parent feaee6c commit 5aeaa08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions template/package-js
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@
<% } -%>
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.15.0-rc.13",
"husky": "^1.0.0-rc.1",
<% if (platforms.includes(this.BROWSER_PLATFORM)) { -%>
"lodash.camelcase": "^4.3.0",
<% } -%>
"mocha": "^5.0.5",
"mocha": "^5.1.0",
"nyc": "^11.6.0",
"opn-cli": "^3.1.0",
<% if (useLinter) { -%>
Expand Down
6 changes: 3 additions & 3 deletions template/package-ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"@types/lodash.camelcase": "^4.3.3",
<% } -%>
"@types/mocha": "^5.0.0",
"@types/node": "^9.6.2",
"@types/node": "^9.6.5",
<% if (platforms.includes(this.BROWSER_PLATFORM)) { -%>
"@types/tapable": "^1.0.1",
"@types/webpack": "^4.1.3",
Expand Down Expand Up @@ -184,11 +184,11 @@
<% } -%>
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"husky": "^0.15.0-rc.13",
"husky": "^1.0.0-rc.1",
<% if (platforms.includes(this.BROWSER_PLATFORM)) { -%>
"lodash.camelcase": "^4.3.0",
<% } -%>
"mocha": "^5.0.5",
"mocha": "^5.1.0",
"nyc": "^11.6.0",
"opn-cli": "^3.1.0",
"release": "^3.1.7",
Expand Down

0 comments on commit 5aeaa08

Please sign in to comment.