From b6c6461d4c75c87b8578ef468dc8a725c50c549a Mon Sep 17 00:00:00 2001 From: Sinan997 Date: Thu, 23 May 2024 10:19:20 +0300 Subject: [PATCH] update angular versions in dev-app --- npm/ng-packs/package.json | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/npm/ng-packs/package.json b/npm/ng-packs/package.json index f8012cd55f..e298a87cdb 100644 --- a/npm/ng-packs/package.json +++ b/npm/ng-packs/package.json @@ -46,42 +46,42 @@ "devDependencies": { "@abp/ng.theme.lepton-x": "~3.2.0-rc.2", "@abp/utils": "~8.2.0-rc.2", - "@angular-devkit/build-angular": "~17.1.0", - "@angular-devkit/core": "~17.1.0", - "@angular-devkit/schematics": "~17.1.0", - "@angular-devkit/schematics-cli": "~17.1.0", - "@angular-eslint/eslint-plugin": "~17.2.0", - "@angular-eslint/eslint-plugin-template": "~17.2.0", - "@angular-eslint/template-parser": "~17.2.0", - "@angular/animations": "~17.1.0", - "@angular/cli": "~17.1.0", - "@angular/common": "~17.1.0", - "@angular/compiler": "~17.1.0", - "@angular/compiler-cli": "~17.1.0", - "@angular/core": "~17.1.0", - "@angular/forms": "~17.1.0", - "@angular/language-service": "~17.1.0", - "@angular/localize": "~17.1.0", - "@angular/platform-browser": "~17.1.0", - "@angular/platform-browser-dynamic": "~17.1.0", - "@angular/router": "~17.1.0", + "@angular-devkit/build-angular": "~17.3.0", + "@angular-devkit/core": "~17.3.0", + "@angular-devkit/schematics": "~17.3.0", + "@angular-devkit/schematics-cli": "~17.3.0", + "@angular-eslint/eslint-plugin": "~17.3.0", + "@angular-eslint/eslint-plugin-template": "~17.3.0", + "@angular-eslint/template-parser": "~17.3.0", + "@angular/animations": "~17.3.0", + "@angular/cli": "~17.3.0", + "@angular/common": "~17.3.0", + "@angular/compiler": "~17.3.0", + "@angular/compiler-cli": "~17.3.0", + "@angular/core": "~17.3.0", + "@angular/forms": "~17.3.0", + "@angular/language-service": "~17.3.0", + "@angular/localize": "~17.3.0", + "@angular/platform-browser": "~17.3.0", + "@angular/platform-browser-dynamic": "~17.3.0", + "@angular/router": "~17.3.0", "@fortawesome/fontawesome-free": "^6.0.0", "@ng-bootstrap/ng-bootstrap": "~16.0.0", "@ngneat/spectator": "^16.0.0", "@ngx-validate/core": "^0.2.0", - "@nx/angular": "~18.2.0", - "@nx/cypress": "~18.2.0", - "@nx/devkit": "~18.2.0", - "@nx/eslint": "~18.2.0", - "@nx/eslint-plugin": "~18.2.0", - "@nx/jest": "~18.2.0", - "@nx/js": "~18.2.0", - "@nx/plugin": "~18.2.0", - "@nx/workspace": "~18.2.0", + "@nx/angular": "19.0.6", + "@nx/cypress": "19.0.6", + "@nx/devkit": "19.0.6", + "@nx/eslint": "19.0.6", + "@nx/eslint-plugin": "19.0.6", + "@nx/jest": "19.0.6", + "@nx/js": "19.0.6", + "@nx/plugin": "19.0.6", + "@nx/workspace": "19.0.6", "@popperjs/core": "~2.11.0", "@schematics/angular": "~17.3.0", "@swc-node/register": "1.6.8", - "@swc/cli": "~0.1.0", + "@swc/cli": "0.3.12", "@swc/core": "1.3.94", "@swc/helpers": "0.5.3", "@swimlane/ngx-datatable": "^20.0.0", @@ -112,7 +112,7 @@ "lint-staged": "^13.0.0", "ng-packagr": "~17.3.0", "ng-zorro-antd": "^17.0.0", - "nx": "~18.2.0", + "nx": "19.0.6", "perfect-scrollbar": "^1.0.0", "postcss": "^8.0.0", "postcss-import": "14.1.0",