Updated all 'misc' samples to 1.1.0 dependencies (and to TypeScript 2 for the Webpack sample)

This commit is contained in:
SteveSandersonMS
2016-11-21 12:01:59 +00:00
parent 4cbbf58600
commit 31d8eb69a7
7 changed files with 37 additions and 46 deletions

View File

@@ -11,9 +11,10 @@
"webpack-hot-middleware": "^2.7.1"
},
"dependencies": {
"aspnet-webpack": "^1.0.3",
"aspnet-prerendering": "^1.0.4",
"aspnet-webpack": "^1.0.3",
"ts-loader": "^0.8.1",
"typescript": "^1.7.5"
"typescript": "^2.0.0",
"webpack": "^1.13.3"
}
}