Skip to content

Commit 4550e2d

Browse files
committed
chore: deps update
1 parent fb5568b commit 4550e2d

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,32 @@
3131
"url": "https://github.com/NativeScript/NativeScript/issues"
3232
},
3333
"dependencies": {
34-
"@angular/animations": "~16.2.9",
35-
"@angular/common": "~16.2.9",
36-
"@angular/compiler": "~16.2.9",
37-
"@angular/core": "~16.2.9",
38-
"@angular/forms": "~16.2.9",
39-
"@angular/platform-browser": "~16.2.9",
40-
"@angular/platform-browser-dynamic": "~16.2.9",
41-
"@angular/router": "~16.2.9",
34+
"@angular/animations": "~17.3.6",
35+
"@angular/common": "~17.3.6",
36+
"@angular/compiler": "~17.3.6",
37+
"@angular/compiler-cli": "~17.3.6",
38+
"@angular/core": "~17.3.6",
39+
"@angular/forms": "~17.3.6",
40+
"@angular/platform-browser": "~17.3.6",
41+
"@angular/platform-browser-dynamic": "~17.3.6",
42+
"@angular/router": "17.3.6",
4243
"@nativescript-community/template-snippet": "*",
43-
"@nativescript/angular": "~16.0.1",
44-
"@nativescript/core": "~8.5.1",
44+
"@nativescript/angular": "~17.0.0",
45+
"@nativescript/core": "~8.7.2",
4546
"@nativescript/theme": "~3.0.2",
4647
"rxjs": "~7.8.1",
47-
"zone.js": "~0.14.0"
48+
"zone.js": "~0.14.4"
4849
},
4950
"devDependencies": {
50-
"@akylas/nativescript": "~8.4.1",
51-
"@angular-devkit/build-angular": "^15.2.6",
52-
"@angular/compiler-cli": "^15.2.8",
53-
"@nativescript/android": "~8.4.0",
54-
"@nativescript/ios": "8.4.0",
55-
"@nativescript/types": "~8.4.0",
56-
"@nativescript/webpack": "~5.0.14",
57-
"@ngtools/webpack": "~15.2.6",
58-
"typescript": "~4.8.4"
51+
"@akylas/nativescript": "~8.7.2",
52+
"@angular-devkit/build-angular": "^17.3.6",
53+
"@angular/compiler-cli": "^17.3.6",
54+
"@nativescript/android": "~8.7.0",
55+
"@nativescript/ios": "8.7.1",
56+
"@nativescript/types": "~8.7.0",
57+
"@nativescript/webpack": "~5.0.21",
58+
"@ngtools/webpack": "^17.3.6",
59+
"typescript": "~5.4.5"
5960
},
6061
"readme": "NativeScript Application"
6162
}

0 commit comments

Comments
 (0)