mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
f1cfb5ac10
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3) --- updated-dependencies: - dependency-name: typescript 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>
36 lines
932 B
JSON
36 lines
932 B
JSON
{
|
|
"name": "@mage-os/github-actions",
|
|
"version": "1.5.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.10.5",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.1",
|
|
"@typescript-eslint/parser": "^8.19.1",
|
|
"esbuild": "^0.24.2",
|
|
"eslint": "^9.17.0",
|
|
"jest": "^29.5.0",
|
|
"standard-version": "^9.5.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|