Skip to content

Commit

Permalink
chore: update dependencies (#1993)
Browse files Browse the repository at this point in the history
* update awesome-typescript-loader and compiler-cli to accommodate changes in TS 2.0.0+
  • Loading branch information
sarunint authored and TheLarkInn committed Sep 7, 2016
1 parent caa3142 commit 8766494
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/ng2/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"protractor": "4.0.3",
"ts-node": "1.2.1",
"tslint": "3.13.0",
"typescript": "2.0.0"
"typescript": "2.0.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@angular-cli/ast-tools": "^1.0.0",
"@angular/compiler": "^2.0.0-rc.6",
"@angular/compiler-cli": "^0.5.0",
"@angular/compiler-cli": "^0.6.0",
"@angular/core": "^2.0.0-rc.6",
"@angular/tsc-wrapped": "^0.2.2",
"angular2-template-loader": "^0.5.0",
"awesome-typescript-loader": "^2.2.1",
"awesome-typescript-loader": "^2.2.3",
"chalk": "^1.1.3",
"common-tags": "^1.3.1",
"compression-webpack-plugin": "^0.3.1",
Expand Down Expand Up @@ -101,10 +101,10 @@
"ts-loader": "^0.8.2",
"tslint-loader": "^2.1.4",
"typedoc": "^0.4.2",
"typescript": "2.0.0",
"typescript": "2.0.2",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.19",
"webpack-dev-server": "2.1.0-beta.0",
"webpack-dev-server": "^2.1.0-beta.3",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "^0.14.0"
},
Expand Down

0 comments on commit 8766494

Please sign in to comment.