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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user