mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-23 03:51:20 +00:00
Bumps [gha-utils](https://github.com/threeal/gha-utils) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/threeal/gha-utils/releases) - [Commits](https://github.com/threeal/gha-utils/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: gha-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com>
32 lines
742 B
JSON
32 lines
742 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"format": "prettier --write --cache . !dist !README.md",
|
|
"lint": "eslint",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"gha-utils": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"@jest/globals": "^29.7.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/jest": "^29.5.13",
|
|
"@types/node": "^22.5.5",
|
|
"eslint": "^9.9.1",
|
|
"jest": "^29.7.0",
|
|
"prettier": "^3.3.3",
|
|
"rollup": "^4.21.3",
|
|
"ts-jest": "^29.2.5",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.6.2",
|
|
"typescript-eslint": "^8.5.0"
|
|
},
|
|
"packageManager": "yarn@4.4.1"
|
|
}
|