mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-23 03:51:20 +00:00
Bumps [rollup](https://github.com/rollup/rollup) from 4.34.9 to 4.35.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.34.9...v4.35.0) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
696 B
JSON
30 lines
696 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"format": "prettier --write --cache . !dist !README.md",
|
|
"lint": "eslint",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"gha-utils": "^0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"@types/node": "^22.13.9",
|
|
"@vitest/coverage-v8": "^3.0.8",
|
|
"eslint": "^9.21.0",
|
|
"prettier": "^3.5.3",
|
|
"rollup": "^4.35.0",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.26.0",
|
|
"vitest": "^3.0.7"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
}
|