chore: update examples to TS2.0 (#2329)

This commit is contained in:
Filipe Silva
2016-09-14 18:15:51 +01:00
committed by Ward Bell
parent 6813ced018
commit 69ae63c4b1
15 changed files with 20 additions and 16 deletions
+3 -2
View File
@@ -51,6 +51,7 @@
"devDependencies": {
"angular-cli": "^1.0.0-beta.5",
"angular2-template-loader": "^0.4.0",
"awesome-typescript-loader": "^2.2.4",
"canonical-path": "0.0.2",
"concurrently": "^2.2.0",
"css-loader": "^0.23.1",
@@ -79,9 +80,9 @@
"rollup-plugin-commonjs": "^4.1.0",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"ts-node": "^0.7.3",
"ts-node": "^1.3.0",
"tslint": "^3.15.1",
"typescript": "2.0.2",
"typescript": "^2.0.2",
"typings": "^1.3.2",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",