pull/543/head
xiaojunnuo 2025-09-27 09:30:22 +08:00
parent b0f7288ac0
commit 86cf6a9908
1 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@
],
"license": "MIT",
"dependencies": {
"@midwayjs/core": "~3.20.3",
"@midwayjs/logger": "~3.4.2",
"@midwayjs/typeorm": "~3.20.3",
"better-sqlite3": "^11.1.2"
"better-sqlite3": "^11.1.2",
"@midwayjs/core": "3.20.11",
"@midwayjs/logger": "3.4.2",
"@midwayjs/typeorm": "3.20.11"
},
"devDependencies": {
"@types/chai": "^4.3.3",