Skip to content

Commit 44e75be

Browse files
alan-agius4clydin
authored andcommitted
feat(@angular-devkit/build-angular): drop support for ng-packagr version 11
BREAKING CHANGE: Minimum supported `ng-packagr` version is `12.0.0-next`
1 parent fa5cf53 commit 44e75be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@angular/localize": "^11.0.0 || ^11.2.0-next",
8484
"@angular/service-worker": "^11.0.0 || ^11.2.0-next",
8585
"karma": "^6.0.0",
86-
"ng-packagr": "^11.0.0 || ^11.2.0-next",
86+
"ng-packagr": "^12.0.0-next",
8787
"protractor": "^7.0.0",
8888
"tailwindcss": "^2.0.0",
8989
"tslint": "^6.1.0",

0 commit comments

Comments
 (0)