fix: pin jest-watch-typeahead to 0.2.1, avoid introducing jest 24 deps (#3867)

fixes #3833
This commit is contained in:
Haoqun Jiang
2019-04-27 20:01:55 +08:00
committed by GitHub
parent 405480e7b1
commit 41f9dcf0c8

View File

@@ -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": {