From: Bill Erickson Date: Fri, 26 Jun 2020 18:33:29 +0000 (-0400) Subject: LP1864371 Angular 10 deps X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0085ea1d4c38da90df7eb70f04da68d709845095;p=working%2FEvergreen.git LP1864371 Angular 10 deps Signed-off-by: Bill Erickson --- 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