Skip to content

Commit 0f8db46

Browse files
committed
fix(deps): fix issue where new typescript version was causing errors in the build
Something breaks in version 2.4.1 of typescript. We are pinning to 2.3.0 till those things can be triaged and fixed
1 parent 2992cbd commit 0f8db46

File tree

2 files changed

+33
-37
lines changed

2 files changed

+33
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"through2": "^2.0.3",
8484
"ts-loader": "^2.1.0",
8585
"ts-node": "2.1.1",
86-
"typescript": "^2.2.1",
86+
"typescript": "2.3.0",
8787
"validate-commit-msg": "^2.12.1",
8888
"vinyl-named": "^1.1.0",
8989
"webpack": "^3.0.0",

yarn.lock

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -324,14 +324,18 @@ async-settle@^1.0.0:
324324
dependencies:
325325
async-done "^1.2.2"
326326

327-
async@1.x, async@^1.3.0, async@^1.4.0:
328-
version "1.5.2"
329-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
327+
async@1.x, async@~1.0.0:
328+
version "1.0.0"
329+
resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"
330330

331331
async@^0.9.0:
332332
version "0.9.2"
333333
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz#aea74d5e61c1f899613bf64bda66d4c78f2fd17d"
334334

335+
async@^1.3.0, async@^1.4.0:
336+
version "1.5.2"
337+
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
338+
335339
async@^2.1.2, async@^2.1.4:
336340
version "2.5.0"
337341
resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec8462b54d"
@@ -342,10 +346,6 @@ async@~0.2.6:
342346
version "0.2.10"
343347
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz#b6bbe0b0674b9d719708ca38de8c237cb526c3d1"
344348

345-
async@~1.0.0:
346-
version "1.0.0"
347-
resolved "https://registry.yarnpkg.com/async/-/async-1.0.0.tgz#f8fc04ca3a13784ade9e1641af98578cfbd647a9"
348-
349349
asynckit@^0.4.0:
350350
version "0.4.0"
351351
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -2908,28 +2908,15 @@ gulp-uglify@^2.1.1:
29082908
uglify-save-license "^0.4.1"
29092909
vinyl-sourcemaps-apply "^0.2.0"
29102910

2911-
gulp-util@*, gulp-util@^2.2.14, gulp-util@~2.2.14, gulp-util@~2.2.5:
2912-
version "2.2.20"
2913-
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c"
2914-
dependencies:
2915-
chalk "^0.5.0"
2916-
dateformat "^1.0.7-1.2.3"
2917-
lodash._reinterpolate "^2.4.1"
2918-
lodash.template "^2.4.1"
2919-
minimist "^0.2.0"
2920-
multipipe "^0.1.0"
2921-
through2 "^0.5.0"
2922-
vinyl "^0.2.1"
2923-
2924-
gulp-util@3.0.7:
2925-
version "3.0.7"
2926-
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.7.tgz#78925c4b8f8b49005ac01a011c557e6218941cbb"
2911+
gulp-util@*, gulp-util@^3.0.0, gulp-util@^3.0.1, gulp-util@^3.0.7, gulp-util@^3.0.8, gulp-util@~3.0.7:
2912+
version "3.0.8"
2913+
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
29272914
dependencies:
29282915
array-differ "^1.0.0"
29292916
array-uniq "^1.0.2"
29302917
beeper "^1.0.0"
29312918
chalk "^1.0.0"
2932-
dateformat "^1.0.11"
2919+
dateformat "^2.0.0"
29332920
fancy-log "^1.1.0"
29342921
gulplog "^1.0.0"
29352922
has-gulplog "^0.1.0"
@@ -2944,15 +2931,15 @@ gulp-util@3.0.7:
29442931
through2 "^2.0.0"
29452932
vinyl "^0.5.0"
29462933

2947-
gulp-util@^3.0.0, gulp-util@^3.0.1, gulp-util@^3.0.7, gulp-util@^3.0.8, gulp-util@~3.0.7:
2948-
version "3.0.8"
2949-
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.8.tgz#0054e1e744502e27c04c187c3ecc505dd54bbb4f"
2934+
gulp-util@3.0.7:
2935+
version "3.0.7"
2936+
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-3.0.7.tgz#78925c4b8f8b49005ac01a011c557e6218941cbb"
29502937
dependencies:
29512938
array-differ "^1.0.0"
29522939
array-uniq "^1.0.2"
29532940
beeper "^1.0.0"
29542941
chalk "^1.0.0"
2955-
dateformat "^2.0.0"
2942+
dateformat "^1.0.11"
29562943
fancy-log "^1.1.0"
29572944
gulplog "^1.0.0"
29582945
has-gulplog "^0.1.0"
@@ -2967,6 +2954,19 @@ gulp-util@^3.0.0, gulp-util@^3.0.1, gulp-util@^3.0.7, gulp-util@^3.0.8, gulp-uti
29672954
through2 "^2.0.0"
29682955
vinyl "^0.5.0"
29692956

2957+
gulp-util@^2.2.14, gulp-util@~2.2.14, gulp-util@~2.2.5:
2958+
version "2.2.20"
2959+
resolved "https://registry.yarnpkg.com/gulp-util/-/gulp-util-2.2.20.tgz#d7146e5728910bd8f047a6b0b1e549bc22dbd64c"
2960+
dependencies:
2961+
chalk "^0.5.0"
2962+
dateformat "^1.0.7-1.2.3"
2963+
lodash._reinterpolate "^2.4.1"
2964+
lodash.template "^2.4.1"
2965+
minimist "^0.2.0"
2966+
multipipe "^0.1.0"
2967+
through2 "^0.5.0"
2968+
vinyl "^0.2.1"
2969+
29702970
gulp@gulpjs/gulp#4.0:
29712971
version "4.0.0-alpha.2"
29722972
resolved "https://codeload.github.com/gulpjs/gulp/tar.gz/38246c3f8b6dbb8d4ef657183e92d90c8299e22f"
@@ -4160,11 +4160,7 @@ loud-rejection@^1.0.0:
41604160
currently-unhandled "^0.4.1"
41614161
signal-exit "^3.0.0"
41624162

4163-
lru-cache@2:
4164-
version "2.7.3"
4165-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.7.3.tgz#6d4524e8b955f95d4f5b58851ce21dd72fb4e952"
4166-
4167-
lru-cache@2.2.x:
4163+
lru-cache@2, lru-cache@2.2.x:
41684164
version "2.2.4"
41694165
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-2.2.4.tgz#6c658619becf14031d0d0b594b16042ce4dc063d"
41704166

@@ -6081,9 +6077,9 @@ typedarray@~0.0.5:
60816077
version "0.0.6"
60826078
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
60836079

6084-
typescript@^2.2.1:
6085-
version "2.4.1"
6086-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
6080+
typescript@2.3.0:
6081+
version "2.3.0"
6082+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.0.tgz#2e63e09284392bc8158a2444c33e2093795c0418"
60876083

60886084
uglify-js@^2.6, uglify-js@^2.8.29, uglify-js@~2.8.10:
60896085
version "2.8.29"

0 commit comments

Comments
 (0)