Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(deps): upgrade angular to 2.1.0, plus others
Browse files Browse the repository at this point in the history
Also:
* @angular/router to 3.10
* typescript to 2.0.3
* reflect-metadata to 0.1.8
* zone.js to 0.6.25
  • Loading branch information
GiuseppePiscopo committed Oct 17, 2016
1 parent 3c88691 commit 293cb51
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/AWATTS/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,21 @@
"npm": ">= 3"
},
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/compiler-cli": "0.6.3",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0-rc.3",
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/compiler-cli": "2.1.0",
"@angular/core": "2.1.0",
"@angular/forms": "2.1.0",
"@angular/http": "2.1.0",
"@angular/platform-browser": "2.1.0",
"@angular/platform-browser-dynamic": "2.1.0",
"@angular/router": "3.1.0",
"@types/core-js": "0.9.34",
"@types/node": "6.0.45",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.23"
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/jasmine": "2.5.35",
Expand Down Expand Up @@ -99,7 +99,7 @@
"style-loader": "^0.13.1",
"tslint": "^3.15.1",
"tslint-loader": "^2.1.5",
"typescript": "^2.0.2",
"typescript": "^2.0.3",
"webpack": "2.1.0-beta.22",
"webpack-bundle-size-analyzer": "^2.0.1",
"webpack-dev-server": "2.1.0-beta.4"
Expand Down

0 comments on commit 293cb51

Please sign in to comment.