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

* chore(package): update jest-watch-typeahead to version 0.6.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-05-08 17:10:17 -06:00 committed by GitHub
parent 57ab2ad9ab
commit 133423c98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 91 additions and 920 deletions

1009
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.5.0", "jest-watch-typeahead": "0.6.0",
"strip-ansi": "6.0.0", "strip-ansi": "6.0.0",
"np": "6.2.1" "np": "6.2.1"
}, },