Refacto issue detail

This commit is contained in:
2026-05-23 09:21:44 +02:00
parent 4960292ecf
commit 4a2be2758e
5 changed files with 321 additions and 444 deletions
+13
View File
@@ -15,6 +15,7 @@
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"bootstrap": "^5.3.3",
"marked": "^18.0.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -6181,6 +6182,18 @@
"node": "^20.17.0 || >=22.9.0"
}
},
"node_modules/marked": {
"version": "18.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz",
"integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/math-intrinsics": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",