Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): update peer dependencies to suppo…
Browse files Browse the repository at this point in the history
…rt version 16

This commit fixes the peer deps to support version 16.
  • Loading branch information
alan-agius4 authored and angular-robot[bot] committed Feb 23, 2023
1 parent bdc2f70 commit 759ae92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@
"esbuild": "0.17.10"
},
"peerDependencies": {
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",
"@angular/localize": "^15.0.0 || ^15.2.0-next",
"@angular/platform-server": "^15.0.0 || ^15.2.0-next",
"@angular/service-worker": "^15.0.0 || ^15.2.0-next",
"@angular/compiler-cli": "^16.0.0-next.0",
"@angular/localize": "^16.0.0-next.0",
"@angular/platform-server": "^16.0.0-next.0",
"@angular/service-worker": "^16.0.0-next.0",
"karma": "^6.3.0",
"ng-packagr": "^15.0.0",
"ng-packagr": "^16.0.0-next.0",
"protractor": "^7.0.0",
"tailwindcss": "^2.0.0 || ^3.0.0",
"typescript": ">=4.8.2 <5.0"
Expand Down

0 comments on commit 759ae92

Please sign in to comment.