Skip to content

Commit

Permalink
fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (
Browse files Browse the repository at this point in the history
#3867)

fixes #3833
  • Loading branch information
sodatea committed Apr 27, 2019
1 parent 405480e commit 41f9dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-unit-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest": "^23.6.0",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^0.3.0",
"jest-watch-typeahead": "0.2.1",
"vue-jest": "^3.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 41f9dcf

Please sign in to comment.