Skip to content

Commit

Permalink
Allow Angular 7.0.0 packages as peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio-martinez committed Oct 30, 2018
1 parent 96b5132 commit 9d136ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/angular/package.json
Expand Up @@ -44,13 +44,13 @@
"zone.js": "^0.8.26"
},
"peerDependencies": {
"@angular-devkit/core": "^0.6.1",
"@angular/common": ">=6.0.0",
"@angular/compiler": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@angular/forms": ">=6.0.0",
"@angular/platform-browser": ">=6.0.0",
"@angular/platform-browser-dynamic": ">=6.0.0",
"@angular-devkit/core": "^0.6.1 || >=7.0.0",
"@angular/common": ">=6.0.0 || >=7.0.0",
"@angular/compiler": ">=6.0.0 || >=7.0.0",
"@angular/core": ">=6.0.0 || >=7.0.0",
"@angular/forms": ">=6.0.0 || >=7.0.0",
"@angular/platform-browser": ">=6.0.0 || >=7.0.0",
"@angular/platform-browser-dynamic": ">=6.0.0 || >=7.0.0",
"babel-loader": "^7.0.0 || ^8.0.0"
}
}

0 comments on commit 9d136ed

Please sign in to comment.