Skip to content

Commit 1bfd1e4

Browse files
authored
Merge pull request #121 from NativeScript/lini/update-4-2-0
chor: update demo apps for NativeScript 4.2.0
2 parents 8811109 + d074901 commit 1bfd1e4

File tree

2 files changed

+25
-33
lines changed

2 files changed

+25
-33
lines changed

demo-angular/package.json

Lines changed: 18 additions & 22 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": "4.1.3"
9+
"version": "4.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "4.1.0"
12+
"version": "4.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -18,31 +18,27 @@
1818
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
1919
},
2020
"dependencies": {
21-
"@angular/animations": "~6.0.6",
22-
"@angular/common": "~6.0.6",
23-
"@angular/compiler": "~6.0.6",
24-
"@angular/core": "~6.0.6",
25-
"@angular/forms": "~6.0.6",
26-
"@angular/http": "~6.0.6",
27-
"@angular/platform-browser": "~6.0.6",
28-
"@angular/platform-browser-dynamic": "~6.0.6",
29-
"@angular/router": "~6.0.6",
30-
"nativescript-angular": "~6.0.6",
21+
"@angular/animations": "~6.1.0",
22+
"@angular/common": "~6.1.0",
23+
"@angular/compiler": "~6.1.0",
24+
"@angular/core": "~6.1.0",
25+
"@angular/forms": "~6.1.0",
26+
"@angular/http": "~6.1.0",
27+
"@angular/platform-browser": "~6.1.0",
28+
"@angular/platform-browser-dynamic": "~6.1.0",
29+
"@angular/router": "~6.1.0",
30+
"nativescript-angular": "~6.1.0",
3131
"nativescript-camera": "../src",
3232
"nativescript-theme-core": "^1.0.4",
33-
"rxjs": "~6.1.0",
34-
"tns-core-modules": "^4.1.0",
33+
"rxjs": "~6.2.0",
34+
"tns-core-modules": "^4.2.0",
3535
"zone.js": "^0.8.4"
3636
},
3737
"devDependencies": {
38-
"babel-traverse": "6.26.0",
39-
"babel-types": "6.26.0",
40-
"babylon": "6.18.0",
41-
"lazy": "1.0.11",
4238
"nativescript-css-loader": "~0.26.0",
43-
"nativescript-dev-typescript": "^0.7.1",
44-
"nativescript-dev-webpack": "~0.14.0",
45-
"tslint": "^5.0.0",
46-
"typescript": "~2.7.2"
39+
"nativescript-dev-typescript": "^0.7.2",
40+
"nativescript-dev-webpack": "~0.15.1",
41+
"tslint": "^5.11.0",
42+
"typescript": "~2.8.2"
4743
}
4844
}

demo/package.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.demo",
88
"tns-android": {
9-
"version": "4.1.3"
9+
"version": "4.2.0"
1010
},
1111
"tns-ios": {
12-
"version": "4.1.0"
12+
"version": "4.2.0"
1313
}
1414
},
1515
"scripts": {
@@ -21,18 +21,14 @@
2121
},
2222
"dependencies": {
2323
"nativescript-camera": "../src",
24-
"tns-core-modules": "^4.1.0"
24+
"tns-core-modules": "^4.2.0"
2525
},
2626
"devDependencies": {
27-
"babel-traverse": "6.26.0",
28-
"babel-types": "6.26.0",
29-
"babylon": "6.18.0",
30-
"lazy": "1.0.11",
3127
"nativescript-css-loader": "~0.26.1",
3228
"nativescript-dev-appium": "3.2.0",
33-
"nativescript-dev-typescript": "^0.7.1",
34-
"nativescript-dev-webpack": "~0.14.0",
35-
"tslint": "^5.0.0",
36-
"typescript": "~2.7.2"
29+
"nativescript-dev-typescript": "^0.7.2",
30+
"nativescript-dev-webpack": "~0.15.1",
31+
"tslint": "^5.11.0",
32+
"typescript": "~2.8.2"
3733
}
3834
}

0 commit comments

Comments
 (0)