diff --git a/demo-angular/package.json b/demo-angular/package.json index 5a92aa8..13f2277 100644 --- a/demo-angular/package.json +++ b/demo-angular/package.json @@ -11,15 +11,15 @@ } }, "dependencies": { - "@angular/common": "~6.0.0", - "@angular/compiler": "~6.0.0", - "@angular/core": "~6.0.0", - "@angular/forms": "~6.0.0", - "@angular/http": "~6.0.0", - "@angular/platform-browser": "~6.0.0", - "@angular/platform-browser-dynamic": "~6.0.0", - "@angular/router": "~6.0.0", - "nativescript-angular": "6.0.0", + "@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", "nativescript-facebook": "../src", "nativescript-theme-core": "^1.0.4", "nativescript-unit-test-runner": "^0.3.4", @@ -28,14 +28,10 @@ "zone.js": "^0.8.4" }, "devDependencies": { - "@angular/compiler-cli": "~6.0.0", - "@ngtools/webpack": "~6.0.0", + "@angular/compiler-cli": "~6.1.0-beta.1", "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", - "copy-webpack-plugin": "~4.5.1", - "css-loader": "~0.28.7", - "extract-text-webpack-plugin": "~3.0.2", "filewalker": "0.1.2", "jasmine-core": "^2.5.2", "karma": "^1.3.0", @@ -44,19 +40,10 @@ "lazy": "1.0.11", "nativescript-css-loader": "~0.26.0", "nativescript-dev-typescript": "^0.7.1", - "nativescript-dev-webpack": "0.12.0", - "nativescript-worker-loader": "~0.8.1", - "raw-loader": "~0.5.1", - "resolve-url-loader": "~2.3.0", + "nativescript-dev-webpack": "~0.14.0", "tslint": "~5.4.3", "typescript": "~2.7.2", - "webpack": "~4.5.0", - "webpack-bundle-analyzer": "~2.9.1", - "webpack-cli": "~2.0.14", - "webpack-sources": "~1.1.0", - "uglifyjs-webpack-plugin": "~1.2.4", - "clean-webpack-plugin": "~0.1.19", - "@angular-devkit/core": "~0.6.3" + "@angular-devkit/build-angular": "~0.7.0-rc.0" }, "scripts": { "build.plugin": "cd ../src && npm run build", diff --git a/demo/package.json b/demo/package.json index 76b3d55..009ae35 100644 --- a/demo/package.json +++ b/demo/package.json @@ -15,15 +15,11 @@ "tns-core-modules": "4.1.0" }, "devDependencies": { - "awesome-typescript-loader": "~5.0.0", "babel-traverse": "6.26.0", "babel-types": "6.26.0", "babylon": "6.18.0", "chai": "~4.1.2", "chai-as-promised": "~7.1.1", - "copy-webpack-plugin": "~4.5.1", - "css-loader": "~0.28.11", - "extract-text-webpack-plugin": "~3.0.2", "filewalker": "~0.1.3", "jasmine-core": "^3.1.0", "karma": "^2.0.2", @@ -34,19 +30,10 @@ "nativescript-css-loader": "~0.26.1", "nativescript-dev-appium": "3.2.0", "nativescript-dev-typescript": "^0.7.1", - "nativescript-dev-webpack": "0.12.0", - "nativescript-worker-loader": "~0.9.0", - "raw-loader": "~0.5.1", - "resolve-url-loader": "~2.3.0", + "nativescript-dev-webpack": "~0.14.0", "tslint": "~5.4.3", "typescript": "~2.7.2", "wd": "~1.7.0", - "webpack": "~4.5.0", - "webpack-bundle-analyzer": "^2.9.1", - "webpack-cli": "~2.0.14", - "webpack-sources": "~1.1.0", - "uglifyjs-webpack-plugin": "~1.2.5", - "clean-webpack-plugin": "~0.1.19", "@types/chai": "^4.1.3", "@types/mocha": "^5.2.0", "@types/node": "^10.1.2" diff --git a/demo/tsconfig.json b/demo/tsconfig.json index c1c8c72..489da50 100644 --- a/demo/tsconfig.json +++ b/demo/tsconfig.json @@ -41,4 +41,4 @@ "platforms" ], "compileOnSave": false -} +} \ No newline at end of file