From a45769a0a2954c75a8f1405e40baa2eecaf77c7a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 2 Sep 2016 15:42:22 -0700 Subject: [PATCH] test(offline_compiler_test.sh): lock down npm dependencies --- scripts/ci-lite/offline_compiler_test.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/ci-lite/offline_compiler_test.sh b/scripts/ci-lite/offline_compiler_test.sh index 3c16d3355a..96eb76b170 100755 --- a/scripts/ci-lite/offline_compiler_test.sh +++ b/scripts/ci-lite/offline_compiler_test.sh @@ -7,14 +7,14 @@ LINKABLE_PKGS=( $(pwd)/dist/tools/@angular/tsc-wrapped ) PKGS=( - reflect-metadata - typescript@next - zone.js - rxjs - @types/{node,jasmine} - jasmine + reflect-metadata@0.1.8 + typescript@2.0.2 + zone.js@0.6.17 + rxjs@5.0.0-beta.11 + @types/{node@6.0.38,jasmine@2.2.33} + jasmine@2.4.1 webpack@2.1.0-beta.21 - @angular2-material/{core,button} + @angular2-material/{core,button}@2.0.0-alpha.8-1 ) TMPDIR=${TMPDIR:-.}