|
35 | 35 | "lodash": "^4.16.4"
|
36 | 36 | },
|
37 | 37 | "peerDependencies": {
|
38 |
| - "@angular/http": "^2.0.0", |
39 |
| - "@angular/core": "^2.0.0", |
| 38 | + "@angular/http": "2.2.3", |
| 39 | + "@angular/core": "2.2.3", |
40 | 40 | "reflect-metadata": "^0.1.3",
|
41 | 41 | "rxjs": "5.0.0-beta.12"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@angular/core": "^2.0.0", |
45 |
| - "@angular/common": "^2.0.0", |
46 |
| - "@angular/compiler": "^2.0.0", |
47 |
| - "@angular/http": "^2.0.0", |
48 |
| - "@angular/platform-browser": "^2.0.0", |
49 |
| - "@angular/platform-browser-dynamic": "^2.0.0", |
| 44 | + "@angular/common": "2.2.3", |
| 45 | + "@angular/compiler": "2.2.3", |
| 46 | + "@angular/core": "2.2.3", |
| 47 | + "@angular/http": "2.2.3", |
| 48 | + "@angular/platform-browser": "2.2.3", |
| 49 | + "@angular/platform-browser-dynamic": "2.2.3", |
| 50 | + "@types/jasmine": "^2.2.34", |
50 | 51 | "@types/lodash": "^4.14.37",
|
51 | 52 | "@types/reflect-metadata": "0.0.4",
|
52 |
| - "@types/jasmine": "^2.2.34", |
53 | 53 | "@types/selenium-webdriver": "^2.53.30",
|
54 |
| - "core-js": "^2.4.1", |
55 | 54 | "codelyzer": "^0.0.25",
|
| 55 | + "core-js": "^2.4.1", |
56 | 56 | "coveralls": "^2.11.14",
|
57 | 57 | "jasmine-core": "2.4.1",
|
58 | 58 | "karma": "1.3.0",
|
|
69 | 69 | "rxjs": "5.0.0-beta.12",
|
70 | 70 | "sourcemap-istanbul-instrumenter-loader": "^0.2.0",
|
71 | 71 | "ts-loader": "^0.8.2",
|
72 |
| - "tslint": "^3.13.0", |
73 |
| - "typescript": "2.0.2", |
| 72 | + "tslint": "^4.0.2", |
| 73 | + "typescript": "~2.0.3", |
74 | 74 | "webpack": "1.13.2",
|
75 |
| - "zone.js": "0.6.23" |
| 75 | + "zone.js": "^0.6.23" |
76 | 76 | },
|
77 | 77 | "engines": {
|
78 | 78 | "node": ">=0.8.0"
|
|
0 commit comments