Skip to content

Commit

Permalink
feat(deps): update dependency jest-watch-typeahead to ^2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 7, 2023
1 parent 1f67ca5 commit 2e190db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-github-actions-reporter": "^1.0.3",
"jest-watch-typeahead": "^2.2.1",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^13.1.0",
"lodash.has": "^4.5.2",
"mkdirp": "^2.1.3",
Expand Down
15 changes: 10 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2818,6 +2818,11 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1:
ansi-styles "^4.1.0"
supports-color "^7.1.0"

chalk@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==

char-regex@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"
Expand Down Expand Up @@ -5401,13 +5406,13 @@ jest-validate@^29.5.0:
leven "^3.1.0"
pretty-format "^29.5.0"

jest-watch-typeahead@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.1.tgz#36601520a2a30fd561788552dbda9c76bb44814a"
integrity sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA==
jest-watch-typeahead@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-2.2.2.tgz#5516d3cd006485caa5cfc9bd1de40f1f8b136abf"
integrity sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==
dependencies:
ansi-escapes "^6.0.0"
chalk "^4.0.0"
chalk "^5.2.0"
jest-regex-util "^29.0.0"
jest-watcher "^29.0.0"
slash "^5.0.0"
Expand Down

0 comments on commit 2e190db

Please sign in to comment.