Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit a4ecdd2

Browse files
chalinkwalrath
authored andcommitted
chore: pin TS version to 2.0 (#2949)
Fixes #2948
1 parent cd7b4d5 commit a4ecdd2

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"q": "^1.4.1",
6767
"tree-kill": "^1.0.0",
6868
"tslint": "^3.15.1",
69-
"typescript": "^2.0.3",
69+
"typescript": "~2.0.10",
7070
"yargs": "^4.7.1"
7171
},
7272
"dependencies": {

public/docs/_examples/homepage-hello-world/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="https://unpkg.com/zone.js@0.6.25"></script>
1515
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
1616
<script src="https://unpkg.com/systemjs@0.19.39/dist/system.src.js"></script>
17-
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
17+
<script src="https://unpkg.com/typescript@2.0.10/lib/typescript.js"></script>
1818

1919
<!-- 2. Configure SystemJS -->
2020
<script src="systemjs.config.js"></script>

public/docs/_examples/homepage-tabs/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://unpkg.com/zone.js@0.6.25"></script>
1616
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
1717
<script src="https://unpkg.com/systemjs@0.19.39/dist/system.src.js"></script>
18-
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
18+
<script src="https://unpkg.com/typescript@2.0.10/lib/typescript.js"></script>
1919

2020
<!-- 2. Configure SystemJS -->
2121
<script src="systemjs.config.js"></script>

public/docs/_examples/homepage-todo/ts/index.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://unpkg.com/zone.js@0.6.25"></script>
1616
<script src="https://unpkg.com/reflect-metadata@0.1.8"></script>
1717
<script src="https://unpkg.com/systemjs@0.19.27/dist/system.src.js"></script>
18-
<script src="https://unpkg.com/typescript@2.0.3/lib/typescript.js"></script>
18+
<script src="https://unpkg.com/typescript@2.0.10/lib/typescript.js"></script>
1919

2020
<!-- 2. Configure SystemJS -->
2121
<script src="systemjs.config.js"></script>

public/docs/_examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"style-loader": "^0.13.1",
8181
"ts-node": "^1.3.0",
8282
"tslint": "^3.15.1",
83-
"typescript": "^2.0.10",
83+
"typescript": "~2.0.10",
8484
"webdriver-manager": "10.2.5",
8585
"webpack": "^1.13.0",
8686
"webpack-dev-server": "^1.14.1",

public/docs/_examples/quickstart/ts/package.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
"@types/node": "^6.0.45",
3232
"concurrently": "^3.0.0",
3333
"lite-server": "^2.2.2",
34-
"typescript": "^2.0.3"
34+
"typescript": "~2.0.10"
3535
}
3636
}

public/docs/_examples/webpack/ts/package.webpack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"raw-loader": "^0.5.1",
4343
"rimraf": "^2.5.2",
4444
"style-loader": "^0.13.1",
45-
"typescript": "^2.0.3",
45+
"typescript": "~2.0.10",
4646
"webpack": "^1.13.0",
4747
"webpack-dev-server": "^1.14.1",
4848
"webpack-merge": "^0.14.0"

0 commit comments

Comments
 (0)