Skip to content

Commit 681c175

Browse files
committed
fix: update to angular ^6.0.0
There is really no change, it's just an update to a version number of angular. closes yisraelx#7
1 parent 53bc504 commit 681c175

File tree

2 files changed

+418
-280
lines changed

2 files changed

+418
-280
lines changed

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -74,36 +74,36 @@
7474
}
7575
},
7676
"dependencies": {
77-
"@types/showdown": "^1.7.2"
77+
"@types/showdown": "^1.7.3"
7878
},
7979
"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",
8282
"showdown": "^1.8.6"
8383
},
8484
"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",
9797
"@types/core-js": "^0.9.46",
9898
"@types/jasmine": "^2.8.6",
99-
"@types/node": "^9.4.0",
99+
"@types/node": "^10.0.4",
100100
"@types/webpack": "^3.8.4",
101101
"angular2-template-loader": "^0.6.2",
102102
"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",
105105
"commitizen": "^2.9.6",
106-
"core-js": "^2.5.3",
106+
"core-js": "^2.5.6",
107107
"css-loader": "^0.28.9",
108108
"cz-conventional-changelog": "^2.1.0",
109109
"extract-text-webpack-plugin": "^3.0.2",
@@ -123,22 +123,22 @@
123123
"karma-remap-coverage": "^0.1.5",
124124
"karma-source-map-support": "^1.2.0",
125125
"karma-webpack": "^2.0.9",
126-
"npm-run-all": "^4.1.2",
126+
"npm-run-all": "^4.1.3",
127127
"null-loader": "^0.1.1",
128128
"raw-loader": "^0.5.1",
129129
"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",
132132
"showdown": "^1.8.6",
133133
"style-loader": "^0.20.1",
134134
"ts-loader": "^3.4.0",
135135
"ts-node": "^4.1.0",
136136
"tslint": "^5.9.1",
137-
"typescript": "^2.7.1",
137+
"typescript": "2.7.2",
138138
"validate-commit-msg": "^2.14.0",
139139
"webpack": "^3.10.0",
140140
"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"
143143
}
144144
}

0 commit comments

Comments
 (0)