Skip to content

Commit

Permalink
chore: add logger dep
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Nov 13, 2023
1 parent 7bc6661 commit 5be95a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v3/midway-framework-express/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"@midwayjs/bootstrap": "^3.12.0",
"@midwayjs/core": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/express": "^3.12.0"
"@midwayjs/express": "^3.12.0",
"@midwayjs/logger": "^2.14.0"
},
"devDependencies": {
"@midwayjs/cli": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions v3/midway-framework-web/boilerplate/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@midwayjs/core": "^3.12.0",
"@midwayjs/web": "^3.12.0",
"@midwayjs/decorator": "^3.12.0",
"@midwayjs/logger": "^2.14.0",
"egg": "^2.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5be95a0

Please sign in to comment.