Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update Angular peer dependencies …
Browse files Browse the repository at this point in the history
…to 11 stable
  • Loading branch information
clydin authored and alan-agius4 committed Nov 26, 2020
1 parent 28910ac commit 9161337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -78,10 +78,10 @@
"worker-plugin": "5.0.0"
},
"peerDependencies": {
"@angular/compiler-cli": "^11.0.0 || ^11.0.0-next",
"@angular/localize": "^11.0.0 || ^11.0.0-next",
"@angular/compiler-cli": "^11.0.0",
"@angular/localize": "^11.0.0",
"karma": "~5.1.0",
"ng-packagr": "^11.0.0 || ^11.0.0-next",
"ng-packagr": "^11.0.0",
"protractor": "^7.0.0",
"tslint": "^6.1.0",
"typescript": "~4.0.0"
Expand Down

0 comments on commit 9161337

Please sign in to comment.