File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 66 "nativescript" : {
77 "id" : " org.nativescript.demo.angular" ,
88 "tns-android" : {
9- "version" : " 6.1 .0"
9+ "version" : " 6.2 .0"
1010 },
1111 "tns-ios" : {
12- "version" : " 6.1 .0"
12+ "version" : " 6.2 .0"
1313 }
1414 },
1515 "scripts" : {
2727 "@angular/platform-browser" : " ~8.2.0" ,
2828 "@angular/platform-browser-dynamic" : " ~8.2.0" ,
2929 "@angular/router" : " ~8.2.0" ,
30- "nativescript-angular" : " ~8.2 .0" ,
30+ "nativescript-angular" : " ~8.20 .0" ,
3131 "nativescript-camera" : " ../src" ,
3232 "nativescript-theme-core" : " ^1.0.4" ,
3333 "rxjs" : " ^6.4.0" ,
3838 "@angular/compiler-cli" : " ~8.2.0" ,
3939 "@ngtools/webpack" : " ~8.2.0" ,
4040 "nativescript-css-loader" : " ~0.26.0" ,
41- "nativescript-dev-webpack" : " ^1.0 .0" ,
41+ "nativescript-dev-webpack" : " ^1.3 .0" ,
4242 "tns-platform-declarations" : " ^6.0.0" ,
4343 "tslint" : " ~5.11.0" ,
4444 "typescript" : " ~3.5.3"
4545 }
46- }
46+ }
Original file line number Diff line number Diff line change 22 "nativescript" : {
33 "id" : " org.nativescript.demovue" ,
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 "scripts" : {
2222 "@babel/preset-env" : " ~7.1.0" ,
2323 "@types/node" : " ~10.12.18" ,
2424 "babel-loader" : " ~8.0.0" ,
25- "nativescript-dev-webpack" : " ^1.0 .0" ,
25+ "nativescript-dev-webpack" : " ^1.3 .0" ,
2626 "nativescript-vue-template-compiler" : " ~2.4.0" ,
2727 "node-sass" : " ~4.12.0" ,
2828 "tslint" : " ~5.12.1" ,
2929 "vue-loader" : " ~15.4.0" ,
30- "typescript" : " ~3.4.5 "
30+ "typescript" : " ~3.5.3 "
3131 }
3232}
Original file line number Diff line number Diff line change 66 "nativescript" : {
77 "id" : " org.nativescript.demo" ,
88 "tns-android" : {
9- "version" : " 6.1 .0"
9+ "version" : " 6.2 .0"
1010 },
1111 "tns-ios" : {
12- "version" : " 6.1 .0"
12+ "version" : " 6.2 .0"
1313 }
1414 },
1515 "scripts" : {
2626 "devDependencies" : {
2727 "@types/node" : " ~10.12.18" ,
2828 "nativescript-css-loader" : " ~0.26.1" ,
29- "nativescript-dev-webpack" : " ^1.0 .0" ,
29+ "nativescript-dev-webpack" : " ^1.3 .0" ,
3030 "tns-platform-declarations" : " ^6.0.0" ,
3131 "tslint" : " ~5.11.0" ,
32- "typescript" : " ~3.4.5 "
32+ "typescript" : " ~3.5.3 "
3333 }
3434}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ declare let global: any;
1212let useAndroidX = function ( ) {
1313 return global . androidx && global . androidx . appcompat ;
1414} ;
15- const FileProviderPackageName = useAndroidX ( ) ? global . androidx . core . content : android . support . v4 . content ;
15+ const FileProviderPackageName = useAndroidX ( ) ? global . androidx . core . content : global . android . support . v4 . content ;
1616
1717export let takePicture = function ( options ?) : Promise < any > {
1818 return new Promise ( ( resolve , reject ) => {
Original file line number Diff line number Diff line change 4646 "nativescript-permissions" : " ~1.3.0"
4747 },
4848 "devDependencies" : {
49- "tns-core-modules" : " ^5 .0.0" ,
50- "tns-platform-declarations" : " ^5 .0.0" ,
51- "typescript" : " ~3.1.6 " ,
49+ "tns-core-modules" : " ^6 .0.0" ,
50+ "tns-platform-declarations" : " ^6 .0.0" ,
51+ "typescript" : " ~3.5.3 " ,
5252 "prompt" : " ^1.0.0" ,
5353 "rimraf" : " ^2.6.2" ,
5454 "tslint" : " ~5.11.0"
You can’t perform that action at this time.
0 commit comments