- upgrade final dependencies to solve compile errors

This commit is contained in:
Mike Penz
2023-07-14 08:44:12 +00:00
committed by GitHub
parent 66fa4e959f
commit 34e64f17ce
6 changed files with 9856 additions and 24160 deletions
-1
View File
@@ -48,7 +48,6 @@ export class ReleaseNotesBuilder {
private configuration: Configuration
) {}
async build(): Promise<string | null> {
const releaseNotesData = checkExportedData()
if (releaseNotesData == null) {