1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-06 09:47:49 +01:00

Updated dependencies (#14)

This commit is contained in:
Xander Hendriks
2022-10-29 00:32:05 +11:00
committed by GitHub
parent 7fccc89367
commit a830b0d2aa
4 changed files with 7001 additions and 4640 deletions

6237
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -23,23 +23,23 @@
"author": "benjlevesque", "author": "benjlevesque",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@actions/core": "^1.2.0", "@actions/core": "^1.10.0",
"@actions/github": "^4.0.0" "@actions/github": "^5.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^26.0.15", "@types/jest": "^29.2.0",
"@types/node": "^14.14.7", "@types/node": "^18.11.7",
"@typescript-eslint/parser": "^4.7.0", "@typescript-eslint/parser": "^5.41.0",
"@vercel/ncc": "^0.25.1", "@vercel/ncc": "^0.34.0",
"eslint": "^7.13.0", "eslint": "^8.26.0",
"eslint-plugin-github": "^4.1.1", "eslint-plugin-github": "^4.4.0",
"eslint-plugin-jest": "^24.1.0", "eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^4.2.1",
"jest": "^26.6.3", "jest": "^29.2.2",
"jest-circus": "^26.6.3", "jest-circus": "^29.2.2",
"js-yaml": "^3.13.1", "js-yaml": "^4.1.0",
"prettier": "^2.1.2", "prettier": "^2.7.1",
"ts-jest": "^26.4.4", "ts-jest": "^29.0.3",
"typescript": "^4.0.5" "typescript": "^4.8.4"
} }
} }

View File

@@ -13,7 +13,7 @@ async function run(): Promise<void> {
core.setOutput('sha', shortSha) core.setOutput('sha', shortSha)
core.exportVariable('SHA', shortSha) core.exportVariable('SHA', shortSha)
} catch (error) { } catch (error: any) {
core.setFailed(error.message) core.setFailed(error.message)
} }
} }

5368
yarn.lock

File diff suppressed because it is too large Load Diff