Skip to content

Commit

Permalink
build(npm): ⬆️ inquirer, vue-template-compiler, yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 18, 2019
1 parent 9407b5f commit 415bcc6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"glob": "7.1.6",
"handlebars": "4.5.3",
"indent-string": "4.0.0",
"inquirer": "7.0.0",
"inquirer": "7.0.1",
"lodash": "4.17.15",
"mnemonic-words": "1.1.0",
"pnp-webpack-plugin": "1.5.0",
Expand Down Expand Up @@ -152,8 +152,16 @@
"tslint-config-prettier": "1.18.0",
"typescript": "3.7.3",
"upem": "3.1.2",
"vue-template-compiler": "2.6.10",
"yarn": "1.21.0"
"vue-template-compiler": "2.6.11",
"yarn": "1.21.1"
},
"upem": {
"donotup": [
{
"package": "semver",
"because": "semver 7 doesn't support node 8 anymore, while nodejs and hence dependency-cruiser, still do."
}
]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 415bcc6

Please sign in to comment.