Files
github-actions-magento2/package.json
T
dependabot[bot] 8c373fef86 chore(deps-dev): bump typescript from 5.0.4 to 5.2.2 (#107)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.0.4...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-29 10:05:32 +02:00

36 lines
932 B
JSON

{
"name": "@mage-os/github-actions",
"version": "1.4.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.1",
"@types/node": "^18.17.12",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.62.0",
"esbuild": "^0.19.2",
"eslint": "^8.46.0",
"jest": "^29.5.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}