Files
github-actions-magento2/package.json
T
dependabot[bot] e3f4c10c7b chore(deps-dev): bump @typescript-eslint/parser from 5.48.0 to 5.48.1 (#123)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.48.0 to 5.48.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-09 13:22:16 -05:00

36 lines
976 B
JSON

{
"name": "@graycore/github-actions-magento",
"version": "1.2.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/graycoreio/github-actions-magento2.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/graycoreio/github-actions-magento2/issues"
},
"homepage": "https://github.com/graycoreio/github-actions-magento2#readme",
"dependencies": {
"@actions/core": "^1.10.0"
},
"devDependencies": {
"@types/jest": "^28.1.7",
"@types/node": "^18.8.3",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.1",
"esbuild": "^0.16.16",
"eslint": "^8.31.0",
"jest": "^28.1.3",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.8",
"typescript": "^4.9.4"
}
}