Skip to content

Commit 0bf46bd

Browse files
authored
feat(angular): v18
1 parent bc2a8ea commit 0bf46bd

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

apps/nativescript-starter-angular/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,29 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@angular/animations": "~17.3.0",
8-
"@angular/common": "~17.3.0",
9-
"@angular/compiler": "~17.3.0",
10-
"@angular/core": "~17.3.0",
11-
"@angular/forms": "~17.3.0",
12-
"@angular/platform-browser": "~17.3.0",
13-
"@angular/platform-browser-dynamic": "~17.3.0",
14-
"@angular/router": "~17.3.0",
15-
"@nativescript/angular": "^17.0.0",
7+
"@angular/animations": "~18.0.0",
8+
"@angular/common": "~18.0.0",
9+
"@angular/compiler": "~18.0.0",
10+
"@angular/core": "~18.0.0",
11+
"@angular/forms": "~18.0.0",
12+
"@angular/platform-browser": "~18.0.0",
13+
"@angular/platform-browser-dynamic": "~18.0.0",
14+
"@angular/router": "~18.0.0",
15+
"@nativescript/angular": "^18.0.0",
1616
"@nativescript/core": "~8.7.0",
1717
"@nativescript/theme": "~3.0.2",
1818
"rxjs": "~7.8.0",
1919
"zone.js": "~0.14.2"
2020
},
2121
"devDependencies": {
22-
"@angular-devkit/build-angular": "~17.3.0",
23-
"@angular/compiler-cli": "~17.3.0",
22+
"@angular-devkit/build-angular": "~18.0.0",
23+
"@angular/compiler-cli": "~18.0.0",
2424
"@nativescript/preview-cli": "1.0.12",
2525
"@nativescript/stackblitz": "0.0.8",
2626
"@nativescript/tailwind": "^2.1.0",
2727
"@nativescript/types-minimal": "~8.7.0",
2828
"@nativescript/webpack": "~5.0.0",
29-
"@ngtools/webpack": "~17.3.0",
29+
"@ngtools/webpack": "~18.0.0",
3030
"tailwindcss": "~3.4.0",
3131
"typescript": "~5.4.0"
3232
}

0 commit comments

Comments
 (0)