File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 81
81
"stylelint-no-unsupported-browser-features" : " 4.0.0" ,
82
82
"stylelint-order" : " 4.1.0" ,
83
83
"stylelint-prettier" : " 1.1.2" ,
84
- "typescript" : " 3.7.5 " ,
84
+ "typescript" : " 4.0.2 " ,
85
85
"watch" : " 1.0.2"
86
86
}
87
87
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig" ,
3
3
"compilerOptions" : {
4
- "noEmit" : false ,
5
4
"declaration" : true ,
6
- "emitDeclarationOnly" : true
5
+ "emitDeclarationOnly" : true ,
6
+ "noEmit" : false
7
7
}
8
8
}
Original file line number Diff line number Diff line change @@ -18627,10 +18627,10 @@ typedarray@^0.0.6:
18627
18627
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
18628
18628
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
18629
18629
18630
- typescript@3.7.5 :
18631
- version "3.7.5 "
18632
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5 .tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae "
18633
- integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw ==
18630
+ typescript@4.0.2 :
18631
+ version "4.0.2 "
18632
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.2 .tgz#7ea7c88777c723c681e33bf7988be5d008d05ac2 "
18633
+ integrity sha512-e4ERvRV2wb+rRZ/IQeb3jm2VxBsirQLpQhdxplZ2MEzGvDkkMmPglecnNDfSUBivMjP93vRbngYYDQqQ/78bcQ ==
18634
18634
18635
18635
uglify-js@^3.1.4:
18636
18636
version "3.8.0"
You can’t perform that action at this time.
0 commit comments