更新到最新

This commit is contained in:
COOL 2024-09-25 16:21:39 +08:00
parent 783cab77df
commit 50079fb816
2 changed files with 21 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@cool-midway/cloud",
"version": "7.0.0",
"version": "7.1.0",
"description": "",
"main": "dist/index.js",
"typings": "index.d.ts",
@ -27,9 +27,9 @@
"url": "https://cool-js.com"
},
"devDependencies": {
"@cool-midway/core": "^7.0.0",
"@cool-midway/core": "^7.1.19",
"@midwayjs/cli": "^2.0.0",
"@midwayjs/core": "^3.9.0",
"@midwayjs/core": "^3.16.0",
"@midwayjs/decorator": "^3.9.0",
"@midwayjs/mock": "^3.9.0",
"@midwayjs/typeorm": "^3.9.0",
@ -42,5 +42,8 @@
"ts-jest": "^29.0.3",
"typeorm": "^0.3.11",
"typescript": "^4.9.4"
},
"dependencies": {
"sqlstring": "^2.3.3"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cool-midway/cloud",
"version": "7.0.0",
"version": "7.1.0",
"description": "",
"main": "index.js",
"typings": "index.d.ts",
@ -23,19 +23,23 @@
"url": "https://cool-js.com"
},
"devDependencies": {
"@cool-midway/core": "^7.0.0",
"@cool-midway/core": "^7.1.19",
"@midwayjs/cli": "^2.0.0",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@midwayjs/mock": "^3.0.0",
"@midwayjs/typeorm": "^3.8.3",
"@types/jest": "^29.2.0",
"@types/node": "^16.11.22",
"cross-env": "^6.0.0",
"jest": "^29.2.2",
"mwts": "^1.0.5",
"@midwayjs/core": "^3.16.0",
"@midwayjs/decorator": "^3.9.0",
"@midwayjs/mock": "^3.9.0",
"@midwayjs/typeorm": "^3.9.0",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"cross-env": "^7.0.3",
"jest": "^29.3.1",
"lodash": "^4.17.21",
"mwts": "^1.3.0",
"ts-jest": "^29.0.3",
"typeorm": "^0.3.11",
"typescript": "^4.9.4"
},
"dependencies": {
"sqlstring": "^2.3.3"
}
}