Files
setup-task/package.json
dependabot[bot] 3fd3fb9441 build(deps-dev): bump eslint-config-prettier from 8.9.0 to 8.10.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.9.0 to 8.10.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-03 14:43:27 +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.39",
"@types/semver": "^7.5.0",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vercel/ncc": "^0.36.1",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"github-label-sync": "2.3.1",
"jest": "^28.1.3",
"jest-circus": "^29.6.2",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.35.0",
"nock": "^13.3.2",
"prettier": "^3.0.1",
"strip-json-comments-cli": "^2.0.2",
"ts-jest": "^28.0.8",
"typescript": "^5.1.6"
}
}