diff --git a/angular.json b/angular.json index 9312917..08c50a0 100644 --- a/angular.json +++ b/angular.json @@ -57,18 +57,18 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "mapapps:build" + "buildTarget": "mapapps:build" }, "configurations": { "production": { - "browserTarget": "mapapps:build:production" + "buildTarget": "mapapps:build:production" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "mapapps:build" + "buildTarget": "mapapps:build" } }, "test": { diff --git a/package.json b/package.json index a696ac2..c3ccb63 100644 --- a/package.json +++ b/package.json @@ -11,28 +11,28 @@ }, "private": true, "dependencies": { - "@angular/animations": "~10.2.5", - "@angular/common": "~10.2.5", - "@angular/compiler": "~10.2.5", - "@angular/core": "~10.2.5", - "@angular/forms": "~10.2.5", - "@angular/platform-browser": "~10.2.5", - "@angular/platform-browser-dynamic": "~10.2.5", - "@angular/router": "~10.2.5", + "@angular/animations": "~19.2.19", + "@angular/common": "~19.2.19", + "@angular/compiler": "~19.2.19", + "@angular/core": "~19.2.19", + "@angular/forms": "~19.2.19", + "@angular/platform-browser": "~19.2.19", + "@angular/platform-browser-dynamic": "~19.2.19", + "@angular/router": "~19.2.19", "@syncfusion/ej2-angular-buttons": "^30.1.37", "@syncfusion/ej2-angular-maps": "^18.3.53", "@syncfusion/ej2-angular-navigations": "^30.1.42", "@syncfusion/ej2-angular-notifications": "^30.1.37", "core-js": "^2.5.4", - "rxjs": "~6.6.0", - "tslib": "^2.0.0", - "zone.js": "~0.10.3" + "rxjs": "~7.6.0", + "tslib": "^2.8.1", + "zone.js": "~0.15.0" }, "devDependencies": { - "@angular-devkit/build-angular": "~0.1002.3", - "@angular/cli": "~10.2.3", - "@angular/compiler-cli": "~10.2.5", - "@angular/language-service": "~10.2.5", + "@angular-devkit/build-angular": "~19.2.19", + "@angular/cli": "~19.2.19", + "@angular/compiler-cli": "~19.2.19", + "@angular/language-service": "~19.2.19", "@types/jasmine": "~3.5.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", @@ -47,6 +47,6 @@ "protractor": "~7.0.0", "ts-node": "~8.3.0", "tslint": "~6.1.0", - "typescript": "~4.0.2" + "typescript": "~5.8.3" } }