build: update to tsickle@0.27.2 (#22789)

PR Close #22789
This commit is contained in:
Igor Minar 2018-03-14 22:49:57 -07:00 committed by Miško Hevery
parent 7d9de17935
commit bbd54285d8
2 changed files with 17 additions and 7 deletions

View File

@ -100,7 +100,7 @@
"source-map-support": "0.4.18",
"systemjs": "0.18.10",
"ts-api-guardian": "^0.3.0",
"tsickle": "0.26.0",
"tsickle": "^0.27.2",
"tslint": "5.7.0",
"tslint-eslint-rules": "4.1.1",
"tsutils": "2.20.0",

View File

@ -6539,7 +6539,7 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"
source-map-support@0.4.18, source-map-support@^0.4.2, source-map-support@~0.4.0:
source-map-support@0.4.18, source-map-support@~0.4.0:
version "0.4.18"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
dependencies:
@ -6551,6 +6551,12 @@ source-map-support@0.4.3:
dependencies:
source-map "^0.5.3"
source-map-support@^0.5.0:
version "0.5.3"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.3.tgz#2b3d5fff298cfa4d1afd7d4352d569e9a0158e76"
dependencies:
source-map "^0.6.0"
source-map-url@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3"
@ -6571,6 +6577,10 @@ source-map@^0.4.4, source-map@~0.4.1:
dependencies:
amdefine ">=0.0.4"
source-map@^0.6.0, source-map@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
sparkles@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/sparkles/-/sparkles-1.0.0.tgz#1acbbfb592436d10bbe8f785b7cc6f82815012c3"
@ -7124,14 +7134,14 @@ ts-api-guardian@^0.3.0:
diff "^3.4.0"
minimist "^1.2.0"
tsickle@0.26.0:
version "0.26.0"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.26.0.tgz#40b30a2dd6abcb33b182e37596674bd1cfe4039c"
tsickle@^0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.27.2.tgz#f33d46d046f73dd5c155a37922e422816e878736"
dependencies:
minimist "^1.2.0"
mkdirp "^0.5.1"
source-map "^0.5.6"
source-map-support "^0.4.2"
source-map "^0.6.0"
source-map-support "^0.5.0"
tslib@^1.0.0, tslib@^1.7.1:
version "1.7.1"