Skip to content

Commit

Permalink
chore: update typescript to ~2.0.3 (#2738)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored Oct 18, 2016
1 parent bfc3862 commit ae56b89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"tslint": "^3.15.1",
"tslint-loader": "^2.1.4",
"typedoc": "^0.4.2",
"typescript": "2.0.2",
"typescript": "~2.0.3",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-cli/blueprints/ng2/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"protractor": "4.0.9",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.0.2"
"typescript": "~2.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"tslint": "^3.15.1",
"tslint-loader": "^2.1.4",
"typedoc": "^0.4.2",
"typescript": "2.0.2",
"typescript": "~2.0.3",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@angular/tsc-wrapped": "^0.3.0",
"rxjs": "5.0.0-beta.11",
"denodeify": "^1.2.1",
"typescript": "2.0.2"
"typescript": "~2.0.3"
}
}
2 changes: 1 addition & 1 deletion tests/e2e/assets/webpack/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"performance-now": "^0.2.0",
"raw-loader": "^0.5.1",
"sass-loader": "^3.2.0",
"typescript": "2.0.2",
"typescript": "~2.0.3",
"webpack": "2.1.0-beta.22"
}
}

0 comments on commit ae56b89

Please sign in to comment.