We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724a12b commit 3b0ae0fCopy full SHA for 3b0ae0f
v4/midway-framework-koa/boilerplate/_package.json
@@ -8,7 +8,7 @@
8
"@midwayjs/core": "^4.0.0-beta.1",
9
"@midwayjs/info": "^4.0.0-beta.1",
10
"@midwayjs/koa": "^4.0.0-beta.1",
11
- "@midwayjs/logger": "^3.1.0",
+ "@midwayjs/logger": "^4.0.0",
12
"@midwayjs/validation": "^4.0.0-beta.1",
13
"@midwayjs/validation-joi": "^4.0.0-beta.1",
14
"joi": "^17.13.3"
@@ -25,7 +25,7 @@
25
"typescript": "^5.3.0"
26
},
27
"engines": {
28
- "node": ">=12.0.0"
+ "node": ">=20.0.0"
29
30
"scripts": {
31
"start": "NODE_ENV=production node ./bootstrap.js",
0 commit comments