Skip to content

Commit 759ae92

Browse files
alan-agius4angular-robot[bot]
authored andcommitted
fix(@angular-devkit/build-angular): update peer dependencies to support version 16
This commit fixes the peer deps to support version 16.
1 parent bdc2f70 commit 759ae92

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/angular_devkit/build_angular/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"esbuild": "0.17.10"
7272
},
7373
"peerDependencies": {
74-
"@angular/compiler-cli": "^15.0.0 || ^15.2.0-next",
75-
"@angular/localize": "^15.0.0 || ^15.2.0-next",
76-
"@angular/platform-server": "^15.0.0 || ^15.2.0-next",
77-
"@angular/service-worker": "^15.0.0 || ^15.2.0-next",
74+
"@angular/compiler-cli": "^16.0.0-next.0",
75+
"@angular/localize": "^16.0.0-next.0",
76+
"@angular/platform-server": "^16.0.0-next.0",
77+
"@angular/service-worker": "^16.0.0-next.0",
7878
"karma": "^6.3.0",
79-
"ng-packagr": "^15.0.0",
79+
"ng-packagr": "^16.0.0-next.0",
8080
"protractor": "^7.0.0",
8181
"tailwindcss": "^2.0.0 || ^3.0.0",
8282
"typescript": ">=4.8.2 <5.0"

0 commit comments

Comments
 (0)