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

Commit

Permalink
feat: upgrade angular to v5.0.4 (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalina committed Dec 1, 2017
1 parent 9c3af89 commit f77f663
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
92 changes: 46 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"node-run-cmd": "^1.0.1",
"node-sass": "^4.7.2",
"opn": "^5.1.0",
"rollup": "^0.51.8",
"rollup": "^0.52.0",
"semantic-release": "^8.2.1",
"sitemap-generator": "6.0.0",
"source-map-explorer": "^1.5.0",
Expand All @@ -122,25 +122,25 @@
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"uglify-es": "3.1.10",
"uglify-es": "^3.2.0",
"yargs": "^10.0.3"
},
"dependencies": {
"@angular/animations": "5.0.2",
"@angular/cdk": "^5.0.0-rc.1",
"@angular/common": "5.0.2",
"@angular/compiler": "5.0.2",
"@angular/compiler-cli": "5.0.2",
"@angular/core": "5.0.2",
"@angular/animations": "5.0.4",
"@angular/cdk": "^5.0.0-rc.2",
"@angular/common": "5.0.4",
"@angular/compiler": "5.0.4",
"@angular/compiler-cli": "5.0.4",
"@angular/core": "5.0.4",
"@angular/flex-layout": "2.0.0-beta.10-4905443",
"@angular/forms": "5.0.2",
"@angular/http": "5.0.2",
"@angular/material": "^5.0.0-rc.1",
"@angular/platform-browser": "5.0.2",
"@angular/platform-browser-dynamic": "5.0.2",
"@angular/platform-server": "5.0.2",
"@angular/router": "5.0.2",
"@angular/service-worker": "^5.0.2",
"@angular/forms": "5.0.4",
"@angular/http": "5.0.4",
"@angular/material": "^5.0.0-rc.2",
"@angular/platform-browser": "5.0.4",
"@angular/platform-browser-dynamic": "5.0.4",
"@angular/platform-server": "5.0.4",
"@angular/router": "5.0.4",
"@angular/service-worker": "^5.0.4",
"@expo/bunyan": "^1.8.10",
"@nguniversal/common": "^5.0.0-beta.5",
"@nguniversal/express-engine": "^5.0.0-beta.5",
Expand Down

0 comments on commit f77f663

Please sign in to comment.