Files
github-actions-magento2/package.json
T
dependabot[bot] 20e57cc8cc chore(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 (#268)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.5 to 29.2.6.
- [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/v29.2.5...v29.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-07 06:16:35 +00:00

36 lines
932 B
JSON

{
"name": "@mage-os/github-actions",
"version": "1.6.0",
"description": "Github Actions for Magento 2",
"scripts": {
"test": "cd supported-version && npm run test && cd -",
"release": "standard-version"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mage-os/github-actions.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mage-os/github-actions/issues"
},
"homepage": "https://github.com/mage-os/github-actions#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.24.0",
"esbuild": "^0.25.0",
"eslint": "^9.21.0",
"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.6",
"typescript": "^5.7.3"
}
}