Skip to content

Commit f190be3

Browse files
bumped a few deps
1 parent 26a5be4 commit f190be3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

demo-ng/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.demong.AppSync",
44
"tns-android": {
5-
"version": "6.0.0"
5+
"version": "6.0.2"
66
},
77
"tns-ios": {
8-
"version": "6.0.1"
8+
"version": "6.0.2"
99
}
1010
},
1111
"description": "NativeScript Application",
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser-dynamic": "~8.2.3",
4444
"@angular/router": "~8.2.3",
4545
"nativescript-angular": "~8.2.0",
46-
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.4.tgz",
46+
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.5.tgz",
4747
"nativescript-theme-core": "~1.0.6",
4848
"reflect-metadata": "~0.1.13",
4949
"rxjs": "~6.5.2",

demo/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.plugindemo.AppSync",
44
"tns-ios": {
5-
"version": "6.0.1"
5+
"version": "6.0.2"
66
},
77
"tns-android": {
8-
"version": "6.0.0"
8+
"version": "6.0.2"
99
}
1010
},
1111
"scripts": {
@@ -31,10 +31,10 @@
3131
"ci.tslint": "npm i && tslint --config '../tslint.json' 'demoapp/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
3232
},
3333
"dependencies": {
34-
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.4.tgz",
34+
"nativescript-app-sync": "file:../publish/package/nativescript-app-sync-1.0.5.tgz",
3535
"nativescript-theme-core": "~1.0.4",
3636
"nativescript-unit-test-runner": "0.7.0",
37-
"tns-core-modules": "6.0.1"
37+
"tns-core-modules": "~6.0.0"
3838
},
3939
"devDependencies": {
4040
"babel-traverse": "6.26.0",
@@ -47,7 +47,7 @@
4747
"karma-nativescript-launcher": "^0.4.0",
4848
"lazy": "1.0.11",
4949
"nativescript-dev-webpack": "1.0.1",
50-
"tns-platform-declarations": "6.0.1",
50+
"tns-platform-declarations": "~6.0.0",
5151
"tslint": "~5.4.3",
5252
"typescript": "3.4.5",
5353
"karma-webpack": "3.0.5"

0 commit comments

Comments
 (0)