Files
setup-task/package.json
dependabot[bot] 15a2dc9dcf build(deps-dev): bump typescript from 5.1.6 to 5.2.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26 05:40:02 +00:00

51 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.10.0",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.5.4",
"typed-rest-client": "^1.8.11"
},
"devDependencies": {
"@actions/io": "^1.1.3",
"@types/jest": "^28.1.8",
"@types/node": "^16.18.46",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vercel/ncc": "^0.36.1",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"eslint": "^8.47.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"github-label-sync": "2.3.1",
"jest": "^28.1.3",
"jest-circus": "^29.6.4",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.35.0",
"nock": "^13.3.3",
"prettier": "^3.0.2",
"strip-json-comments-cli": "^3.0.0",
"ts-jest": "^28.0.8",
"typescript": "^5.2.2"
}
}