Skip to content

Commit

Permalink
feat(angular): v18
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Jun 4, 2024
1 parent bc2a8ea commit 0bf46bd
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions apps/nativescript-starter-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 0bf46bd

Please sign in to comment.