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.1 prerelease
  • Loading branch information
clydin authored and filipesilva committed Nov 23, 2020
1 parent 91c5f82 commit e96c1a9
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 || ^11.1.0-next",
"@angular/localize": "^11.0.0 || ^11.1.0-next",
"karma": "^5.2.0",
"ng-packagr": "^11.0.0 || ^11.0.0-next",
"ng-packagr": "^11.0.0 || ^11.1.0-next",
"protractor": "^7.0.0",
"tslint": "^6.1.0",
"typescript": "~4.0.0"
Expand Down

0 comments on commit e96c1a9

Please sign in to comment.