diff --git a/public/docs/_examples/webpack/ts/package.webpack.json b/public/docs/_examples/webpack/ts/package.webpack.json index 0e58f8680c..94e5525bd2 100644 --- a/public/docs/_examples/webpack/ts/package.webpack.json +++ b/public/docs/_examples/webpack/ts/package.webpack.json @@ -10,13 +10,13 @@ }, "license": "MIT", "dependencies": { - "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.1", - "@angular/core": "2.0.0-rc.1", - "@angular/http": "2.0.0-rc.1", - "@angular/platform-browser": "2.0.0-rc.1", - "@angular/platform-browser-dynamic": "2.0.0-rc.1", - "@angular/router-deprecated": "2.0.0-rc.1", + "@angular/common": "2.0.0-rc.2", + "@angular/compiler": "2.0.0-rc.2", + "@angular/core": "2.0.0-rc.2", + "@angular/http": "2.0.0-rc.2", + "@angular/platform-browser": "2.0.0-rc.2", + "@angular/platform-browser-dynamic": "2.0.0-rc.2", + "@angular/router-deprecated": "2.0.0-rc.2", "core-js": "^2.4.0", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.6", @@ -40,10 +40,10 @@ "rimraf": "^2.5.2", "style-loader": "^0.13.1", "ts-loader": "^0.8.1", - "typescript": "^1.8.9", + "typescript": "^1.8.10", "typings": "^1.0.4", - "webpack": "^1.12.14", + "webpack": "^1.13.0", "webpack-dev-server": "^1.14.1", - "webpack-merge": "^0.9.0" + "webpack-merge": "^0.14.0" } } diff --git a/public/docs/_examples/webpack/ts/tsconfig.1.json b/public/docs/_examples/webpack/ts/tsconfig.1.json index 302417ff3d..fd1d10190d 100644 --- a/public/docs/_examples/webpack/ts/tsconfig.1.json +++ b/public/docs/_examples/webpack/ts/tsconfig.1.json @@ -9,10 +9,5 @@ "removeComments": false, "noImplicitAny": true, "suppressImplicitAnyIndexErrors": true - }, - "exclude": [ - "node_modules", - "typings/main", - "typings/main.d.ts" - ] + } }