File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 37
37
"dependencies" : {
38
38
"fs-extra" : " ^5.0.0" ,
39
39
"globby" : " ^7.0.0" ,
40
- "lodash" : " ^4.17.4" ,
41
- "typescript" : " ^2.2.2"
40
+ "lodash" : " ^4.17.4"
42
41
},
43
42
"jest" : {
44
43
"transform" : {
50
49
" tsx" ,
51
50
" js"
52
51
]
52
+ },
53
+ "peerDependencies" : {
54
+ "typescript" : " >= 2.2.2"
53
55
}
54
56
}
Original file line number Diff line number Diff line change @@ -2828,10 +2828,6 @@ type-check@~0.3.2:
2828
2828
dependencies :
2829
2829
prelude-ls "~1.1.2"
2830
2830
2831
- typescript@^2.2.2 :
2832
- version "2.3.0"
2833
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.3.0.tgz#2e63e09284392bc8158a2444c33e2093795c0418"
2834
-
2835
2831
uglify-js@^2.6 :
2836
2832
version "2.8.28"
2837
2833
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.28.tgz#e335032df9bb20dcb918f164589d5af47f38834a"
You can’t perform that action at this time.
0 commit comments