Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
chore(deps): update angular monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 10, 2019
1 parent 9ddbbdb commit 115ce26
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.8",
"@angular/animations": "7.2.12",
"@angular/animations": "7.2.15",
"@angular/cdk": "7.3.7",
"@angular/cli": "7.3.8",
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/compiler-cli": "7.2.12",
"@angular/core": "7.2.12",
"@angular/forms": "7.2.12",
"@angular/http": "7.2.12",
"@angular/language-service": "7.2.12",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular/forms": "7.2.15",
"@angular/http": "7.2.15",
"@angular/language-service": "7.2.15",
"@angular/material": "7.3.7",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@angular/router": "7.2.12",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@angular/router": "7.2.15",
"@types/graphql": "14.2.0",
"@types/node": "10.14.4",
"apollo-angular": "1.5.0",
Expand All @@ -68,7 +68,7 @@
"shelljs": "0.8.3",
"ts-node": "8.0.3",
"typescript": "3.2.4",
"zone.js": "0.9.0"
"zone.js": "0.10.1"
},
"lint-staged": {
"**/{src,tests}/**/*.{ts,tsx,graphql}": [
Expand Down
14 changes: 7 additions & 7 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"@loona/core": "1.0.0"
},
"devDependencies": {
"@angular/common": "7.2.12",
"@angular/compiler": "7.2.12",
"@angular/compiler-cli": "7.2.12",
"@angular/core": "7.2.12",
"@angular/platform-browser": "7.2.12",
"@angular/platform-browser-dynamic": "7.2.12",
"@angular/common": "7.2.15",
"@angular/compiler": "7.2.15",
"@angular/compiler-cli": "7.2.15",
"@angular/core": "7.2.15",
"@angular/platform-browser": "7.2.15",
"@angular/platform-browser-dynamic": "7.2.15",
"@types/graphql": "14.2.0",
"@types/jest": "24.0.11",
"apollo-angular": "1.5.0",
Expand All @@ -67,7 +67,7 @@
"ts-jest": "24.0.2",
"tsickle": "0.34.3",
"typescript": "3.2.4",
"zone.js": "0.9.0",
"zone.js": "0.10.1",
"apollo-link": "1.2.11"
},
"jest": {
Expand Down

0 comments on commit 115ce26

Please sign in to comment.