Compare commits

...

9 Commits

2 changed files with 903 additions and 313 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,12 +15,12 @@
"@angular/animations": "~13.3.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.2.0",
"@angular/compiler": "~14.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/forms": "~14.2.0",
"@angular/material": "^13.3.6",
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/platform-browser-dynamic": "~14.2.0",
"@angular/router": "~14.2.0",
"bootstrap": "^5.1.3",
"ngx-cron-editor": "^0.7.3",
@ -35,7 +35,7 @@
"@angular-eslint/eslint-plugin-template": "14.1.0",
"@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.5",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~13.3.0",
"@types/jasmine": "~4.0.3",
"@types/node": "^18.0.0",
@ -47,7 +47,7 @@
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.8.0"
}
}