build: update ref
All checks were successful
Build and Deploy Angular App / build (push) Successful in 51s

This commit is contained in:
2024-09-01 03:44:02 +03:00
parent 207f54ae17
commit 6450acf6a3
2 changed files with 141 additions and 161 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.0.0-b4",
"version": "1.0.0-b5",
"scripts": {
"ng": "ng",
"start": "ng serve",
@ -10,17 +10,17 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.1",
"@angular/cdk": "~18.2.1",
"@angular/cdk-experimental": "^18.2.1",
"@angular/common": "^18.2.1",
"@angular/compiler": "^18.2.1",
"@angular/core": "^18.2.1",
"@angular/forms": "^18.2.1",
"@angular/material": "~18.2.1",
"@angular/platform-browser": "^18.2.1",
"@angular/platform-browser-dynamic": "^18.2.1",
"@angular/router": "^18.2.1",
"@angular/animations": "^18.2.2",
"@angular/cdk": "~18.2.2",
"@angular/cdk-experimental": "^18.2.2",
"@angular/common": "^18.2.2",
"@angular/compiler": "^18.2.2",
"@angular/core": "^18.2.2",
"@angular/forms": "^18.2.2",
"@angular/material": "~18.2.2",
"@angular/platform-browser": "^18.2.2",
"@angular/platform-browser-dynamic": "^18.2.2",
"@angular/router": "^18.2.2",
"@dhutaryan/ngx-mat-timepicker": "^18.0.1",
"@progress/kendo-date-math": "^1.5.13",
"rxjs": "~7.8.1",
@ -28,9 +28,9 @@
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.1",
"@angular/cli": "^18.2.1",
"@angular/compiler-cli": "^18.2.1",
"@angular-devkit/build-angular": "^18.2.2",
"@angular/cli": "^18.2.2",
"@angular/compiler-cli": "^18.2.2",
"@types/jasmine": "~5.1.4",
"jasmine-core": "~5.2.0",
"karma": "~6.4.4",