pin rollup

This commit is contained in:
pratik
2025-10-15 14:47:09 -05:00
parent 6c21590000
commit be81392c1a
2 changed files with 1716 additions and 598 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -37,12 +37,15 @@
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.7.2",
"vite": "6.3.6"
"vite": "6.3.6",
"rollup": "4.50.2"
},
"resolutions": {
"vite": "6.3.6"
"vite": "6.3.6",
"rollup": "4.50.2"
},
"overrides": {
"vite": "6.3.6"
"vite": "6.3.6",
"rollup": "4.50.2"
}
}