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.0 prerelease
  • Loading branch information
clydin authored and alan-agius4 committed Sep 3, 2020
1 parent 837edab commit 5c3e87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular_devkit/build_angular/package.json
Expand Up @@ -76,8 +76,8 @@
"worker-plugin": "5.0.0"
},
"peerDependencies": {
"@angular/compiler-cli": ">=10.1.0-next.0 < 11",
"@angular/localize": ">=10.1.0-next.0 < 11",
"@angular/compiler-cli": "^11.0.0 || ^11.0.0-next",
"@angular/localize": "^11.0.0 || ^11.0.0-next",
"ng-packagr": "^10.0.0",
"typescript": ">=3.9 < 4.1"
},
Expand Down

0 comments on commit 5c3e87f

Please sign in to comment.