Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 30.0.2 to 30.0.3. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.0.3/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-version: 30.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
54 lines
1.3 KiB
JSON
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.7.2",
|
|
"typed-rest-client": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@actions/io": "^1.1.3",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^20.19.1",
|
|
"@types/semver": "^7.7.0",
|
|
"@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.1.5",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"github-label-sync": "3.0.0",
|
|
"jest": "^30.0.3",
|
|
"jest-circus": "^30.0.0",
|
|
"markdown-link-check": "^3.13.7",
|
|
"markdownlint-cli": "^0.45.0",
|
|
"nock": "^13.5.6",
|
|
"prettier": "^3.6.1",
|
|
"strip-json-comments-cli": "^3.0.0",
|
|
"ts-jest": "^29.4.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"engines": {
|
|
"node": "20.x"
|
|
}
|
|
}
|