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

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

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

Co-authored-by: David Díaz <seich@martianwabbit.com>
This commit is contained in:
greenkeeper[bot] 2020-01-24 17:41:26 -06:00 committed by David Díaz
parent 5fd0bf6944
commit c92da8d251
2 changed files with 6 additions and 4 deletions

7
package-lock.json generated
View File

@ -4599,13 +4599,14 @@
} }
}, },
"jest-watch-typeahead": { "jest-watch-typeahead": {
"version": "0.4.0", "version": "0.4.1",
"resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.0.tgz", "resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.1.tgz",
"integrity": "sha512-bJR/HPNgOQnkmttg1OkBIrYFAYuxFxExtgQh67N2qPvaWGVC8TCkedRNPKBfmZfVXFD3u2sCH+9OuS5ApBfCgA==", "integrity": "sha512-1u6Ag+/filKoV8ddr+Z3MFR1M1E1Y7Qbu7d0nZY0WdjoUeOOOGoO59QsCl6YW2dH9SnOzEBwWNQU0pbLVdCBBQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"ansi-escapes": "^4.2.1", "ansi-escapes": "^4.2.1",
"chalk": "^2.4.1", "chalk": "^2.4.1",
"jest-regex-util": "^24.9.0",
"jest-watcher": "^24.3.0", "jest-watcher": "^24.3.0",
"slash": "^3.0.0", "slash": "^3.0.0",
"string-length": "^3.1.0" "string-length": "^3.1.0"

View File

@ -36,8 +36,9 @@
"repository": "git@github.com:Seich/Beau.git", "repository": "git@github.com:Seich/Beau.git",
"devDependencies": { "devDependencies": {
"jest": "24.9.0", "jest": "24.9.0",
"strip-ansi": "5.2.0",
"jest-watch-typeahead": "0.4.1",
"strip-ansi": "6.0.0", "strip-ansi": "6.0.0",
"jest-watch-typeahead": "0.4.0",
"np": "5.1.1" "np": "5.1.1"
}, },
"oclif": { "oclif": {