Skip to content

Commit

Permalink
chore: update to typescript@2.0.2 - the currect 2.0 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar authored and vicb committed Aug 31, 2016
1 parent 174c016 commit 2b20db6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/@angular/compiler-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"minimist": "^1.2.0"
},
"peerDependencies": {
"typescript": "^1.9.0-dev",
"typescript": "^2.0.2",
"@angular/compiler": "0.0.0-PLACEHOLDER",
"@angular/platform-server": "0.0.0-PLACEHOLDER",
"@angular/core": "0.0.0-PLACEHOLDER"
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.clean.json
Original file line number Diff line number Diff line change
Expand Up @@ -5418,7 +5418,7 @@
"version": "0.0.6"
},
"typescript": {
"version": "2.1.0-dev.20160827"
"version": "2.0.2"
},
"ua-parser-js": {
"version": "0.7.10"
Expand Down
9 changes: 5 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"ts2dart": "^0.9.10",
"tsickle": "^0.1.7",
"tslint": "^3.15.0-dev.0",
"typescript": "^2.1.0-dev.20160827",
"typescript": "^2.0.2",
"universal-analytics": "^0.3.9",
"webpack": "^1.12.6",
"which": "~1",
Expand Down
2 changes: 1 addition & 1 deletion tools/@angular/tsc-wrapped/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"tsickle": "0.1.6"
},
"peerDependencies": {
"typescript": "^1.9.0-dev"
"typescript": "^2.0.2"
}
}

0 comments on commit 2b20db6

Please sign in to comment.