diff --git a/demo-angular/package.json b/demo-angular/package.json index 120404e..7307d47 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo.angular", "tns-android": { - "version": "4.1.3" + "version": "4.2.0" }, "tns-ios": { - "version": "4.1.0" + "version": "4.2.0" } }, "scripts": { @@ -18,31 +18,27 @@ "generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install" }, "dependencies": { - "@angular/animations": "~6.0.6", - "@angular/common": "~6.0.6", - "@angular/compiler": "~6.0.6", - "@angular/core": "~6.0.6", - "@angular/forms": "~6.0.6", - "@angular/http": "~6.0.6", - "@angular/platform-browser": "~6.0.6", - "@angular/platform-browser-dynamic": "~6.0.6", - "@angular/router": "~6.0.6", - "nativescript-angular": "~6.0.6", + "@angular/animations": "~6.1.0", + "@angular/common": "~6.1.0", + "@angular/compiler": "~6.1.0", + "@angular/core": "~6.1.0", + "@angular/forms": "~6.1.0", + "@angular/http": "~6.1.0", + "@angular/platform-browser": "~6.1.0", + "@angular/platform-browser-dynamic": "~6.1.0", + "@angular/router": "~6.1.0", + "nativescript-angular": "~6.1.0", "nativescript-camera": "../src", "nativescript-theme-core": "^1.0.4", - "rxjs": "~6.1.0", - "tns-core-modules": "^4.1.0", + "rxjs": "~6.2.0", + "tns-core-modules": "^4.2.0", "zone.js": "^0.8.4" }, "devDependencies": { - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lazy": "1.0.11", "nativescript-css-loader": "~0.26.0", - "nativescript-dev-typescript": "^0.7.1", - "nativescript-dev-webpack": "~0.14.0", - "tslint": "^5.0.0", - "typescript": "~2.7.2" + "nativescript-dev-typescript": "^0.7.2", + "nativescript-dev-webpack": "~0.15.1", + "tslint": "^5.11.0", + "typescript": "~2.8.2" } } diff --git a/demo/package.json b/demo/package.json index 3dc9663..e0d80d2 100644 --- a/demo/package.json +++ b/demo/package.json @@ -6,10 +6,10 @@ "nativescript": { "id": "org.nativescript.demo", "tns-android": { - "version": "4.1.3" + "version": "4.2.0" }, "tns-ios": { - "version": "4.1.0" + "version": "4.2.0" } }, "scripts": { @@ -21,18 +21,14 @@ }, "dependencies": { "nativescript-camera": "../src", - "tns-core-modules": "^4.1.0" + "tns-core-modules": "^4.2.0" }, "devDependencies": { - "babel-traverse": "6.26.0", - "babel-types": "6.26.0", - "babylon": "6.18.0", - "lazy": "1.0.11", "nativescript-css-loader": "~0.26.1", "nativescript-dev-appium": "3.2.0", - "nativescript-dev-typescript": "^0.7.1", - "nativescript-dev-webpack": "~0.14.0", - "tslint": "^5.0.0", - "typescript": "~2.7.2" + "nativescript-dev-typescript": "^0.7.2", + "nativescript-dev-webpack": "~0.15.1", + "tslint": "^5.11.0", + "typescript": "~2.8.2" } }