Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit e17608c

Browse files
Zdravko BranzovZdravko Branzov
authored andcommitted
fix: use the latest runtime and ns-angular
1 parent 3feb331 commit e17608c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo-angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demoangular",
44
"tns-android": {
5-
"version": "6.1.0"
5+
"version": "6.2.0"
66
},
77
"tns-ios": {
8-
"version": "6.1.0"
8+
"version": "6.2.0"
99
}
1010
},
1111
"dependencies": {
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "~8.2.0",
1818
"@angular/platform-browser-dynamic": "~8.2.0",
1919
"@angular/router": "~8.2.0",
20-
"nativescript-angular": "~8.2.0",
20+
"nativescript-angular": "~8.20.0",
2121
"nativescript-geolocation": "../src",
2222
"nativescript-theme-core": "~1.0.4",
2323
"nativescript-toast": "~2.0.0",

0 commit comments

Comments
 (0)