Merge pull request #64 from NativeScript/mdonev/update-deps-60
chore: update dependencies for ns 6.0
This commit is contained in:
Коммит
81c8f079b9
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.Blank",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-blank-ng",
|
||||
|
@ -48,13 +48,13 @@
|
|||
"nativescript-theme-core": "~1.0.6",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.Blank",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-blank-ts",
|
||||
|
@ -35,10 +35,10 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.Blank",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-blank-vue",
|
||||
|
@ -39,16 +39,16 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-vue": "next",
|
||||
"tns-core-modules": "rc"
|
||||
"nativescript-vue": "~2.3.0",
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.1.0",
|
||||
"@babel/preset-env": "~7.1.0",
|
||||
"babel-loader": "~8.0.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-vue-template-compiler": "~2.2.0",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"nativescript-vue-template-compiler": "~2.3.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"vue-loader": "~15.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.Blank",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-blank",
|
||||
|
@ -35,9 +35,9 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc"
|
||||
"nativescript-dev-webpack": "~1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.DrawerNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-drawer-navigation-ng",
|
||||
|
@ -52,19 +52,19 @@
|
|||
"@angular/router": "~8.0.0",
|
||||
"nativescript-angular": "~8.0.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-sidedrawer": "androidx",
|
||||
"nativescript-ui-sidedrawer": "~7.0.0",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.DrawerNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-drawer-navigation-ts",
|
||||
|
@ -41,14 +41,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-sidedrawer": "androidx",
|
||||
"nativescript-ui-sidedrawer": "~7.0.0",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.DrawerNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-drawer-navigation-vue",
|
||||
|
@ -40,18 +40,18 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-sidedrawer": "androidx",
|
||||
"nativescript-vue": "next",
|
||||
"nativescript-ui-sidedrawer": "~7.0.0",
|
||||
"nativescript-vue": "~2.3.0",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.1.0",
|
||||
"@babel/preset-env": "~7.1.0",
|
||||
"babel-loader": "~8.0.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-vue-template-compiler": "~2.2.0",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"nativescript-vue-template-compiler": "~2.3.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"vue-loader": "~15.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.DrawerNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-drawer-navigation",
|
||||
|
@ -41,13 +41,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-sidedrawer": "androidx",
|
||||
"nativescript-ui-sidedrawer": "~7.0.0",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "~5.8.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.EnterpriseAuth",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-enterprise-auth-ng",
|
||||
|
@ -55,15 +55,15 @@
|
|||
"nativescript-theme-core": "~1.0.6",
|
||||
"reflect-metadata": "~0.1.10",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.EnterpriseAuth",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-enterprise-auth-ts",
|
||||
|
@ -43,11 +43,11 @@
|
|||
"dependencies": {
|
||||
"kinvey-nativescript-sdk": "4.2.1",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.EnterpriseAuth",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-enterprise-auth",
|
||||
|
@ -39,9 +39,9 @@
|
|||
"dependencies": {
|
||||
"kinvey-nativescript-sdk": "4.2.1",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc"
|
||||
"nativescript-dev-webpack": "~1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.HealthSurvey",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-health-survey-ng",
|
||||
|
@ -52,19 +52,19 @@
|
|||
"nativescript-angular": "~8.0.0",
|
||||
"nativescript-iqkeyboardmanager": "~1.5.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-dataform": "androidx",
|
||||
"nativescript-ui-dataform": "~5.0.0",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"tns-platform-declarations": "next",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"tns-platform-declarations": "~6.0.0",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.HelloWorld",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-hello-world-ng",
|
||||
|
@ -46,13 +46,13 @@
|
|||
"nativescript-theme-core": "~1.0.6",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.HelloWorld",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-hello-world-ts",
|
||||
|
@ -34,10 +34,10 @@
|
|||
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.HelloWorld",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-hello-world",
|
||||
|
@ -33,9 +33,9 @@
|
|||
"homepage": "https://github.com/NativeScript/nativescript-app-templates",
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc"
|
||||
"nativescript-dev-webpack": "~1.0.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetailKinvey",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail-kinvey-ng",
|
||||
|
@ -52,19 +52,19 @@
|
|||
"nativescript-angular": "~8.0.0",
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetailKinvey",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail-kinvey-ts",
|
||||
|
@ -43,13 +43,13 @@
|
|||
"kinvey-nativescript-sdk": "4.2.1",
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"tns-core-modules": "rc"
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetailKinvey",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail-kinvey",
|
||||
|
@ -44,12 +44,12 @@
|
|||
"kinvey-nativescript-sdk": "4.2.1",
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"tns-core-modules": "rc"
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "~5.8.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetail",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail-ng",
|
||||
|
@ -51,21 +51,21 @@
|
|||
"@angular/router": "~8.0.0",
|
||||
"nativescript-angular": "~8.0.0",
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-plugin-firebase": "~9.0.1",
|
||||
"nativescript-plugin-firebase": "~9.0.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetail",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail-ts",
|
||||
|
@ -39,16 +39,16 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-plugin-firebase": "~9.0.1",
|
||||
"nativescript-plugin-firebase": "~9.0.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetail",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail-vue",
|
||||
|
@ -39,19 +39,19 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-plugin-firebase": "~9.0.1",
|
||||
"nativescript-plugin-firebase": "~9.0.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"nativescript-vue": "next",
|
||||
"tns-core-modules": "rc"
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"nativescript-vue": "~2.3.0",
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "~7.1.0",
|
||||
"@babel/preset-env": "~7.1.0",
|
||||
"babel-loader": "~8.0.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-vue-template-compiler": "~2.2.0",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"nativescript-vue-template-compiler": "~2.3.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"vue-loader": "~15.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.MasterDetail",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-master-detail",
|
||||
|
@ -40,15 +40,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-imagepicker": "~6.2.0",
|
||||
"nativescript-plugin-firebase": "~9.0.1",
|
||||
"nativescript-plugin-firebase": "~9.0.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "~5.8.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.PatientCare",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-patient-care-ng",
|
||||
|
@ -53,21 +53,21 @@
|
|||
"nativescript-iqkeyboardmanager": "~1.5.0",
|
||||
"nativescript-phone": "~1.4.0",
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"nativescript-ui-dataform": "androidx",
|
||||
"nativescript-ui-gauge": "androidx",
|
||||
"nativescript-ui-listview": "androidx",
|
||||
"nativescript-ui-dataform": "~5.0.0",
|
||||
"nativescript-ui-gauge": "~5.0.0",
|
||||
"nativescript-ui-listview": "~7.0.0",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"tns-platform-declarations": "next",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"tns-platform-declarations": "~6.0.0",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.TabNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-tab-navigation-ng",
|
||||
|
@ -54,16 +54,16 @@
|
|||
"nativescript-theme-core": "~1.0.6",
|
||||
"reflect-metadata": "~0.1.12",
|
||||
"rxjs": "~6.5.0",
|
||||
"tns-core-modules": "rc",
|
||||
"tns-core-modules": "~6.0.0",
|
||||
"zone.js": "~0.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/compiler-cli": "~8.0.0",
|
||||
"@ngtools/webpack": "~8.0.0",
|
||||
"codelyzer": "~4.5.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.TabNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-tab-navigation-ts",
|
||||
|
@ -41,12 +41,12 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1",
|
||||
"tslint": "~5.11.0",
|
||||
"typescript": "~3.4.0"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"id": "org.nativescript.TabNavigation",
|
||||
"templateVersion": "v2",
|
||||
"tns-android": {
|
||||
"version": "6.0.0-rc-2019-07-04-174325-01"
|
||||
"version": "6.0.0"
|
||||
},
|
||||
"tns-ios": {
|
||||
"version": "6.0.0-rc-2019-07-10-174813-01"
|
||||
"version": "6.0.0"
|
||||
}
|
||||
},
|
||||
"name": "tns-template-tab-navigation",
|
||||
|
@ -41,11 +41,11 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"nativescript-theme-core": "~1.0.6",
|
||||
"tns-core-modules": "rc"
|
||||
"tns-core-modules": "~6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "~5.8.0",
|
||||
"nativescript-dev-webpack": "rc",
|
||||
"nativescript-dev-webpack": "~1.0.0",
|
||||
"node-sass": "^4.7.1"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче