Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.7.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "setup-task",
|
|
"private": true,
|
|
"description": "Setup Task action",
|
|
"main": "lib/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/arduino/setup-task.git"
|
|
},
|
|
"keywords": [
|
|
"actions",
|
|
"taskfile",
|
|
"task",
|
|
"setup"
|
|
],
|
|
"author": "Arduino",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@actions/core": "^1.7.0",
|
|
"@actions/tool-cache": "^1.7.2",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"semver": "^7.3.7",
|
|
"typed-rest-client": "^1.8.6"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.2",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^16.11.29",
|
|
"@types/semver": "^7.3.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.21.0",
|
|
"@typescript-eslint/parser": "^5.21.0",
|
|
"@vercel/ncc": "^0.33.4",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"jest": "^27.5.1",
|
|
"jest-circus": "^27.4.4",
|
|
"nock": "^13.2.4",
|
|
"prettier": "^2.6.2",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|