更新部分依赖
This commit is contained in:
parent
ca9fcad672
commit
014cf4cf50
|
@ -67,7 +67,7 @@ npm --registry=https://registry.npmmirror.com install pnpm -g
|
|||
pnpm install -P
|
||||
|
||||
# 如依赖安装缓慢或失败,可尝试更换国内npm源后再执行install命令
|
||||
pnpm --registry https://registry.npmmirror.com install -P
|
||||
pnpm config set registry https://registry.npmmirror.com
|
||||
pnpm install -P
|
||||
```
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ import Runtime from './runtime.js'
|
|||
|
||||
/** 全局变量 plugin */
|
||||
global.plugin = plugin
|
||||
global.segment = segment
|
||||
|
||||
/**
|
||||
* 加载插件
|
||||
|
|
36
package.json
36
package.json
|
@ -17,35 +17,39 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"art-template": "^4.13.2",
|
||||
"chalk": "^5.0.1",
|
||||
"chalk": "^5.2.0",
|
||||
"chokidar": "^3.5.3",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"icqq": "^0.0.26",
|
||||
"icqq": "^0.0.29",
|
||||
"image-size": "^1.0.2",
|
||||
"inquirer": "^8.2.4",
|
||||
"inquirer": "^8.2.5",
|
||||
"lodash": "^4.17.21",
|
||||
"log4js": "^6.5.2",
|
||||
"log4js": "^6.9.0",
|
||||
"md5": "^2.3.0",
|
||||
"moment": "^2.29.3",
|
||||
"node-fetch": "^3.2.6",
|
||||
"node-schedule": "^2.1.0",
|
||||
"moment": "^2.29.4",
|
||||
"node-fetch": "^3.3.0",
|
||||
"node-schedule": "^2.1.1",
|
||||
"node-xlsx": "^0.21.0",
|
||||
"oicq": "^2.3.1",
|
||||
"patch-package": "^6.5.0",
|
||||
"patch-package": "^6.5.1",
|
||||
"pm2": "^5.2.2",
|
||||
"puppeteer": "^13.7.0",
|
||||
"redis": "^4.1.0",
|
||||
"yaml": "^2.1.1"
|
||||
"puppeteer": "^19.7.3",
|
||||
"redis": "^4.6.5",
|
||||
"yaml": "^2.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.18.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-standard": "^17.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-n": "^15.2.3",
|
||||
"eslint-plugin-promise": "^6.0.0",
|
||||
"express": "^4.18.1",
|
||||
"eslint-plugin-import": "^2.27.5",
|
||||
"eslint-plugin-n": "^15.6.1",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"express": "^4.18.2",
|
||||
"express-art-template": "^1.0.1"
|
||||
},
|
||||
"imports": {
|
||||
"#miao": "./plugins/miao-plugin/components/index.js",
|
||||
"#miao.models": "./plugins/miao-plugin/models/index.js"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue