|
7 | 7 | "url": "https://github.com/IgniteUI/igniteui-angular2.git" |
8 | 8 | }, |
9 | 9 | "dependencies": { |
10 | | - "@angular/common": "~4.0.0", |
11 | | - "@angular/compiler": "~4.0.0", |
12 | | - "@angular/core": "~4.0.0", |
13 | | - "@angular/http": "~4.0.0", |
14 | | - "@angular/forms": "~4.0.0", |
15 | | - "@angular/platform-browser": "~4.0.0", |
16 | | - "@angular/platform-browser-dynamic": "~4.0.0", |
17 | | - "@angular/router": "~4.0.0", |
18 | | - "@angular/upgrade": "~4.0.0", |
| 10 | + "@angular/common": "^5.0.1", |
| 11 | + "@angular/compiler": "^5.0.1", |
| 12 | + "@angular/core": "^5.0.1", |
| 13 | + "@angular/http": "^5.0.1", |
| 14 | + "@angular/forms": "^5.0.1", |
| 15 | + "@angular/platform-browser": "^5.0.1", |
| 16 | + "@angular/platform-browser-dynamic": "^5.0.1", |
| 17 | + "@angular/router": "^5.0.1", |
| 18 | + "@angular/upgrade": "^5.0.1", |
19 | 19 | "angular-in-memory-web-api": "~0.3.0", |
20 | 20 |
|
21 | 21 | "core-js": "^2.4.1", |
22 | 22 | "systemjs": "0.19.40", |
23 | 23 | "es6-shim": "^0.35.0", |
24 | 24 | "reflect-metadata": "^0.1.3", |
25 | | - "rxjs": "5.0.1", |
| 25 | + "rxjs": "^5.5.0", |
26 | 26 | "zone.js": "^0.8.4", |
27 | 27 |
|
28 | 28 | "bootstrap": "^3.3.6" |
29 | 29 | }, |
30 | 30 | "devDependencies": { |
31 | | - "@angular/compiler-cli": "~4.0.0", |
| 31 | + "@angular/compiler-cli": "^5.0.1", |
32 | 32 | "concurrently": "^3.2.0", |
33 | 33 | "gulp-watch": "^4.3.5", |
34 | 34 | "jasmine-core": "^2.4.1", |
|
39 | 39 | "karma-coverage": "", |
40 | 40 | "karma-remap-istanbul": "0.5.0", |
41 | 41 | "lite-server": "^2.2.2", |
42 | | - "typescript": "~2.1.0", |
| 42 | + "typescript": "^2.6.1", |
43 | 43 | "coveralls": "^2.11.9", |
44 | 44 | "traceur": "^0.0.111", |
45 | 45 | "@types/node": "^6.0.46", |
|
55 | 55 | "lite": "lite-server", |
56 | 56 |
|
57 | 57 | "watch": "node node_modules/typescript/bin/tsc -w", |
58 | | - "build": "node node_modules/typescript/bin/tsc", |
| 58 | + "build": "node node_modules/typescript/bin/tsc -p tsconfig.json", |
59 | 59 | "build-aot": "ngc -p tsconfig-aot.json", |
60 | 60 | "build-aot-samples": "ngc -p tsconfig-aot-samples.json", |
61 | 61 | "bundle": "npm run build-aot && npm run prepare-dist", |
|
0 commit comments