Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit f77f663

Browse files
feat: upgrade angular to v5.0.4 (#349)
1 parent 9c3af89 commit f77f663

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"node-run-cmd": "^1.0.1",
111111
"node-sass": "^4.7.2",
112112
"opn": "^5.1.0",
113-
"rollup": "^0.51.8",
113+
"rollup": "^0.52.0",
114114
"semantic-release": "^8.2.1",
115115
"sitemap-generator": "6.0.0",
116116
"source-map-explorer": "^1.5.0",
@@ -122,25 +122,25 @@
122122
"ts-node": "^3.3.0",
123123
"tslint": "^5.8.0",
124124
"typescript": "^2.6.1",
125-
"uglify-es": "3.1.10",
125+
"uglify-es": "^3.2.0",
126126
"yargs": "^10.0.3"
127127
},
128128
"dependencies": {
129-
"@angular/animations": "5.0.2",
130-
"@angular/cdk": "^5.0.0-rc.1",
131-
"@angular/common": "5.0.2",
132-
"@angular/compiler": "5.0.2",
133-
"@angular/compiler-cli": "5.0.2",
134-
"@angular/core": "5.0.2",
129+
"@angular/animations": "5.0.4",
130+
"@angular/cdk": "^5.0.0-rc.2",
131+
"@angular/common": "5.0.4",
132+
"@angular/compiler": "5.0.4",
133+
"@angular/compiler-cli": "5.0.4",
134+
"@angular/core": "5.0.4",
135135
"@angular/flex-layout": "2.0.0-beta.10-4905443",
136-
"@angular/forms": "5.0.2",
137-
"@angular/http": "5.0.2",
138-
"@angular/material": "^5.0.0-rc.1",
139-
"@angular/platform-browser": "5.0.2",
140-
"@angular/platform-browser-dynamic": "5.0.2",
141-
"@angular/platform-server": "5.0.2",
142-
"@angular/router": "5.0.2",
143-
"@angular/service-worker": "^5.0.2",
136+
"@angular/forms": "5.0.4",
137+
"@angular/http": "5.0.4",
138+
"@angular/material": "^5.0.0-rc.2",
139+
"@angular/platform-browser": "5.0.4",
140+
"@angular/platform-browser-dynamic": "5.0.4",
141+
"@angular/platform-server": "5.0.4",
142+
"@angular/router": "5.0.4",
143+
"@angular/service-worker": "^5.0.4",
144144
"@expo/bunyan": "^1.8.10",
145145
"@nguniversal/common": "^5.0.0-beta.5",
146146
"@nguniversal/express-engine": "^5.0.0-beta.5",

0 commit comments

Comments
 (0)