Files
setup-task/package.json
dependabot[bot] efa0a42039 build(deps-dev): bump jest from 27.4.4 to 27.4.5
Bumps [jest](https://github.com/facebook/jest) from 27.4.4 to 27.4.5.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v27.4.4...v27.4.5)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 11:13:07 +00:00

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.6.0",
"@actions/tool-cache": "^1.7.1",
"eslint-config-airbnb-base": "^15.0.0",
"semver": "^7.3.5",
"typed-rest-client": "^1.8.6"
},
"devDependencies": {
"@actions/io": "^1.1.1",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/semver": "^7.3.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vercel/ncc": "^0.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-typescript": "^14.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"jest": "^27.4.5",
"jest-circus": "^27.4.4",
"nock": "^13.2.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.1",
"typescript": "^4.5.3"
}
}