升级基础组件

This commit is contained in:
啊平 2020-04-23 13:48:55 +08:00
parent 26dccbc730
commit 1361012497

View File

@ -1,6 +1,6 @@
{
"name": "cool-admin-api_node",
"version": "1.0.0",
"version": "1.2.9",
"description": "cool-admin api接口 node版",
"private": true,
"egg": {
@ -24,21 +24,30 @@
},
"dependencies": {
"axios": "^0.19.0",
"egg": "^2.6.1",
"egg": "^2.25.0",
"egg-cool-cache": "^1.2.8",
"egg-cool-controller": "^1.3.2",
"egg-cool-entity": "^1.2.8",
"egg-cool-es": "^1.1.2",
"egg-cool-pay": "^1.2.2",
"egg-cool-router": "^1.2.8",
"egg-cool-service": "^1.3.3",
"egg-cool-task": "^1.2.9",
"egg-jwt": "^3.1.6",
"egg-oss": "^2.0.0",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.6.0",
"egg-task": "^0.3.1",
"egg-ts-typeorm": "^1.1.12",
"egg-cool-cache": "^1.2.4",
"egg-cool-controller": "^1.2.4",
"egg-cool-entity": "^1.2.3",
"egg-cool-router": "^1.2.2",
"egg-cool-service": "^1.2.2",
"egg-view-nunjucks": "^2.2.0",
"ipip-ipdb": "^0.3.0",
"lodash": "^4.17.15",
"md5": "^2.2.1",
"moment": "^2.24.0",
"mysql": "^2.17.1"
"mysql": "^2.17.1",
"svg-captcha": "^1.4.0",
"svg-to-dataurl": "^1.0.0",
"systeminformation": "^4.15.3"
},
"devDependencies": {
"@types/mocha": "^2.2.40",