update ngx-markdown to be compatible with angular

This commit is contained in:
2024-09-28 08:54:47 +02:00
parent 2711579afb
commit 1234560512
2 changed files with 423 additions and 306 deletions

725
pdb-js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@
"@angular/router": "^18.1.2", "@angular/router": "^18.1.2",
"luxon": "^3.4.3", "luxon": "^3.4.3",
"marked": "^12", "marked": "^12",
"ngx-markdown": "^17.0.0", "ngx-markdown": "18.0.0",
"rxjs": "~7.5.0", "rxjs": "~7.5.0",
"rxjs-compat": "^6.6.7", "rxjs-compat": "^6.6.7",
"tslib": "^2.3.0", "tslib": "^2.3.0",
@@ -49,4 +49,4 @@
"source-map-explorer": "^2.5.3", "source-map-explorer": "^2.5.3",
"typescript": "^5.4.5" "typescript": "^5.4.5"
} }
} }