dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
2 changed files with 6410 additions and 4752 deletions
Showing only changes of commit 4ce9cca7e0 - Show all commits

11134
pdb-js/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,28 +13,28 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^15.0.2", "@angular/animations": "^16.2.7",
"@angular/cdk": "^15.0.1", "@angular/cdk": "^15.0.1",
"@angular/common": "^15.0.2", "@angular/common": "^16.2.7",
"@angular/compiler": "^15.0.2", "@angular/compiler": "^16.2.7",
"@angular/core": "^15.0.2", "@angular/core": "^16.2.7",
"@angular/forms": "^15.0.2", "@angular/forms": "^16.2.7",
"@angular/material": "^15.0.1", "@angular/material": "^15.0.1",
"@angular/platform-browser": "^15.0.2", "@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^15.0.2", "@angular/platform-browser-dynamic": "^16.2.7",
"@angular/router": "^15.0.2", "@angular/router": "^16.2.7",
"marked": "^4.2.12", "marked": "^4.2.12",
"moment": "^2.29.1", "moment": "^2.29.1",
"ngx-markdown": "^15.1.2", "ngx-markdown": "^16.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",
"zone.js": "~0.11.4" "zone.js": "~0.13.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^15.0.2", "@angular-devkit/build-angular": "^16.2.4",
"@angular/cli": "^15.0.2", "@angular/cli": "^16.2.4",
"@angular/compiler-cli": "^15.0.2", "@angular/compiler-cli": "^16.2.7",
"@types/jasmine": "~3.10.0", "@types/jasmine": "~3.10.0",
"@types/marked": "^4.0.8", "@types/marked": "^4.0.8",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
@@ -44,6 +44,6 @@
"karma-coverage": "~2.1.0", "karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0", "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0", "karma-jasmine-html-reporter": "~1.7.0",
"typescript": "4.8" "typescript": "4.9"
} }
} }