Files
setup-task/package.json
dependabot[bot] ec86966d19 build(deps-dev): bump ts-jest from 28.0.8 to 29.2.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.8 to 29.2.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v28.0.8...v29.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-21 05:49:18 -08:00

54 lines
1.3 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.11.1",
"@actions/tool-cache": "^2.0.2",
"semver": "^7.6.3",
"typed-rest-client": "^2.1.0"
},
"devDependencies": {
"@actions/io": "^1.1.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.17.14",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.3",
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"github-label-sync": "2.3.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"markdown-link-check": "^3.12.2",
"markdownlint-cli": "^0.43.0",
"nock": "^13.5.6",
"prettier": "^3.4.2",
"strip-json-comments-cli": "^3.0.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
},
"engines": {
"node": "20.x"
}
}