Skip to content

Commit b38e4ca

Browse files
jussikinnulaGeeWee
authored andcommittedJul 31, 2018
Add TypeScript ^3.0.0 as supported peer dependencies (#644)
This ts-jest works fine with TypeScript 3 also, so I did change the version mask in peerDependencies to support all TypeScript 2 and 3 versions.
1 parent db590d2 commit b38e4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"peerDependencies": {
7575
"babel-core": "^6.26.3 || ^7.0.0-0",
7676
"jest": "^23.0.0 || ^24.0.0",
77-
"typescript": "2.x"
77+
"typescript": "^2.0.0 || ^3.0.0"
7878
},
7979
"devDependencies": {
8080
"@types/babel-core": "latest",

0 commit comments

Comments
 (0)
Please sign in to comment.