From 6af841664f157ff36390ea09d1e101608b572145 Mon Sep 17 00:00:00 2001 From: Vitaliy Makogon Date: Thu, 3 Oct 2019 12:25:20 +0300 Subject: [PATCH] fix(travis): fix next stage (#5419) --- scripts/ci/npm-ng-next.sh | 33 +++++++++++++++--------------- src/sortable/sortable.component.ts | 1 - 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/scripts/ci/npm-ng-next.sh b/scripts/ci/npm-ng-next.sh index 7bc8e16531..4be04e841c 100755 --- a/scripts/ci/npm-ng-next.sh +++ b/scripts/ci/npm-ng-next.sh @@ -1,22 +1,21 @@ #!/usr/bin/env bash -npm i @angular/animations@next \ - @angular/core@next \ - @angular-devkit/core@next \ - @angular-devkit/schematics@next \ - @angular/cli@next \ - @angular/common@next \ - @angular/compiler-cli@next \ - @angular/compiler@next \ - @angular/forms@next \ - @angular/http@next \ - @angular/language-service@next \ - @angular/platform-browser-dynamic@next \ - @angular/platform-browser@next \ - @angular/platform-server@next \ - @angular/router@next \ - @angular/service-worker@next \ - @schematics/angular@next \ +npm i @angular/animations@9.0.0-next.2 \ + @angular/core@9.0.0-next.2 \ + @angular-devkit/core@9.0.0-next.2 \ + @angular-devkit/schematics@9.0.0-next.2 \ + @angular/cli@9.0.0-next.2 \ + @angular/common@9.0.0-next.2 \ + @angular/compiler-cli@9.0.0-next.2 \ + @angular/compiler@9.0.0-next.2 \ + @angular/forms@9.0.0-next.2 \ + @angular/language-service@9.0.0-next.2 \ + @angular/platform-browser-dynamic@9.0.0-next.2 \ + @angular/platform-browser@9.0.0-next.2 \ + @angular/platform-server@9.0.0-next.2 \ + @angular/router@9.0.0-next.2 \ + @angular/service-worker@9.0.0-next.2 \ + @schematics/angular@9.0.0-next.2 \ typescript@3.5.3 \ tsickle@0.35.0 \ rxjs@6.5.2 diff --git a/src/sortable/sortable.component.ts b/src/sortable/sortable.component.ts index a383de4606..ce637ac1fb 100644 --- a/src/sortable/sortable.component.ts +++ b/src/sortable/sortable.component.ts @@ -18,7 +18,6 @@ import { DraggableItemService } from './draggable-item.service';