mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
0481c19b4d
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
1022 B
JSON
36 lines
1022 B
JSON
{
|
|
"name": "@graycoreio/github-actions-magento2",
|
|
"version": "8.2.0",
|
|
"description": "Github Actions for Magento 2",
|
|
"scripts": {
|
|
"test": "cd supported-version && npm run test && cd - && cd setup-install && 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.11.1",
|
|
"@actions/exec": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^24.10.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
"@typescript-eslint/parser": "^8.49.0",
|
|
"esbuild": "^0.25.12",
|
|
"eslint": "^9.39.2",
|
|
"jest": "^29.5.0",
|
|
"ts-jest": "^29.4.6",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|