cmake-action/package.json
dependabot[bot] 8f8eb8290a
Some checks are pending
Build / Build Action (push) Waiting to run
Test / Test Action (macos-14) (push) Waiting to run
Test / Test Action (ubuntu-24.04) (push) Waiting to run
Test / Test Action (windows-2022) (push) Waiting to run
Test / Test Action With Specified Directories (push) Waiting to run
Test / Test Action Without Run Build (push) Waiting to run
Test / Test Action With Additional Options (push) Waiting to run
Test / Test Action With Custom Generator (push) Waiting to run
chore: bump lefthook from 1.12.2 to 1.12.3 (#792)
Bumps [lefthook](https://github.com/evilmartians/lefthook) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evilmartians/lefthook/compare/v1.12.2...v1.12.3)

---
updated-dependencies:
- dependency-name: lefthook
  dependency-version: 1.12.3
  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>
2025-08-23 21:39:36 +07:00

29 lines
667 B
JSON

{
"name": "root",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run"
},
"dependencies": {
"gha-utils": "^0.4.1"
},
"devDependencies": {
"@eslint/js": "^9.32.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@tsconfig/node24": "^24.0.1",
"@types/node": "^24.1.0",
"@vitest/coverage-v8": "^3.1.4",
"eslint": "^9.29.0",
"jiti": "^2.5.1",
"lefthook": "^1.12.3",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"rollup": "^4.46.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.39.1",
"vitest": "^3.1.4"
}
}