diff --git a/demo-angular/package.json b/demo-angular/package.json index 2d40c91..3493646 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -9,21 +9,22 @@ } }, "dependencies": { - "@angular/common": "~7.2.0", - "@angular/compiler": "~7.2.0", - "@angular/core": "~7.2.0", - "@angular/forms": "~7.2.0", - "@angular/http": "~7.2.0", - "@angular/platform-browser": "~7.2.0", - "@angular/platform-browser-dynamic": "~7.2.0", - "@angular/router": "~7.2.0", - "nativescript-angular": "~7.2.0", + "@angular/common": "~8.0.0", + "@angular/compiler": "~8.0.0", + "@angular/core": "~8.0.0", + "@angular/forms": "~8.0.0", + "@angular/http": "8.0.0-beta.10", + "@angular/platform-browser": "~8.0.0", + "@angular/platform-browser-dynamic": "~8.0.0", + "@angular/router": "~8.0.0", + "nativescript-angular": "~8.0.0", "nativescript-imagepicker": "../src", "nativescript-theme-core": "^1.0.4", "nativescript-unit-test-runner": "^0.3.4", "reflect-metadata": "~0.1.8", "rxjs": "^6.3.3", - "tns-core-modules": "^5.0.0" + "tns-core-modules": "^5.0.0", + "typescript": "~3.4.5" }, "devDependencies": { "jasmine-core": "^2.5.2", @@ -31,8 +32,8 @@ "karma-jasmine": "^1.0.2", "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.24.0", + "nativescript-dev-typescript": "~0.10.0", "tns-platform-declarations": "^5.0.0", "tslint": "~5.11.0", "zone.js": "^0.8.4" @@ -50,4 +51,4 @@ "build-android-bundle": "npm run ns-bundle --android --build-app", "build-ios-bundle": "npm run ns-bundle --ios --build-app" } -} \ No newline at end of file +} diff --git a/src/package.json b/src/package.json index 714b04f..18428d4 100644 --- a/src/package.json +++ b/src/package.json @@ -48,7 +48,7 @@ "devDependencies": { "tns-core-modules": "^5.0.0", "tns-platform-declarations": "^5.0.0", - "typescript": "~3.1.6", + "typescript": "~3.4.5", "tslint": "~5.11.0" }, "dependencies": {