|
54 | 54 | "tslint": "tslint"
|
55 | 55 | },
|
56 | 56 | "peerDependencies": {
|
57 |
| - "@angular/common": ">=4.0.0", |
58 |
| - "@angular/core": ">=4.0.0" |
| 57 | + "@angular/common": ">=6.0.0", |
| 58 | + "@angular/core": ">=6.0.0" |
59 | 59 | },
|
60 | 60 | "devDependencies": {
|
61 |
| - "@angular/common": "^4.0.0", |
62 |
| - "@angular/compiler": "^4.0.0", |
63 |
| - "@angular/compiler-cli": "^4.0.0", |
64 |
| - "@angular/core": "^4.0.0", |
65 |
| - "@angular/forms": "^4.0.0", |
66 |
| - "@angular/platform-browser": "^4.0.0", |
67 |
| - "@angular/platform-browser-dynamic": "^4.0.0", |
| 61 | + "@angular/common": "^8.0.0", |
| 62 | + "@angular/compiler": "^8.0.0", |
| 63 | + "@angular/compiler-cli": "^8.0.0", |
| 64 | + "@angular/core": "^8.0.0", |
| 65 | + "@angular/forms": "^8.0.0", |
| 66 | + "@angular/platform-browser": "^8.0.0", |
| 67 | + "@angular/platform-browser-dynamic": "^8.0.0", |
68 | 68 | "@compodoc/compodoc": "^1.0.0-beta.9",
|
69 | 69 | "@types/jasmine": "^2.5.47",
|
70 | 70 | "@types/karma": "^1.7.0",
|
|
73 | 73 | "@types/webpack-env": "^1.13.0",
|
74 | 74 | "angular2-template-loader": "^0.6.2",
|
75 | 75 | "codecov": "^2.2.0",
|
76 |
| - "codelyzer": "^3.0.1", |
77 | 76 | "concurrently": "^3.4.0",
|
78 | 77 | "css-loader": "^0.28.1",
|
79 | 78 | "gh-pages": "^1.0.0",
|
|
98 | 97 | "ts-loader": "^3.5.0",
|
99 | 98 | "ts-node": "^3.0.4",
|
100 | 99 | "tslint": "^5.2.0",
|
101 |
| - "typescript": "^2.3.2", |
| 100 | + "typescript": ">=3.4 <3.5", |
102 | 101 | "webpack": "^3.6.0",
|
103 | 102 | "webpack-angular-externals": "^1.0.2",
|
104 | 103 | "webpack-rxjs-externals": "^1.0.0",
|
105 |
| - "zone.js": "^0.8.10" |
| 104 | + "zone.js": "^0.9.1" |
106 | 105 | },
|
107 | 106 | "dependencies": {
|
108 |
| - "rxjs": "^5.4.2" |
| 107 | + "rxjs": "^6.0.0" |
109 | 108 | }
|
110 | 109 | }
|
0 commit comments