Skip to content

Commit

Permalink
fix(deps): update angular monorepo to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 18, 2018
1 parent 500e61d commit 0976121
Show file tree
Hide file tree
Showing 2 changed files with 319 additions and 34 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"test": "ng test"
},
"dependencies": {
"@angular/common": "2.4.5",
"@angular/compiler": "2.4.5",
"@angular/core": "2.4.5",
"@angular/forms": "2.4.5",
"@angular/http": "2.4.5",
"@angular/platform-browser": "2.4.5",
"@angular/platform-browser-dynamic": "2.4.5",
"@angular/router": "3.4.5",
"@angular/common": "7.1.4",
"@angular/compiler": "7.1.4",
"@angular/core": "7.1.4",
"@angular/forms": "7.1.4",
"@angular/http": "7.1.4",
"@angular/platform-browser": "7.1.4",
"@angular/platform-browser-dynamic": "7.1.4",
"@angular/router": "7.1.4",
"angular-in-memory-web-api": "0.2.4",
"core-js": "2.4.1",
"express": "4.14.0",
Expand All @@ -32,7 +32,7 @@
"zone.js": "0.7.6"
},
"devDependencies": {
"@angular/compiler-cli": "2.4.5",
"@angular/compiler-cli": "7.1.4",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.62",
"angular-cli": "latest",
Expand Down
Loading

0 comments on commit 0976121

Please sign in to comment.