From e7bddeb5f91a7a7bb3c419528253a29960dd0c96 Mon Sep 17 00:00:00 2001 From: Filipe Silva Date: Wed, 29 Jun 2016 03:00:02 +0100 Subject: [PATCH] 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. --- public/docs/_examples/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/_examples/package.json b/public/docs/_examples/package.json index 672209a37d..c7aa9ffbb9 100644 --- a/public/docs/_examples/package.json +++ b/public/docs/_examples/package.json @@ -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",