Skip to content

Commit

Permalink
chore(midway-init): update dependencies
Browse files Browse the repository at this point in the history
- chalk to ^3.0.0
- yargs to ^15.0.0
  • Loading branch information
waitingsong authored and czy88840616 committed Nov 21, 2019
1 parent 30091d0 commit e518ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/midway-init/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "midway-init",
"version": "1.14.4",
"dependencies": {
"chalk": "^2.4.2",
"chalk": "^3.0.0",
"enquirer": "^2.3.2",
"light-generator": "^1.4.0",
"yargs": "^11.1.0"
"yargs": "^15.0.0"
},
"main": "lib/command.js",
"devDependencies": {
Expand Down

0 comments on commit e518ab5

Please sign in to comment.