mirror of
https://github.com/actions/runner-container-hooks.git
synced 2025-12-15 17:26:44 +00:00
* Bump @actions/core from 1.6.0 to 1.9.1 in /packages/hooklib Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Trigger Build * Update package lock for docker and k8s Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ferenc Hammerl <31069338+fhammerl@users.noreply.github.com>
29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "hooklib",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"format": "prettier --write '**/*.ts'",
|
|
"format-check": "prettier --check '**/*.ts'",
|
|
"lint": "eslint src/**/*.ts"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23",
|
|
"@typescript-eslint/parser": "^5.18.0",
|
|
"@zeit/ncc": "^0.22.3",
|
|
"eslint": "^8.12.0",
|
|
"eslint-plugin-github": "^4.3.6",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "^1.9.1"
|
|
}
|
|
}
|