|
15 | 15 | "lint:fix": "tslint --fix -p tsconfig.json -c tslint.json",
|
16 | 16 | "lint": "tslint -p tsconfig.json -c tslint.json"
|
17 | 17 | },
|
18 |
| - "peerDependencies": { |
19 |
| - "@angular/animations": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
20 |
| - "@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
21 |
| - "@angular/compiler": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
22 |
| - "@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
23 |
| - "@angular/forms": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
24 |
| - "@angular/platform-browser": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
25 |
| - "@angular/platform-browser-dynamic": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", |
26 |
| - "quill": "^1.3.6", |
27 |
| - "rxjs": "^5.5.2 || ^6.1.0 || ^6.3.0 || ^6.4.0 || ^6.5.0" |
28 |
| - }, |
29 | 18 | "dependencies": {
|
| 19 | + "@angular/animations": "^6.0.4", |
| 20 | + "@angular/common": "^6.0.4", |
| 21 | + "@angular/compiler": "^6.0.4", |
| 22 | + "@angular/core": "^6.0.4", |
| 23 | + "@angular/forms": "^6.0.4", |
| 24 | + "@angular/http": "^6.0.4", |
| 25 | + "@angular/platform-browser": "^6.0.4", |
| 26 | + "@angular/platform-browser-dynamic": "^6.0.4", |
30 | 27 | "@ng-bootstrap/ng-bootstrap": "^4.1.1",
|
31 | 28 | "bootstrap": "^4.3.1",
|
32 | 29 | "core-js": "^2.4.1",
|
|
40 | 37 | "zone.js": "^0.8.18"
|
41 | 38 | },
|
42 | 39 | "devDependencies": {
|
43 |
| - "@angular/animations": "^8.0.0", |
44 |
| - "@angular/common": "^8.0.0", |
45 |
| - "@angular/compiler": "^8.0.0", |
46 |
| - "@angular/core": "^8.0.0", |
47 |
| - "@angular/forms": "^8.0.0", |
48 |
| - "@angular/platform-browser": "^8.0.0", |
49 |
| - "@angular/platform-browser-dynamic": "^8.0.0", |
50 |
| - "quill": "^1.3.6", |
51 |
| - "rxjs": "^6.5.0", |
52 |
| - "@angular/compiler-cli": "^8.0.0", |
| 40 | + "@angular/compiler-cli": "^6.0.4", |
53 | 41 | "@commitlint/cli": "^7.0.0",
|
54 | 42 | "@commitlint/config-conventional": "^7.0.1",
|
55 | 43 | "@labshare/semantic-release-config": "^1.0.0",
|
56 | 44 | "@ngtools/webpack": "^1.3.3",
|
57 | 45 | "@types/jasmine": "^3.0.0",
|
58 | 46 | "@types/node": "^11.9.0",
|
| 47 | + "codelyzer": "^5.1.0", |
59 | 48 | "css-loader": "^2.1.0",
|
60 | 49 | "html-loader": "0.5.5",
|
61 | 50 | "html-webpack-plugin": "3.2.0",
|
|
70 | 59 | "karma-phantomjs-launcher": "^1.0.4",
|
71 | 60 | "karma-sourcemap-loader": "^0.3.7",
|
72 | 61 | "karma-typescript": "^4.0.0",
|
73 |
| - "karma-webpack": "^4.0.2", |
| 62 | + "karma-webpack": "^4.0.0-beta.0", |
74 | 63 | "node-sass": "^4.9.0",
|
75 | 64 | "null-loader": "^0.1.1",
|
76 | 65 | "sass-loader": "7.1.0",
|
77 | 66 | "semantic-release": "^15.5.0",
|
78 | 67 | "style-loader": "^0.22.0",
|
79 | 68 | "ts-loader": "^4.3.0",
|
| 69 | + "tslint": "^5.17.0", |
80 | 70 | "tslint-angular": "^2.0.0",
|
81 | 71 | "typescript": "^3.2.2",
|
82 | 72 | "url-loader": "1.1.1",
|
|
0 commit comments