cmake-action/package.json
dependabot[bot] 7ec07f33f4
chore: bump rollup from 4.41.1 to 4.42.0
Bumps [rollup](https://github.com/rollup/rollup) from 4.41.1 to 4.42.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.41.1...v4.42.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.42.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 06:03:15 +00:00

28 lines
621 B
JSON

{
"name": "root",
"private": true,
"type": "module",
"scripts": {
"test": "vitest run"
},
"dependencies": {
"gha-utils": "^0.4.1"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@tsconfig/node20": "^20.1.5",
"@types/node": "^22.15.30",
"@vitest/coverage-v8": "^3.1.4",
"eslint": "^9.28.0",
"lefthook": "^1.11.13",
"prettier": "^3.5.3",
"rollup": "^4.42.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"vitest": "^3.1.4"
}
}