From 6d462ca945f7fee0d5c2f04acb03079b76d8119e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 26 Jun 2020 14:33:29 -0400 Subject: [PATCH 1/1] LP1864371 Angular 10 deps Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- 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.43.2