chore: update dependencies (#34)

* chore: update dependencies

This updates the @actions/core to 1.10.x, which is required to fix the
deprecated state functionality. See: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

closes #33

* style: fix lint errors
This commit is contained in:
Jens Reimann 2023-03-11 13:46:14 +01:00 committed by GitHub
parent 7283c5d4ff
commit 8cb6c181aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1603 additions and 5617 deletions

View file

@ -21,7 +21,7 @@
"author": "Red Hat",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.0.4",
"@actions/io": "^1.0.2",
"@aws-sdk/client-ecr": "^3.100.0",
@ -29,13 +29,13 @@
},
"devDependencies": {
"@redhat-actions/action-io-generator": "^1.5.0",
"@redhat-actions/eslint-config": "^1.2.11",
"@redhat-actions/tsconfig": "^1.1.1",
"@types/node": "^12",
"@redhat-actions/eslint-config": "^1.3.2",
"@redhat-actions/tsconfig": "^1.2.0",
"@types/node": "^16.18.11",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@vercel/ncc": "^0.25.1",
"eslint": "^7.18.0",
"typescript": "^4.0.5"
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^7.32.0",
"typescript": "^4.9.5"
}
}