升级依赖版本,(更新后需要pnpm install升级依赖)

Signed-off-by: touchscale <11134128+touchscale@user.noreply.gitee.com>
This commit is contained in:
touchscale 2023-04-22 23:54:27 +00:00 committed by Gitee
parent 668818d715
commit 937e72a68c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 4 additions and 4 deletions

View File

@ -33,17 +33,17 @@
"node-xlsx": "^0.21.0", "node-xlsx": "^0.21.0",
"oicq": "^2.3.1", "oicq": "^2.3.1",
"pm2": "^5.3.0", "pm2": "^5.3.0",
"puppeteer": "^19.9.0", "puppeteer": "^19.10.1",
"redis": "^4.6.5", "redis": "^4.6.5",
"sequelize": "^6.29.3", "sequelize": "^6.31.0",
"sqlite3": "^5.1.6", "sqlite3": "^5.1.6",
"yaml": "^2.2.1" "yaml": "^2.2.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.36.0", "eslint": "^8.39.0",
"eslint-config-standard": "^17.0.0", "eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1", "eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"express": "^4.18.2", "express": "^4.18.2",
"express-art-template": "^1.0.1" "express-art-template": "^1.0.1"