From 0bf46bdebc275cc19fa197fafc4f91e283ece8ce Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 3 Jun 2024 17:27:10 -0700 Subject: [PATCH] feat(angular): v18 --- .../nativescript-starter-angular/package.json | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/nativescript-starter-angular/package.json b/apps/nativescript-starter-angular/package.json index 4229a6b..33d760f 100644 --- a/apps/nativescript-starter-angular/package.json +++ b/apps/nativescript-starter-angular/package.json @@ -4,29 +4,29 @@ "version": "1.0.0", "private": true, "dependencies": { - "@angular/animations": "~17.3.0", - "@angular/common": "~17.3.0", - "@angular/compiler": "~17.3.0", - "@angular/core": "~17.3.0", - "@angular/forms": "~17.3.0", - "@angular/platform-browser": "~17.3.0", - "@angular/platform-browser-dynamic": "~17.3.0", - "@angular/router": "~17.3.0", - "@nativescript/angular": "^17.0.0", + "@angular/animations": "~18.0.0", + "@angular/common": "~18.0.0", + "@angular/compiler": "~18.0.0", + "@angular/core": "~18.0.0", + "@angular/forms": "~18.0.0", + "@angular/platform-browser": "~18.0.0", + "@angular/platform-browser-dynamic": "~18.0.0", + "@angular/router": "~18.0.0", + "@nativescript/angular": "^18.0.0", "@nativescript/core": "~8.7.0", "@nativescript/theme": "~3.0.2", "rxjs": "~7.8.0", "zone.js": "~0.14.2" }, "devDependencies": { - "@angular-devkit/build-angular": "~17.3.0", - "@angular/compiler-cli": "~17.3.0", + "@angular-devkit/build-angular": "~18.0.0", + "@angular/compiler-cli": "~18.0.0", "@nativescript/preview-cli": "1.0.12", "@nativescript/stackblitz": "0.0.8", "@nativescript/tailwind": "^2.1.0", "@nativescript/types-minimal": "~8.7.0", "@nativescript/webpack": "~5.0.0", - "@ngtools/webpack": "~17.3.0", + "@ngtools/webpack": "~18.0.0", "tailwindcss": "~3.4.0", "typescript": "~5.4.0" }