build: update dependencies and lint configuration

This commit is contained in:
Alexey Igrychev
2021-10-25 15:49:36 +01:00
parent bd74d436c7
commit 93f4252af6
3 changed files with 1225 additions and 2790 deletions

View File

@@ -1,29 +1,29 @@
{
"name": "werf-actions",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "lib",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "2.x",
"@actions/tool-cache": "1.x",
"dotenv": "8.2.x",
"ncc": "^0.3.6",
"semver": "^7.3.2",
"@actions/core": "^1.6.0",
"@actions/github": "^5.0.0",
"@actions/tool-cache": "^1.7.1",
"dotenv": "10.0.x",
"semver": "^7.3.5",
"string-argv": "^0.3.1",
"superagent": "^3.8.3",
"superagent": "^6.1.0",
"tmp": "^0.2.1",
"typescript-string-operations": "^1.4.0",
"ws": ">=3.3.1"
"ws": ">=8.2.3"
},
"devDependencies": {
"@types/node": "^12.19.1",
"@types/semver": "^7.3.4",
"@types/superagent": "^4.1.10",
"@types/tmp": "^0.2.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^5.x",
"eslint-plugin-github": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"eslint": "^7.32.0",
"eslint-plugin-github": "^4.3.2",
"js-yaml": "^3.13.1",
"node-fetch": ">=2.6.1",
"prettier": "^1.19.1",