Update jest-watch-typeahead to the latest version 🚀 (#101)

* chore(package): update jest-watch-typeahead to version 0.5.0

* chore(package): update lockfile package-lock.json

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
greenkeeper[bot] 2020-04-01 18:23:03 -06:00 committed by GitHub
parent 87316d4f3f
commit 0483417465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1087 additions and 14 deletions

1099
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
"devDependencies": { "devDependencies": {
"jest": "24.9.0", "jest": "24.9.0",
"strip-ansi": "5.2.0", "strip-ansi": "5.2.0",
"jest-watch-typeahead": "0.4.1", "jest-watch-typeahead": "0.5.0",
"strip-ansi": "6.0.0", "strip-ansi": "6.0.0",
"np": "6.0.0" "np": "6.0.0"
}, },