Skip to content

Commit 3b0ae0f

Browse files
committed
chore: upgrade logger to 4.0.0
1 parent 724a12b commit 3b0ae0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v4/midway-framework-koa/boilerplate/_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@midwayjs/core": "^4.0.0-beta.1",
99
"@midwayjs/info": "^4.0.0-beta.1",
1010
"@midwayjs/koa": "^4.0.0-beta.1",
11-
"@midwayjs/logger": "^3.1.0",
11+
"@midwayjs/logger": "^4.0.0",
1212
"@midwayjs/validation": "^4.0.0-beta.1",
1313
"@midwayjs/validation-joi": "^4.0.0-beta.1",
1414
"joi": "^17.13.3"
@@ -25,7 +25,7 @@
2525
"typescript": "^5.3.0"
2626
},
2727
"engines": {
28-
"node": ">=12.0.0"
28+
"node": ">=20.0.0"
2929
},
3030
"scripts": {
3131
"start": "NODE_ENV=production node ./bootstrap.js",

0 commit comments

Comments
 (0)