This commit is contained in:
2022-08-18 17:19:20 -04:00
parent c87bdd8906
commit 8899687c03
3 changed files with 1713 additions and 1045 deletions

View File

@@ -25,13 +25,13 @@
"@aspnet/signalr": "^1.1.4",
"@types/moment-duration-format": "^2.2.2",
"@types/suncalc": "^1.8.0",
"angular-gridster2": "^12.0.0",
"angular-highcharts": "^11.3.1",
"highcharts": "^9.1.0",
"moment": "^2.27.0",
"angular-gridster2": "^14.1.1",
"angular-highcharts": "^14.1.7",
"highcharts": "^10.2.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"ngx-moment": "^4.0.1",
"rxjs": "~6.6.7",
"ngx-moment": "^6.0.2",
"rxjs": "~7.5.6",
"suncalc": "^1.8.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
@@ -41,20 +41,20 @@
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@angular/language-service": "^14.1.3",
"@types/jasmine": "~3.6.0",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.0.14",
"@types/node": "^18.7.6",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "~7.0.0",
"ts-node": "~8.10.2",
"ts-node": "~10.9.1",
"tslint": "~6.1.2",
"typescript": "~4.6.4"
"typescript": "~4.7.4"
}
}
}