Skip to content

Commit

Permalink
docs(webpack-demo)
Browse files Browse the repository at this point in the history
Updated webpack demo to target latest Webpack/angular dependencies.
Addresses and closes #140 as not reproduceable.
  • Loading branch information
Stabzs committed Feb 2, 2018
1 parent 3ff097a commit ed3134e
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions demo/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,31 @@
"author": "Stabzs",
"license": "ISC",
"devDependencies": {
"typescript": "2.3.2",
"webpack": "2.5.0",
"webpack-dev-server": "2.4.5"
"typescript": "2.7.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.11.1"
},
"dependencies": {
"@angular/animations": "4.1.0",
"@angular/common": "4.1.0",
"@angular/compiler": "4.1.0",
"@angular/compiler-cli": "4.1.0",
"@angular/core": "4.1.0",
"@angular/platform-browser": "4.1.0",
"@angular/platform-browser-dynamic": "4.1.0",
"@angular/platform-server": "4.1.0",
"rxjs": "5.2.0",
"@angular/animations": "5.2.3",
"@angular/common": "5.2.3",
"@angular/compiler": "5.2.3",
"@angular/compiler-cli": "5.2.3",
"@angular/core": "5.2.3",
"@angular/platform-browser": "5.2.3",
"@angular/platform-browser-dynamic": "5.2.3",
"@angular/platform-server": "5.2.3",
"angular2-toaster": "4.0.2",
"rxjs": "5.5.6",
"@types/jasmine": "2.5.47",
"@types/node": "7.0.12",
"awesome-typescript-loader": "3.1.2",
"awesome-typescript-loader": "3.4.1",
"core-js": "2.4.1",
"reflect-metadata": "0.1.10",
"source-map-loader": "0.2.0",
"ts-helpers": "1.1.2",
"ts-loader": "2.0.3",
"typescript": "2.3.2",
"webpack": "2.3.2",
"ts-loader": "3.4.0",
"typescript": "2.7.1",
"webpack": "3.10.0",
"zone.js": "0.8.5"
}
}
}
}

0 comments on commit ed3134e

Please sign in to comment.