Skip to content

Commit e7bddeb

Browse files
filipesilvanaomiblack
authored andcommitted
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.
1 parent bc0cb52 commit e7bddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"style-loader": "^0.13.1",
7373
"ts-loader": "^0.8.2",
7474
"ts-node": "^0.7.3",
75-
"typescript": "^1.9.0-dev.20160409",
75+
"typescript": "^1.8.10",
7676
"typings": "^1.0.4",
7777
"webpack": "^1.13.0",
7878
"webpack-dev-server": "^1.14.1",

0 commit comments

Comments
 (0)