mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 06:39:56 -06:00
fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (#3867)
fixes #3833
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user