Skip to content

Commit 41f9dcf

Browse files
authored
fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (#3867)
fixes #3833
1 parent 405480e commit 41f9dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-unit-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"jest": "^23.6.0",
3030
"jest-serializer-vue": "^2.0.2",
3131
"jest-transform-stub": "^2.0.0",
32-
"jest-watch-typeahead": "^0.3.0",
32+
"jest-watch-typeahead": "0.2.1",
3333
"vue-jest": "^3.0.4"
3434
},
3535
"devDependencies": {

0 commit comments

Comments
 (0)