From e1037c0ab9164f3b57d5f4022b12b3b6d255d9e7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 26 Jun 2020 14:33:29 -0400 Subject: [PATCH] LP1864371 Angular 10 deps Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- Open-ILS/src/extras/install/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.common b/Open-ILS/src/extras/install/Makefile.common index b0971995b4..b1dab75100 100644 --- a/Open-ILS/src/extras/install/Makefile.common +++ b/Open-ILS/src/extras/install/Makefile.common @@ -38,7 +38,7 @@ install_nodejs_from_source: wget -N $(NODEJS_BINARY) tar -C /usr/local --strip-components 1 -xJf $(NODEJS_TARBIN) npm update - npm install -g @angular/cli@^9.1.0 + npm install -g @angular/cli@^10.0.0 clean: make -C $(LIBDBI) clean -- 2.11.0