chore: update to rc.2 (#133)
Showing
| ... | ... | @@ -20,15 +20,15 @@ |
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@angular/common": "2.0.0-rc.1", | ||
| "@angular/compiler": "2.0.0-rc.1", | ||
| "@angular/core": "2.0.0-rc.1", | ||
| "@angular/http": "2.0.0-rc.1", | ||
| "@angular/platform-browser": "2.0.0-rc.1", | ||
| "@angular/platform-browser-dynamic": "2.0.0-rc.1", | ||
| "@angular/router": "2.0.0-rc.1", | ||
| "@angular/router-deprecated": "2.0.0-rc.1", | ||
| "@angular/upgrade": "2.0.0-rc.1", | ||
| "@angular/common": "2.0.0-rc.2", | ||
| "@angular/compiler": "2.0.0-rc.2", | ||
| "@angular/core": "2.0.0-rc.2", | ||
| "@angular/http": "2.0.0-rc.2", | ||
| "@angular/platform-browser": "2.0.0-rc.2", | ||
| "@angular/platform-browser-dynamic": "2.0.0-rc.2", | ||
| "@angular/router": "2.0.0-rc.2", | ||
| "@angular/router-deprecated": "2.0.0-rc.2", | ||
| "@angular/upgrade": "2.0.0-rc.2", | ||
| "systemjs": "0.19.27", | ||
| "core-js": "^2.4.0", | ||
| ... | ... | @@ -36,7 +36,7 @@ |
| "rxjs": "5.0.0-beta.6", | ||
| "zone.js": "^0.6.12", | ||
| "angular2-in-memory-web-api": "0.0.10", | ||
| "angular2-in-memory-web-api": "0.0.11", | ||
| "bootstrap": "^3.3.6" | ||
| }, | ||
| "devDependencies": { | ||
| ... | ... |
Please register or sign in to comment