build(deps): update dependency jest-watch-typeahead to v2.2.2 (#4818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/4823/head
parent
36e817df92
commit
27eea755fa
|
@ -172,7 +172,7 @@
|
|||
"jest": "29.4.0",
|
||||
"jest-environment-jsdom": "29.4.0",
|
||||
"jest-transform-stub": "2.0.0",
|
||||
"jest-watch-typeahead": "2.2.1",
|
||||
"jest-watch-typeahead": "2.2.2",
|
||||
"prettier": "2.8.3",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"typescript": "4.9.4",
|
||||
|
|
|
@ -47,7 +47,7 @@ specifiers:
|
|||
jest: 29.4.0
|
||||
jest-environment-jsdom: 29.4.0
|
||||
jest-transform-stub: 2.0.0
|
||||
jest-watch-typeahead: 2.2.1
|
||||
jest-watch-typeahead: 2.2.2
|
||||
prettier: 2.8.3
|
||||
qrcode.react: 3.1.0
|
||||
react: 18.2.0
|
||||
|
@ -122,7 +122,7 @@ devDependencies:
|
|||
jest: 29.4.0_@types+node@18.11.18
|
||||
jest-environment-jsdom: 29.4.0
|
||||
jest-transform-stub: 2.0.0
|
||||
jest-watch-typeahead: 2.2.1_jest@29.4.0
|
||||
jest-watch-typeahead: 2.2.2_jest@29.4.0
|
||||
prettier: 2.8.3
|
||||
react-test-renderer: 18.2.0_react@18.2.0
|
||||
typescript: 4.9.4
|
||||
|
@ -4706,6 +4706,11 @@ packages:
|
|||
supports-color: 7.2.0
|
||||
dev: true
|
||||
|
||||
/chalk/5.2.0:
|
||||
resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==}
|
||||
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/char-regex/1.0.2:
|
||||
resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==}
|
||||
engines: {node: '>=10'}
|
||||
|
@ -7251,36 +7256,22 @@ packages:
|
|||
pretty-format: 29.4.0
|
||||
dev: true
|
||||
|
||||
/jest-watch-typeahead/2.2.1_jest@29.4.0:
|
||||
resolution: {integrity: sha512-jYpYmUnTzysmVnwq49TAxlmtOAwp8QIqvZyoofQFn8fiWhEDZj33ZXzg3JA4nGnzWFm1hbWf3ADpteUokvXgFA==}
|
||||
/jest-watch-typeahead/2.2.2_jest@29.4.0:
|
||||
resolution: {integrity: sha512-+QgOFW4o5Xlgd6jGS5X37i08tuuXNW8X0CV9WNFi+3n8ExCIP+E1melYhvYLjv5fE6D0yyzk74vsSO8I6GqtvQ==}
|
||||
engines: {node: ^14.17.0 || ^16.10.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
jest: ^27.0.0 || ^28.0.0 || ^29.0.0
|
||||
dependencies:
|
||||
ansi-escapes: 6.0.0
|
||||
chalk: 4.1.2
|
||||
chalk: 5.2.0
|
||||
jest: 29.4.0_@types+node@18.11.18
|
||||
jest-regex-util: 29.2.0
|
||||
jest-watcher: 29.3.1
|
||||
jest-watcher: 29.4.0
|
||||
slash: 5.0.0
|
||||
string-length: 5.0.1
|
||||
strip-ansi: 7.0.1
|
||||
dev: true
|
||||
|
||||
/jest-watcher/29.3.1:
|
||||
resolution: {integrity: sha512-RspXG2BQFDsZSRKGCT/NiNa8RkQ1iKAjrO0//soTMWx/QUt+OcxMqMSBxz23PYGqUuWm2+m2mNNsmj0eIoOaFg==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@jest/test-result': 29.4.0
|
||||
'@jest/types': 29.4.0
|
||||
'@types/node': 18.11.18
|
||||
ansi-escapes: 4.3.2
|
||||
chalk: 4.1.2
|
||||
emittery: 0.13.1
|
||||
jest-util: 29.4.0
|
||||
string-length: 4.0.2
|
||||
dev: true
|
||||
|
||||
/jest-watcher/29.4.0:
|
||||
resolution: {integrity: sha512-PnnfLygNKelWOJwpAYlcsQjB+OxRRdckD0qiGmYng4Hkz1ZwK3jvCaJJYiywz2msQn4rBNLdriasJtv7YpWHpA==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
|
|
Loading…
Reference in New Issue