Fix rollup version in cli-module-build to prevent API report breakage

Downgrade rollup from ^4.59.0 to ^4.27.3 to match the main CLI package
and avoid the dedupe upgrading all rollup instances to 4.59.0, which
breaks API report generation.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-14 16:14:54 +01:00
parent 72457cfe98
commit 506da6b8be
2 changed files with 94 additions and 124 deletions
+1 -1
View File
@@ -87,7 +87,7 @@
"@types/npm-packlist": "^3.0.0",
"@types/shell-quote": "^1.7.5",
"cross-spawn": "^7.0.6",
"rollup": "^4.59.0",
"rollup": "^4.27.3",
"ts-morph": "^24.0.0"
},
"bin": "bin/cli-module-build"