44 "nativescript" : {
55 "id" : " org.nativescript.demoangular" ,
66 "tns-ios" : {
7- "version" : " 4.2 .0"
7+ "version" : " 5.0 .0"
88 },
99 "tns-android" : {
10- "version" : " 4.2 .0"
10+ "version" : " 5.0 .0"
1111 }
1212 },
1313 "dependencies" : {
1919 "@angular/platform-browser" : " ~6.1.0" ,
2020 "@angular/platform-browser-dynamic" : " ~6.1.0" ,
2121 "@angular/router" : " ~6.1.0" ,
22- "nativescript-angular" : " ~6.1 .0" ,
22+ "nativescript-angular" : " ~6.2 .0" ,
2323 "nativescript-facebook" : " ../src" ,
2424 "nativescript-theme-core" : " ^1.0.4" ,
2525 "nativescript-unit-test-runner" : " ^0.3.4" ,
2626 "rxjs" : " ~6.1.0" ,
27- "tns-core-modules" : " ^4.2.0 " ,
27+ "tns-core-modules" : " ^5.0.1 " ,
2828 "zone.js" : " ^0.8.4"
2929 },
3030 "devDependencies" : {
3333 "karma-jasmine" : " ^1.0.2" ,
3434 "karma-nativescript-launcher" : " ^0.4.0" ,
3535 "nativescript-css-loader" : " ~0.26.0" ,
36- "nativescript-dev-typescript" : " ~0.7.2 " ,
37- "nativescript-dev-webpack" : " ~0.15.1 " ,
36+ "nativescript-dev-typescript" : " ~0.7.4 " ,
37+ "nativescript-dev-webpack" : " ~0.17.0 " ,
3838 "tslint" : " ~5.11.0" ,
39- "typescript" : " ~2.8.2"
39+ "typescript" : " ~2.8.2" ,
40+ "@angular/compiler-cli" : " ~6.1.0" ,
41+ "@ngtools/webpack" : " ~6.2.0"
4042 },
4143 "scripts" : {
4244 "build.plugin" : " cd ../src && npm run build" ,
4547 "ci.ios.build" : " cd ../src && npm run build.iosOnly && cd ../demo-angular && tns build ios" ,
4648 "generate-android-snapshot" : " generate-android-snapshot --targetArchs arm,arm64,ia32 --install"
4749 }
48- }
50+ }
0 commit comments