chore: upgrade ng-packagr to 15.2.0

Prior to this version, ng-packgr had a bad glob pattern that would process all readme files, even those in the node_modules directory. Combine this with hoisted dependencies with pnpm and you have a very bad time.
This commit is contained in:
Sean Perkins
2024-02-01 23:00:55 -05:00
parent bacc15b2ff
commit 282ef4cd48
2 changed files with 402 additions and 26 deletions

View File

@@ -84,7 +84,7 @@
"eslint-plugin-import": "^2.25.2",
"fs-extra": "^7.0.0",
"glob": "^10.3.10",
"ng-packagr": "^14.0.0",
"ng-packagr": "^15.2.0",
"prettier": "^2.4.1",
"rxjs": "~7.5.0",
"typescript": "~4.7.2",