cmake-action/package.json
dependabot[bot] a536778c85
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 jiti from 2.4.2 to 2.5.1 (#779)
Bumps [jiti](https://github.com/unjs/jiti) from 2.4.2 to 2.5.1.
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/jiti/compare/v2.4.2...v2.5.1)

---
updated-dependencies:
- dependency-name: jiti
  dependency-version: 2.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-10 22:52:25 +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.31.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"@tsconfig/node20": "^20.1.6",
"@types/node": "^24.1.0",
"@vitest/coverage-v8": "^3.1.4",
"eslint": "^9.29.0",
"jiti": "^2.5.1",
"lefthook": "^1.12.2",
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.2.0",
"rollup": "^4.46.2",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1",
"vitest": "^3.1.4"
}
}