Skip to content

Commit

Permalink
feat: Angular 19.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Feb 14, 2025
1 parent c44e9cb commit 8f29d4b
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": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"@angular/animations": "~19.1.0",
"@angular/common": "~19.1.0",
"@angular/compiler": "~19.1.0",
"@angular/core": "~19.1.0",
"@angular/forms": "~19.1.0",
"@angular/platform-browser": "~19.1.0",
"@angular/platform-browser-dynamic": "~19.1.0",
"@angular/router": "~19.1.0",
"@nativescript/angular": "^19.0.0",
"@nativescript/core": "~8.8.0",
"rxjs": "~7.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@angular-devkit/build-angular": "~19.1.0",
"@angular/compiler-cli": "~19.1.0",
"@nativescript/preview-cli": "1.0.13",
"@nativescript/stackblitz": "0.0.8",
"@nativescript/tailwind": "^2.1.0",
"@nativescript/types": "~8.8.0",
"@nativescript/webpack": "~5.0.0",
"@ngtools/webpack": "~19.0.0",
"@ngtools/webpack": "~19.1.0",
"tailwindcss": "~3.4.0",
"typescript": "~5.6.0"
"typescript": "~5.7.0"
}
}

0 comments on commit 8f29d4b

Please sign in to comment.