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

Commit 594c3e8

Browse files
bump NativeScript deps
1 parent aa6171f commit 594c3e8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

demo-ng/package.json

Lines changed: 5 additions & 5 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": "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
"dependencies": {
@@ -25,11 +25,11 @@
2525
"nativescript-angular": "^6.0.0",
2626
"nativescript-camera": "^4.0.2",
2727
"nativescript-imagepicker": "^6.0.1",
28-
"nativescript-plugin-firebase": "^6.0.0",
28+
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-6.5.0.tgz",
2929
"nativescript-theme-core": "~1.0.4",
3030
"reflect-metadata": "~0.1.10",
3131
"rxjs": "~6.0.0 || >=6.1.0",
32-
"tns-core-modules": "~4.1.0",
32+
"tns-core-modules": "~4.2.0",
3333
"zone.js": "~0.8.26"
3434
},
3535
"devDependencies": {
@@ -56,4 +56,4 @@
5656
"webpack-cli": "~2.1.3",
5757
"webpack-sources": "~1.1.0"
5858
}
59-
}
59+
}

demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"nativescript": {
33
"id": "org.nativescript.firebasedemo",
44
"tns-ios": {
5-
"version": "4.1.0"
5+
"version": "4.2.0"
66
},
77
"tns-android": {
8-
"version": "4.1.3"
8+
"version": "4.2.0"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-6.5.0.tgz",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
15-
"tns-core-modules": "~4.0.0"
15+
"tns-core-modules": "~4.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/jasmine": "~2.8.0",
@@ -35,7 +35,7 @@
3535
"nativescript-worker-loader": "~0.8.1",
3636
"raw-loader": "~0.5.1",
3737
"resolve-url-loader": "~2.1.0",
38-
"tns-platform-declarations": "^3.4.0",
38+
"tns-platform-declarations": "~4.2.0",
3939
"tslint": "~5.4.3",
4040
"typescript": "~2.8.0",
4141
"webpack": "~3.8.1",
@@ -48,4 +48,4 @@
4848
"build.plugin": "cd ../src && npm run build",
4949
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)