chore: upgrade version

This commit is contained in:
xilesun 2025-02-28 11:13:11 +08:00
parent 4fe9a10632
commit 101eb130ad
3 changed files with 60 additions and 60 deletions

View File

@ -8,7 +8,7 @@
"@nocobase/build": "1.6.0-beta.15", "@nocobase/build": "1.6.0-beta.15",
"@nocobase/client": "1.6.0-beta.15", "@nocobase/client": "1.6.0-beta.15",
"@nocobase/test": "1.6.0-beta.15", "@nocobase/test": "1.6.0-beta.15",
"@types/koa": "^2.13.4", "@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.4", "@types/koa-bodyparser": "^4.3.4",
"@types/lodash": "^4.14.177", "@types/lodash": "^4.14.177",
"@types/node": "*", "@types/node": "*",

View File

@ -7,7 +7,7 @@
"dependencies": { "dependencies": {
"@formily/json-schema": "2.x", "@formily/json-schema": "2.x",
"@hapi/topo": "^6.0.0", "@hapi/topo": "^6.0.0",
"@koa/cors": "^3.1.0", "@koa/cors": "^5.0.0",
"@koa/multer": "^3.0.2", "@koa/multer": "^3.0.2",
"@koa/router": "^9.4.0", "@koa/router": "^9.4.0",
"@nocobase/acl": "1.6.0-beta.15", "@nocobase/acl": "1.6.0-beta.15",
@ -39,7 +39,7 @@
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
"i18next": "^22.4.9", "i18next": "^22.4.9",
"ini": "^4.1.1", "ini": "^4.1.1",
"koa": "^2.13.4", "koa": "^2.15.4",
"koa-bodyparser": "^4.3.0", "koa-bodyparser": "^4.3.0",
"koa-send": "^5.0.1", "koa-send": "^5.0.1",
"koa-static": "^5.0.0", "koa-static": "^5.0.0",

View File

@ -25,7 +25,7 @@ const deps: Record<string, string> = {
winston: '3.x', winston: '3.x',
'winston-daily-rotate-file': '4.x', 'winston-daily-rotate-file': '4.x',
koa: '2.x', koa: '2.x',
'@koa/cors': '3.x', '@koa/cors': '5.x',
'@koa/router': '9.x', '@koa/router': '9.x',
multer: '1.x', multer: '1.x',
'@koa/multer': '3.x', '@koa/multer': '3.x',