Skip to content

Commit

Permalink
Bump jest-watch-typeahead from 0.4.0 to 0.4.2 (#6923)
Browse files Browse the repository at this point in the history
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 0.4.0 to 0.4.2.
- [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases)
- [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/master/CHANGELOG.md)
- [Commits](jest-community/jest-watch-typeahead@v0.4.0...v0.4.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and lydell committed Nov 11, 2019
1 parent c0a4645 commit 1a419c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -94,7 +94,7 @@
"jest-junit": "9.0.0",
"jest-snapshot-serializer-ansi": "1.0.0",
"jest-snapshot-serializer-raw": "1.1.0",
"jest-watch-typeahead": "0.4.0",
"jest-watch-typeahead": "0.4.2",
"mkdirp": "0.5.1",
"prettier": "1.19.1",
"prettylint": "1.0.0",
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Expand Up @@ -4041,6 +4041,11 @@ jest-regex-util@^23.3.0:
version "23.3.0"
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-23.3.0.tgz#5f86729547c2785c4002ceaa8f849fe8ca471bc5"

jest-regex-util@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-24.9.0.tgz#c13fb3380bde22bf6575432c493ea8fe37965636"
integrity sha512-05Cmb6CuxaA+Ys6fjr3PhvV3bGQmO+2p2La4hFbU+W5uOc479f7FdLXUWXw4pYMAhhSZIuKHwSXSu6CsSBAXQA==

jest-resolve-dependencies@^23.4.2:
version "23.4.2"
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-23.4.2.tgz#0675ba876a5b819deffc449ad72e9985c2592048"
Expand Down Expand Up @@ -4182,13 +4187,14 @@ jest-validate@^24.9.0:
leven "^3.1.0"
pretty-format "^24.9.0"

jest-watch-typeahead@0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.4.0.tgz#4d5356839a85421588ce452d2440bf0d25308397"
integrity sha512-bJR/HPNgOQnkmttg1OkBIrYFAYuxFxExtgQh67N2qPvaWGVC8TCkedRNPKBfmZfVXFD3u2sCH+9OuS5ApBfCgA==
jest-watch-typeahead@0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.4.2.tgz#e5be959698a7fa2302229a5082c488c3c8780a4a"
integrity sha512-f7VpLebTdaXs81rg/oj4Vg/ObZy2QtGzAmGLNsqUS5G5KtSN68tFcIsbvNODfNyQxU78g7D8x77o3bgfBTR+2Q==
dependencies:
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"
Expand Down

0 comments on commit 1a419c0

Please sign in to comment.