Skip to content

Commit

Permalink
chore(deps): update dependency jest-watch-select-projects to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 27, 2020
1 parent 7825415 commit 3c7124d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
"jest-runner-eslint": "^0.7.5",
"jest-serializer-html": "^7.0.0",
"jest-styled-components": "^6.3.4",
"jest-watch-select-projects": "^1.0.0",
"jest-watch-select-projects": "^2.0.0",
"jest-watch-typeahead": "^0.4.2",
"lerna": "^3.19.0",
"lint-staged": "^9.5.0",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Expand Up @@ -4087,7 +4087,7 @@ ansi-escapes@^1.1.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"

ansi-escapes@^3.0.0, ansi-escapes@^3.1.0, ansi-escapes@^3.2.0:
ansi-escapes@^3.0.0, ansi-escapes@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"

Expand All @@ -4097,6 +4097,13 @@ ansi-escapes@^4.2.1:
dependencies:
type-fest "^0.5.2"

ansi-escapes@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.0.tgz#a4ce2b33d6b214b7950d8595c212f12ac9cc569d"
integrity sha512-EiYhwo0v255HUL6eDyuLrXEkTi7WwVCLAw+SeOQ7M7qdun1z1pum4DEm/nuqIVbPvi9RPPc9k9LbyBv6H0DwVg==
dependencies:
type-fest "^0.8.1"

ansi-html@0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
Expand Down Expand Up @@ -9303,12 +9310,13 @@ jest-validate@^25.0.0:
leven "^3.1.0"
pretty-format "^25.0.0"

jest-watch-select-projects@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/jest-watch-select-projects/-/jest-watch-select-projects-1.0.0.tgz#c876d787006b42c52f1a7dad2cfca5e929eaa283"
jest-watch-select-projects@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/jest-watch-select-projects/-/jest-watch-select-projects-2.0.0.tgz#4373d7e4de862aae28b46e036b669a4c913ea867"
integrity sha512-j00nW4dXc2NiCW6znXgFLF9g8PJ0zP25cpQ1xRro/HU2GBfZQFZD0SoXnAlaoKkIY4MlfTMkKGbNXFpvCdjl1w==
dependencies:
ansi-escapes "^3.1.0"
chalk "^2.4.1"
ansi-escapes "^4.3.0"
chalk "^3.0.0"
prompts "^2.2.1"

jest-watch-typeahead@^0.4.2:
Expand Down

0 comments on commit 3c7124d

Please sign in to comment.