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

Commit 86ccaea

Browse files
bump {N} deps
1 parent 0974c06 commit 86ccaea

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

demo-ng/app/tabs/mlkit/mlkit.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ export class MLKitComponent {
338338
}
339339

340340
private scanBarcodeOnDevice(imageSource: ImageSource): void {
341-
console.log(">>> imageSource.rotationAngle: " + imageSource.rotationAngle);
342341
firebase.mlkit.barcodescanning.scanBarcodesOnDevice({
343342
image: imageSource,
344343
formats: [BarcodeFormat.QR_CODE, BarcodeFormat.EAN_13]

demo-ng/nsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"useLegacyWorkflow": true
3+
}

demo-ng/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.firebasedemo.firestore",
88
"tns-android": {
9-
"version": "5.2.0"
9+
"version": "5.4.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.2.0"
12+
"version": "5.4.0"
1313
}
1414
},
1515
"dependencies": {
@@ -40,7 +40,7 @@
4040
"babylon": "6.18.0",
4141
"lazy": "1.0.11",
4242
"nativescript-dev-typescript": "~0.7.0",
43-
"nativescript-dev-webpack": "^0.15.1",
43+
"nativescript-dev-webpack": "0.24.1",
4444
"typescript": "~2.8.0"
4545
}
4646
}

demo-ng/tsconfig.tns.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig",
3+
"compilerOptions": {
4+
"module": "es2015",
5+
"moduleResolution": "node"
6+
}
7+
}

0 commit comments

Comments
 (0)