mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
1d9ad11e92
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) 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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" 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>
36 lines
976 B
JSON
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.1",
|
|
"@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"
|
|
}
|
|
}
|