|
29 | 29 | "typings": "index.d.ts",
|
30 | 30 | "license": "MIT",
|
31 | 31 | "peerDependencies": {
|
32 |
| - "@angular/common": "~4.4.6", |
33 |
| - "@angular/compiler": "~4.4.6", |
34 |
| - "@angular/core": "~4.4.6", |
35 |
| - "@angular/platform-browser": "~4.4.6", |
36 |
| - "@angular/platform-browser-dynamic": "~4.4.6", |
37 |
| - "core-js": "~2.4.1", |
| 32 | + "@angular/common": "^4.4.6", |
| 33 | + "@angular/compiler": "^4.4.6", |
| 34 | + "@angular/core": "^4.4.6", |
| 35 | + "@angular/platform-browser": "^4.4.6", |
| 36 | + "@angular/platform-browser-dynamic": "^4.4.6", |
| 37 | + "core-js": "^2.4.1", |
38 | 38 | "datatables.net": "~1.10.16",
|
39 | 39 | "jquery": ">=3.1.1",
|
40 |
| - "rxjs": "~5.4.2", |
41 |
| - "zone.js": "~0.8.16" |
| 40 | + "rxjs": "^5.4.2", |
| 41 | + "zone.js": "^0.8.16" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 |
| - "@angular/common": "~4.4.6", |
45 |
| - "@angular/compiler": "~4.4.6", |
46 |
| - "@angular/compiler-cli": "~4.4.6", |
47 |
| - "@angular/core": "~4.4.6", |
48 |
| - "@angular/platform-browser": "~4.4.6", |
49 |
| - "@angular/platform-browser-dynamic": "~4.4.6", |
50 |
| - "@types/datatables.net": "1.10.5", |
51 |
| - "@types/jasmine": "2.5.40", |
52 |
| - "@types/jquery": "2.0.46", |
53 |
| - "@types/node": "6.0.70", |
| 44 | + "@angular/common": "^4.4.6", |
| 45 | + "@angular/compiler": "^4.4.6", |
| 46 | + "@angular/compiler-cli": "^4.4.6", |
| 47 | + "@angular/core": "^4.4.6", |
| 48 | + "@angular/platform-browser": "^4.4.6", |
| 49 | + "@angular/platform-browser-dynamic": "^4.4.6", |
| 50 | + "@types/datatables.net": "~1.10.5", |
| 51 | + "@types/jasmine": "~2.5.40", |
| 52 | + "@types/jquery": "~2.0.46", |
| 53 | + "@types/node": "~6.0.70", |
54 | 54 | "canonical-path": "0.0.2",
|
55 | 55 | "codelyzer": "~2.0.1",
|
56 |
| - "concat-cli": "4.0.0", |
| 56 | + "concat-cli": "~4.0.0", |
57 | 57 | "concurrently": "~2.2.0",
|
58 | 58 | "core-js": "~2.4.1",
|
59 | 59 | "datatables.net": "~1.10.16",
|
|
69 | 69 | "rimraf": "~2.6.1",
|
70 | 70 | "rollup": "~0.41.6",
|
71 | 71 | "rollup-plugin-uglify": "~1.0.2",
|
72 |
| - "rxjs": "~5.4.2", |
73 |
| - "systemjs": "0.20.12", |
| 72 | + "rxjs": "^5.4.2", |
74 | 73 | "tslint": "~4.5.1",
|
75 | 74 | "typescript": "~2.2.2",
|
76 |
| - "zone.js": "~0.8.16" |
| 75 | + "zone.js": "^0.8.16" |
77 | 76 | },
|
78 | 77 | "engines": {
|
79 | 78 | "node": ">=6.9.0"
|
|
0 commit comments