Skip to content

Commit

Permalink
updated Angular to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moff committed Oct 20, 2016
1 parent f635530 commit 122572f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.0",
"ts-loader": "^0.8.2",
"typescript": "^2.0.2",
"typescript": "^2.0.3",
"typescript-decorate": "^1.0.0",
"typescript-extends": "^1.0.1",
"typescript-metadata": "^1.0.0",
"typescript-param": "^1.0.0",
"typings": "^1.3.2",
"typings": "^1.4.0",
"webpack": "^1.13.1"
},
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@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",
"@angular/upgrade": "2.0.0",
"@angular/common": "~2.1.0",
"@angular/compiler": "~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",
"@angular/upgrade": "~2.1.0",

"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"zone.js": "^0.6.23",
"systemjs": "0.19.39",
"zone.js": "^0.6.25",

"angular2-in-memory-web-api": "0.0.20",
"bootstrap": "^3.3.6",
"angular-in-memory-web-api": "~0.1.5",
"bootstrap": "^3.3.7",

"underscore": "^1.8.3",
"es7-reflect-metadata": "^1.6.0"
Expand Down

0 comments on commit 122572f

Please sign in to comment.