mirror of https://github.com/Seich/Beau.git
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:
parent
5fd0bf6944
commit
c92da8d251
|
|
@ -4599,13 +4599,14 @@
|
|||
}
|
||||
},
|
||||
"jest-watch-typeahead": {
|
||||
"version": "0.4.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.0.tgz",
|
||||
"integrity": "sha512-bJR/HPNgOQnkmttg1OkBIrYFAYuxFxExtgQh67N2qPvaWGVC8TCkedRNPKBfmZfVXFD3u2sCH+9OuS5ApBfCgA==",
|
||||
"version": "0.4.1",
|
||||
"resolved": "https://registry.npmjs.org/jest-watch-typeahead/-/jest-watch-typeahead-0.4.1.tgz",
|
||||
"integrity": "sha512-1u6Ag+/filKoV8ddr+Z3MFR1M1E1Y7Qbu7d0nZY0WdjoUeOOOGoO59QsCl6YW2dH9SnOzEBwWNQU0pbLVdCBBQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"ansi-escapes": "^4.2.1",
|
||||
"chalk": "^2.4.1",
|
||||
"jest-regex-util": "^24.9.0",
|
||||
"jest-watcher": "^24.3.0",
|
||||
"slash": "^3.0.0",
|
||||
"string-length": "^3.1.0"
|
||||
|
|
|
|||
|
|
@ -36,8 +36,9 @@
|
|||
"repository": "git@github.com:Seich/Beau.git",
|
||||
"devDependencies": {
|
||||
"jest": "24.9.0",
|
||||
"strip-ansi": "5.2.0",
|
||||
"jest-watch-typeahead": "0.4.1",
|
||||
"strip-ansi": "6.0.0",
|
||||
"jest-watch-typeahead": "0.4.0",
|
||||
"np": "5.1.1"
|
||||
},
|
||||
"oclif": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue