From c1729e4c265499ef8cb470e88476410413c25c14 Mon Sep 17 00:00:00 2001 From: Ahn Date: Tue, 8 Jun 2021 15:20:33 +0200 Subject: [PATCH] fix: add missing `@angular/platform-browser-dynamic` to peer dep --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6f385cd45a..d76f4d904c 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ }, "peerDependencies": { "@angular-devkit/build-angular": ">=0.901.12", + "@angular/platform-browser-dynamic": ">=9.0.0", "@angular/core": ">=9.0.0", "jest": "^27.0.0" },