Skip to content

Commit e3e963f

Browse files
fix: pin @types/jest to 24.0.1 (#8)
1 parent 3a0217b commit e3e963f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"semantic-release": "semantic-release"
3131
},
3232
"devDependencies": {
33-
"@types/jest": "^24.0.0",
33+
"@types/jest": "24.0.1",
3434
"cz-conventional-changelog": "2.1.0",
3535
"husky": "^1.3.1",
3636
"jest": "^23.6.0",

0 commit comments

Comments
 (0)