Files
setup-task/package.json
dependabot[bot] 5ae00924c8 build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.28.1 to 2.29.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-23 14:44: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.1",
"@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.59",
"@types/semver": "^7.5.4",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vercel/ncc": "^0.38.1",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"eslint": "^8.52.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.29.0",
"github-label-sync": "2.3.1",
"jest": "^28.1.3",
"jest-circus": "^29.7.0",
"markdown-link-check": "^3.11.2",
"markdownlint-cli": "^0.37.0",
"nock": "^13.3.6",
"prettier": "^3.0.3",
"strip-json-comments-cli": "^3.0.0",
"ts-jest": "^28.0.8",
"typescript": "^5.2.2"
}
}