chore(examples): revert back to stable TS

The new router once required TS1.9 but it doesn't anymore. It's best to revert our examples to TS 1.8 since that is what we tell users to install, and we want to be testing on the current setup.
This commit is contained in:
Filipe Silva 2016-06-29 03:00:02 +01:00 committed by Naomi Black
parent bc0cb52851
commit e7bddeb5f9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"ts-node": "^0.7.3",
"typescript": "^1.9.0-dev.20160409",
"typescript": "^1.8.10",
"typings": "^1.0.4",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",