diff --git a/.travis.yml b/.travis.yml index c5504d4..1d44eef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ matrix: language: node_js node_js: "8" jdk: oraclejdk8 + before_script: pod repo update script: cd demo && npm run build.plugin && npm i && tns build ios --bundle --env.uglify - os: linux language: android @@ -40,6 +41,7 @@ matrix: language: node_js node_js: "8" jdk: oraclejdk8 + before_script: pod repo update script: - cd src && npm i && npm run tsc && cd ../demo && tns build ios - os: linux @@ -63,6 +65,7 @@ matrix: env: - iOS="UnitTests" osx_image: xcode10.0 + before_script: pod repo update script: - cd src && npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios - travis_wait travis_retry tns test ios --justlaunch diff --git a/demo-angular/package.json b/demo-angular/package.json index 01570b1..6dcbd1c 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demoangular", "tns-android": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" } }, "dependencies": { @@ -21,7 +21,7 @@ "nativescript-angular": "~7.2.0", "nativescript-geolocation": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-toast": "^1.4.6", + "nativescript-toast": "~2.0.0", "tns-core-modules": "^5.0.0", "reflect-metadata": "~0.1.10", "rxjs": "~6.3.0", @@ -30,7 +30,7 @@ "devDependencies": { "@nativescript/schematics": "~0.5.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", + "nativescript-dev-webpack": "~0.22.0", "@angular/compiler-cli": "~7.2.0", "@ngtools/webpack": "~7.1.0" }, diff --git a/demo-vue/package.json b/demo-vue/package.json index d6dd10e..8f17228 100644 --- a/demo-vue/package.json +++ b/demo-vue/package.json @@ -2,10 +2,10 @@ "nativescript": { "id": "org.nativescript.demovue", "tns-android": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" } }, "scripts": { @@ -14,17 +14,17 @@ "dependencies": { "nativescript-geolocation": "../src", "nativescript-theme-core": "~1.0.4", - "nativescript-toast": "^1.4.6", - "nativescript-vue": "^2.0.0", + "nativescript-toast": "~2.0.0", + "nativescript-vue": "~2.2.0", "tns-core-modules": "^5.0.0" }, "devDependencies": { "@babel/core": "~7.1.0", "@babel/preset-env": "~7.1.0", "babel-loader": "~8.0.0", - "nativescript-dev-webpack": "~0.21.0", + "nativescript-dev-webpack": "~0.22.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-vue-template-compiler": "^2.0.0", + "nativescript-vue-template-compiler": "~2.2.0", "node-sass": "~4.9.0", "vue-loader": "~15.4.0" } diff --git a/demo/app/package.json b/demo/app/package.json index 5c5204e..670accf 100644 --- a/demo/app/package.json +++ b/demo/app/package.json @@ -1,7 +1,5 @@ { - "name": "tns-template-hello-world-ts", "main": "app.js", - "version": "1.6.0", "android": { "v8Flags": "--expose_gc", "markingMode": "none", diff --git a/demo/package.json b/demo/package.json index 7c7e0f8..19a4edb 100644 --- a/demo/package.json +++ b/demo/package.json @@ -2,16 +2,16 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "5.3.0" + "version": "5.4.0" }, "tns-ios": { - "version": "5.3.0" + "version": "5.4.0" } }, "dependencies": { "nativescript-geolocation": "../src", "nativescript-theme-core": "^1.0.4", - "nativescript-toast": "^1.4.6", + "nativescript-toast": "~2.0.0", "nativescript-unit-test-runner": "^0.3.4", "tns-core-modules": "^5.0.0" }, @@ -22,7 +22,7 @@ "karma-nativescript-launcher": "^0.4.0", "nativescript-css-loader": "~0.26.0", "nativescript-dev-typescript": "~0.9.0", - "nativescript-dev-webpack": "~0.21.0", + "nativescript-dev-webpack": "~0.22.0", "tns-platform-declarations": "^5.0.0", "tslint": "~5.11.0" },