feat: 补全 action.yml inputs 参数,消除警告;升级一些库的依赖;

This commit is contained in:
guanhongfu
2021-12-27 13:47:39 +08:00
parent 89f4ffaa53
commit f99560aa94
4 changed files with 1056 additions and 3317 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "action-wechat-work",
"version": "1.0.5",
"version": "1.0.6",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
@@ -25,9 +25,9 @@
},
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"@vercel/ncc": "^0.28.5",
"axios": "^0.21.2",
"@vercel/ncc": "^0.33.1",
"axios": "^0.24.0",
"lodash": "^4.17.21",
"yargs": "^16.2.0"
"yargs": "^17.3.1"
}
}