|
32 | 32 | "node": ">=4.0" |
33 | 33 | }, |
34 | 34 | "dependencies": { |
35 | | - "@angular/common": "2.0.0-rc.6", |
36 | | - "@angular/compiler": "2.0.0-rc.6", |
37 | | - "@angular/core": "2.0.0-rc.6", |
38 | | - "@angular/forms": "2.0.0-rc.6", |
39 | | - "@angular/http": "2.0.0-rc.6", |
40 | | - "@angular/platform-browser": "2.0.0-rc.6", |
41 | | - "@angular/platform-browser-dynamic": "2.0.0-rc.6", |
42 | | - "@angular/router": "3.0.0-rc.2", |
| 35 | + "@angular/common": "2.0.0", |
| 36 | + "@angular/compiler": "2.0.0", |
| 37 | + "@angular/core": "2.0.0", |
| 38 | + "@angular/forms": "2.0.0", |
| 39 | + "@angular/http": "2.0.0", |
| 40 | + "@angular/platform-browser": "2.0.0", |
| 41 | + "@angular/platform-browser-dynamic": "2.0.0", |
| 42 | + "@angular/router": "3.0.0", |
43 | 43 | "core-js": "^2.4.1", |
44 | 44 | "express": "^4.13.4", |
45 | 45 | "font-awesome": "^4.5.0", |
|
48 | 48 | "redux": "^3.3.1", |
49 | 49 | "redux-thunk": "^2.0.1", |
50 | 50 | "reflect-metadata": "^0.1.3", |
51 | | - "rxjs": "5.0.0-beta.11", |
| 51 | + "rxjs": "5.0.0-beta.12", |
52 | 52 | "semantic-ui-css": "^2.1.8", |
53 | 53 | "systemjs": "0.19.27", |
54 | | - "zone.js": "^0.6.17" |
| 54 | + "zone.js": "^0.6.23" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | 57 | "glob": "^7.0.3", |
58 | 58 | "jasmine": "^2.4.1", |
59 | 59 | "jasmine-spec-reporter": "^2.4.0", |
60 | 60 | "node-sass": "^3.4.2", |
61 | | - "npm-run-all": "^2.3.0", |
| 61 | + "npm-run-all": "^3.1.0", |
62 | 62 | "q": "^1.4.1", |
63 | 63 | "tslint": "^3.5.0", |
64 | 64 | "typescript": "^1.8.10", |
|
0 commit comments