build: upgrade ref

This commit is contained in:
Polianin Nikita 2024-06-15 22:07:03 +03:00
parent c91973b185
commit 8d075f8982
2 changed files with 367 additions and 270 deletions

605
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "frontend", "name": "frontend",
"version": "1.0.0-a0", "version": "1.0.0-b0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
@ -10,26 +10,26 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^18.0.2", "@angular/animations": "^18.0.3",
"@angular/cdk": "~18.0.2", "@angular/cdk": "~18.0.3",
"@angular/cdk-experimental": "^18.0.2", "@angular/cdk-experimental": "^18.0.3",
"@angular/common": "^18.0.2", "@angular/common": "^18.0.3",
"@angular/compiler": "^18.0.2", "@angular/compiler": "^18.0.3",
"@angular/core": "^18.0.2", "@angular/core": "^18.0.3",
"@angular/forms": "^18.0.2", "@angular/forms": "^18.0.3",
"@angular/material": "~18.0.2", "@angular/material": "~18.0.3",
"@angular/platform-browser": "^18.0.2", "@angular/platform-browser": "^18.0.3",
"@angular/platform-browser-dynamic": "^18.0.2", "@angular/platform-browser-dynamic": "^18.0.3",
"@angular/router": "^18.0.2", "@angular/router": "^18.0.3",
"@progress/kendo-date-math": "^1.5.13", "@progress/kendo-date-math": "^1.5.13",
"rxjs": "~7.8.1", "rxjs": "~7.8.1",
"tslib": "^2.6.3", "tslib": "^2.6.3",
"zone.js": "~0.14.6" "zone.js": "~0.14.7"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^18.0.3", "@angular-devkit/build-angular": "^18.0.4",
"@angular/cli": "^18.0.3", "@angular/cli": "^18.0.4",
"@angular/compiler-cli": "^18.0.2", "@angular/compiler-cli": "^18.0.3",
"@types/jasmine": "~5.1.4", "@types/jasmine": "~5.1.4",
"jasmine-core": "~5.1.2", "jasmine-core": "~5.1.2",
"karma": "~6.4.3", "karma": "~6.4.3",