|
2 | 2 | "name": "test",
|
3 | 3 | "license": "MIT",
|
4 | 4 | "dependencies": {
|
5 |
| - "@angular/common": "^4.0.0-rc.2", |
6 |
| - "@angular/compiler": "^4.0.0-rc.2", |
7 |
| - "@angular/compiler-cli": "^4.0.0-rc.2", |
8 |
| - "@angular/core": "^4.0.0-rc.2", |
9 |
| - "@angular/http": "^4.0.0-rc.2", |
10 |
| - "@angular/platform-browser": "^4.0.0-rc.2", |
11 |
| - "@angular/platform-browser-dynamic": "^4.0.0-rc.2", |
12 |
| - "@angular/platform-server": "^4.0.0-rc.2", |
13 |
| - "@angular/router": "^4.0.0-rc.2", |
| 5 | + "@angular/animations": "^4.0.0", |
| 6 | + "@angular/common": "^4.0.0", |
| 7 | + "@angular/compiler": "^4.0.0", |
| 8 | + "@angular/compiler-cli": "^4.0.0", |
| 9 | + "@angular/core": "^4.0.0", |
| 10 | + "@angular/http": "^4.0.0", |
| 11 | + "@angular/platform-browser": "^4.0.0", |
| 12 | + "@angular/platform-browser-dynamic": "^4.0.0", |
| 13 | + "@angular/platform-server": "^4.0.0", |
| 14 | + "@angular/router": "^4.0.0", |
14 | 15 | "@ngtools/webpack": "0.0.0",
|
15 | 16 | "core-js": "^2.4.1",
|
16 |
| - "rxjs": "^5.2.0", |
17 |
| - "zone.js": "^0.7.7" |
| 17 | + "rxjs": "^5.3.1", |
| 18 | + "zone.js": "^0.8.10" |
18 | 19 | },
|
19 | 20 | "devDependencies": {
|
20 | 21 | "node-sass": "^4.5.0",
|
21 | 22 | "performance-now": "^0.2.0",
|
22 | 23 | "raw-loader": "^0.5.1",
|
23 | 24 | "sass-loader": "^6.0.3",
|
24 |
| - "typescript": "^2.2.1", |
| 25 | + "typescript": "^2.3.2", |
25 | 26 | "webpack": "2.2.1"
|
26 | 27 | }
|
27 | 28 | }
|
0 commit comments