Upgrade dependencies (Kotlin, Vaadin, Spring Boot, PF4J)

This commit is contained in:
grimsi
2025-01-14 13:03:11 +01:00
parent 8fdb6ac24d
commit d7258892fd
4 changed files with 1278 additions and 1160 deletions
+1
View File
@@ -297,6 +297,7 @@ function statsExtracterPlugin(): PluginOption {
const generatedImports = Array.from(generatedImportsSet).sort();
const frontendFiles: Record<string, string> = {};
frontendFiles['index.html'] = createHash('sha256').update(customIndexData.replace(/\r\n/g, '\n'), 'utf8').digest('hex');
const projectFileExtensions = ['.js', '.js.map', '.ts', '.ts.map', '.tsx', '.tsx.map', '.css', '.css.map', '.'];