diff --git a/package.json b/package.json index 44930f15b..a3869ec33 100644 --- a/package.json +++ b/package.json @@ -241,7 +241,7 @@ "jest-runner-eslint": "0.10.1", "jest-runner-prettier": "0.3.6", "jest-watch-select-projects": "2.0.0", - "jest-watch-typeahead": "0.6.4", + "jest-watch-typeahead": "0.6.5", "lerna": "^4.0.0", "lint-staged": "^11.0.0", "prettier": "^2.0.0" diff --git a/yarn.lock b/yarn.lock index ea2b291f4..1e1c1d217 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4038,7 +4038,7 @@ babel-plugin-polyfill-regenerator@^0.2.2: dependencies: "@babel/helper-define-polyfill-provider" "^0.2.2" -babel-plugin-styled-components@1.12.0, "babel-plugin-styled-components@>= 1.12.0", babel-plugin-styled-components@^1.10.6: +"babel-plugin-styled-components@>= 1.12.0", babel-plugin-styled-components@^1.10.6: version "1.12.0" resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9" integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA== @@ -8634,10 +8634,10 @@ jest-watch-select-projects@2.0.0: chalk "^3.0.0" prompts "^2.2.1" -jest-watch-typeahead@0.6.4: - version "0.6.4" - resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.4.tgz#ea70bf1bec34bd4f55b5b72d471b02d997899c3e" - integrity sha512-tGxriteVJqonyrDj/xZHa0E2glKMiglMLQqISLCjxLUfeueRBh9VoRF2FKQyYO2xOqrWDTg7781zUejx411ZXA== +jest-watch-typeahead@0.6.5: + version "0.6.5" + resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.5.tgz#b809f79eed106b6cf832e59a5fe54481f2d1918e" + integrity sha512-GIbV6h37/isatMDtqZlA8Q5vC6T3w+5qdvtF+3LIkPc58zEWzbKmTHvlUIp3wvBm400RzrQWcVPcsAJqKWu7XQ== dependencies: ansi-escapes "^4.3.1" chalk "^4.0.0"