Skip to content

Commit bf41621

Browse files
authored
chore: update demos to 6.0 (#211)
* chore: update demos to 6.0 * chore: update demos to 6.0 * chore: remove syncAllFiles
1 parent 9cecdbc commit bf41621

File tree

28 files changed

+28
-29
lines changed

28 files changed

+28
-29
lines changed

demo-angular/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demo.angular",
88
"tns-android": {
9-
"version": "5.4.0"
9+
"version": "6.0.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.4.0"
12+
"version": "6.0.1"
1313
}
1414
},
1515
"scripts": {
@@ -32,17 +32,16 @@
3232
"nativescript-camera": "../src",
3333
"nativescript-theme-core": "^1.0.4",
3434
"rxjs": "^6.3.3",
35-
"tns-core-modules": "^5.0.0",
36-
"zone.js": "^0.8.4",
37-
"typescript": "~3.4.5"
35+
"tns-core-modules": "^6.0.0",
36+
"zone.js": "^0.8.4"
3837
},
3938
"devDependencies": {
4039
"@angular/compiler-cli": "~8.0.0",
4140
"@ngtools/webpack": "~8.0.0",
4241
"nativescript-css-loader": "~0.26.0",
43-
"nativescript-dev-typescript": "~0.10.0",
44-
"nativescript-dev-webpack": "~0.24.0",
45-
"tns-platform-declarations": "^5.0.0",
46-
"tslint": "~5.11.0"
42+
"nativescript-dev-webpack": "~1.0.1",
43+
"tns-platform-declarations": "^6.0.0",
44+
"tslint": "~5.11.0",
45+
"typescript": "~3.4.5"
4746
}
4847
}

0 commit comments

Comments
 (0)