|
74 | 74 | }
|
75 | 75 | },
|
76 | 76 | "dependencies": {
|
77 |
| - "@types/showdown": "^1.7.2" |
| 77 | + "@types/showdown": "^1.7.3" |
78 | 78 | },
|
79 | 79 | "peerDependencies": {
|
80 |
| - "@angular/common": "^5.2.2", |
81 |
| - "@angular/core": "^5.2.2", |
| 80 | + "@angular/common": "^6.0.0", |
| 81 | + "@angular/core": "^6.0.0", |
82 | 82 | "showdown": "^1.8.6"
|
83 | 83 | },
|
84 | 84 | "devDependencies": {
|
85 |
| - "@angular/animations": "^5.2.2", |
86 |
| - "@angular/cdk": "^5.1.1", |
87 |
| - "@angular/common": "^5.2.2", |
88 |
| - "@angular/compiler": "^5.2.2", |
89 |
| - "@angular/compiler-cli": "^5.2.2", |
90 |
| - "@angular/core": "^5.2.2", |
91 |
| - "@angular/forms": "^5.2.2", |
92 |
| - "@angular/http": "^5.2.2", |
93 |
| - "@angular/material": "^5.1.1", |
94 |
| - "@angular/platform-browser": "^5.2.2", |
95 |
| - "@angular/platform-browser-dynamic": "^5.2.2", |
96 |
| - "@angular/router": "^5.2.2", |
| 85 | + "@angular/animations": "^6.0.0", |
| 86 | + "@angular/cdk": "^6.0.1", |
| 87 | + "@angular/common": "^6.0.0", |
| 88 | + "@angular/compiler": "^6.0.0", |
| 89 | + "@angular/compiler-cli": "^6.0.0", |
| 90 | + "@angular/core": "^6.0.0", |
| 91 | + "@angular/forms": "^6.0.0", |
| 92 | + "@angular/http": "^6.0.0", |
| 93 | + "@angular/material": "^6.0.1", |
| 94 | + "@angular/platform-browser": "^6.0.0", |
| 95 | + "@angular/platform-browser-dynamic": "^6.0.0", |
| 96 | + "@angular/router": "^6.0.0", |
97 | 97 | "@types/core-js": "^0.9.46",
|
98 | 98 | "@types/jasmine": "^2.8.6",
|
99 |
| - "@types/node": "^9.4.0", |
| 99 | + "@types/node": "^10.0.4", |
100 | 100 | "@types/webpack": "^3.8.4",
|
101 | 101 | "angular2-template-loader": "^0.6.2",
|
102 | 102 | "clean-webpack-plugin": "^0.1.18",
|
103 |
| - "codecov": "^3.0.0", |
104 |
| - "codelyzer": "^4.1.0", |
| 103 | + "codecov": "^3.0.1", |
| 104 | + "codelyzer": "^4.3.0", |
105 | 105 | "commitizen": "^2.9.6",
|
106 |
| - "core-js": "^2.5.3", |
| 106 | + "core-js": "^2.5.6", |
107 | 107 | "css-loader": "^0.28.9",
|
108 | 108 | "cz-conventional-changelog": "^2.1.0",
|
109 | 109 | "extract-text-webpack-plugin": "^3.0.2",
|
|
123 | 123 | "karma-remap-coverage": "^0.1.5",
|
124 | 124 | "karma-source-map-support": "^1.2.0",
|
125 | 125 | "karma-webpack": "^2.0.9",
|
126 |
| - "npm-run-all": "^4.1.2", |
| 126 | + "npm-run-all": "^4.1.3", |
127 | 127 | "null-loader": "^0.1.1",
|
128 | 128 | "raw-loader": "^0.5.1",
|
129 | 129 | "rimraf": "^2.6.2",
|
130 |
| - "rxjs": "^5.5.6", |
131 |
| - "semantic-release": "^12.4.1", |
| 130 | + "rxjs": "^6.1.0", |
| 131 | + "semantic-release": "^15.3.1", |
132 | 132 | "showdown": "^1.8.6",
|
133 | 133 | "style-loader": "^0.20.1",
|
134 | 134 | "ts-loader": "^3.4.0",
|
135 | 135 | "ts-node": "^4.1.0",
|
136 | 136 | "tslint": "^5.9.1",
|
137 |
| - "typescript": "^2.7.1", |
| 137 | + "typescript": "2.7.2", |
138 | 138 | "validate-commit-msg": "^2.14.0",
|
139 | 139 | "webpack": "^3.10.0",
|
140 | 140 | "webpack-dev-server": "^2.11.1",
|
141 |
| - "yarn": "^1.3.2", |
142 |
| - "zone.js": "^0.8.20" |
| 141 | + "yarn": "^1.6.0", |
| 142 | + "zone.js": "^0.8.26" |
143 | 143 | }
|
144 | 144 | }
|
0 commit comments