Skip to content

Commit 80ba7f4

Browse files
committed
chore(deps): update dependency jest-watch-typeahead to v0.6.4
1 parent 0469dac commit 80ba7f4

3 files changed

Lines changed: 179 additions & 9 deletions

File tree

packages/shipjs-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-plugin-jest": "23.13.2",
3838
"eslint-plugin-prettier": "3.1.3",
3939
"jest": "26.0.1",
40-
"jest-watch-typeahead": "0.6.0",
40+
"jest-watch-typeahead": "0.6.4",
4141
"json": "9.0.6",
4242
"prettier": "2.0.5",
4343
"rollup": "2.14.0",

packages/shipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"eslint-plugin-jest": "23.13.2",
7373
"eslint-plugin-prettier": "3.1.3",
7474
"jest": "26.0.1",
75-
"jest-watch-typeahead": "0.6.0"
75+
"jest-watch-typeahead": "0.6.4"
7676
}
7777
}

yarn.lock

Lines changed: 177 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
dependencies:
1717
"@babel/highlight" "^7.10.1"
1818

19+
"@babel/code-frame@^7.12.13":
20+
version "7.12.13"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
22+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
23+
dependencies:
24+
"@babel/highlight" "^7.12.13"
25+
1926
"@babel/code-frame@^7.8.3":
2027
version "7.8.3"
2128
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
@@ -584,6 +591,11 @@
584591
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
585592
integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==
586593

594+
"@babel/helper-validator-identifier@^7.14.0":
595+
version "7.14.0"
596+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
597+
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
598+
587599
"@babel/helper-validator-identifier@^7.9.0":
588600
version "7.9.0"
589601
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.0.tgz#ad53562a7fc29b3b9a91bbf7d10397fd146346ed"
@@ -659,6 +671,15 @@
659671
chalk "^2.0.0"
660672
js-tokens "^4.0.0"
661673

674+
"@babel/highlight@^7.12.13":
675+
version "7.14.0"
676+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.0.tgz#3197e375711ef6bf834e67d0daec88e4f46113cf"
677+
integrity sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==
678+
dependencies:
679+
"@babel/helper-validator-identifier" "^7.14.0"
680+
chalk "^2.0.0"
681+
js-tokens "^4.0.0"
682+
662683
"@babel/highlight@^7.8.3":
663684
version "7.8.3"
664685
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -2007,6 +2028,18 @@
20072028
jest-util "^26.0.1"
20082029
slash "^3.0.0"
20092030

2031+
"@jest/console@^27.0.1":
2032+
version "27.0.1"
2033+
resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.0.1.tgz#c6acfec201f9b6823596eb6c4fcd77c89a8b27e9"
2034+
integrity sha512-50E6nN2F5cAXn1lDljn0gE9F0WFXHYz/u0EeR7sOt4nbRPNli34ckbl6CUDaDABJbHt62DYnyQAIB3KgdzwKDw==
2035+
dependencies:
2036+
"@jest/types" "^27.0.1"
2037+
"@types/node" "*"
2038+
chalk "^4.0.0"
2039+
jest-message-util "^27.0.1"
2040+
jest-util "^27.0.1"
2041+
slash "^3.0.0"
2042+
20102043
"@jest/core@^26.0.1":
20112044
version "26.0.1"
20122045
resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.0.1.tgz#aa538d52497dfab56735efb00e506be83d841fae"
@@ -2120,6 +2153,16 @@
21202153
"@types/istanbul-lib-coverage" "^2.0.0"
21212154
collect-v8-coverage "^1.0.0"
21222155

2156+
"@jest/test-result@^27.0.1":
2157+
version "27.0.1"
2158+
resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.0.1.tgz#8fb97214268ea21cf8cfb83edc0f17e558b3466d"
2159+
integrity sha512-5aa+ibX2dsGSDLKaQMZb453MqjJU/CRVumebXfaJmuzuGE4qf87yQ2QZ6PEpEtBwVUEgrJCzi3jLCRaUbksSuw==
2160+
dependencies:
2161+
"@jest/console" "^27.0.1"
2162+
"@jest/types" "^27.0.1"
2163+
"@types/istanbul-lib-coverage" "^2.0.0"
2164+
collect-v8-coverage "^1.0.0"
2165+
21232166
"@jest/test-sequencer@^26.0.1":
21242167
version "26.0.1"
21252168
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.0.1.tgz#b0563424728f3fe9e75d1442b9ae4c11da73f090"
@@ -2162,6 +2205,17 @@
21622205
"@types/yargs" "^15.0.0"
21632206
chalk "^4.0.0"
21642207

2208+
"@jest/types@^27.0.1":
2209+
version "27.0.1"
2210+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.1.tgz#631738c942e70045ebbf42a3f9b433036d3845e4"
2211+
integrity sha512-8A25RRV4twZutsx2D+7WphnDsp7If9Yu6ko0Gxwrwv8BiWESFzka34+Aa2kC8w9xewt7SDuCUSZ6IiAFVj3PRg==
2212+
dependencies:
2213+
"@types/istanbul-lib-coverage" "^2.0.0"
2214+
"@types/istanbul-reports" "^3.0.0"
2215+
"@types/node" "*"
2216+
"@types/yargs" "^16.0.0"
2217+
chalk "^4.0.0"
2218+
21652219
"@lerna/add@3.21.0":
21662220
version "3.21.0"
21672221
resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.21.0.tgz#27007bde71cc7b0a2969ab3c2f0ae41578b4577b"
@@ -3146,6 +3200,13 @@
31463200
"@types/istanbul-lib-coverage" "*"
31473201
"@types/istanbul-lib-report" "*"
31483202

3203+
"@types/istanbul-reports@^3.0.0":
3204+
version "3.0.0"
3205+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
3206+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
3207+
dependencies:
3208+
"@types/istanbul-lib-report" "*"
3209+
31493210
"@types/json-schema@^7.0.3":
31503211
version "7.0.3"
31513212
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
@@ -3193,6 +3254,11 @@
31933254
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
31943255
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
31953256

3257+
"@types/stack-utils@^2.0.0":
3258+
version "2.0.0"
3259+
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
3260+
integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
3261+
31963262
"@types/yargs-parser@*":
31973263
version "13.1.0"
31983264
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-13.1.0.tgz#c563aa192f39350a1d18da36c5a8da382bbd8228"
@@ -3205,6 +3271,13 @@
32053271
dependencies:
32063272
"@types/yargs-parser" "*"
32073273

3274+
"@types/yargs@^16.0.0":
3275+
version "16.0.3"
3276+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01"
3277+
integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==
3278+
dependencies:
3279+
"@types/yargs-parser" "*"
3280+
32083281
"@typescript-eslint/experimental-utils@^2.5.0":
32093282
version "2.10.0"
32103283
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.10.0.tgz#8db1656cdfd3d9dcbdbf360b8274dea76f0b2c2c"
@@ -3853,6 +3926,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
38533926
"@types/color-name" "^1.1.1"
38543927
color-convert "^2.0.1"
38553928

3929+
ansi-styles@^5.0.0:
3930+
version "5.2.0"
3931+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
3932+
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
3933+
38563934
any-promise@^1.0.0:
38573935
version "1.3.0"
38583936
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"
@@ -4839,6 +4917,11 @@ ci-info@^2.0.0:
48394917
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-2.0.0.tgz#67a9e964be31a51e15e5010d58e6f12834002f46"
48404918
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
48414919

4920+
ci-info@^3.1.1:
4921+
version "3.2.0"
4922+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.2.0.tgz#2876cb948a498797b5236f0095bc057d0dca38b6"
4923+
integrity sha512-dVqRX7fLUm8J6FgHJ418XuIgDLZDkYcDFTeL6TA2gt5WlIZUQrrH6EZrNClwT/H0FateUsZkGIOPRrLbP+PR9A==
4924+
48424925
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
48434926
version "1.0.4"
48444927
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.4.tgz#8760e4ecc272f4c363532f926d874aae2c1397de"
@@ -8221,6 +8304,13 @@ is-ci@^2.0.0:
82218304
dependencies:
82228305
ci-info "^2.0.0"
82238306

8307+
is-ci@^3.0.0:
8308+
version "3.0.0"
8309+
resolved "https://registry.yarnpkg.com/is-ci/-/is-ci-3.0.0.tgz#c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994"
8310+
integrity sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==
8311+
dependencies:
8312+
ci-info "^3.1.1"
8313+
82248314
is-color-stop@^1.0.0:
82258315
version "1.1.0"
82268316
resolved "https://registry.yarnpkg.com/is-color-stop/-/is-color-stop-1.1.0.tgz#cfff471aee4dd5c9e158598fbe12967b5cdad345"
@@ -8789,6 +8879,21 @@ jest-message-util@^26.0.1:
87898879
slash "^3.0.0"
87908880
stack-utils "^2.0.2"
87918881

8882+
jest-message-util@^27.0.1:
8883+
version "27.0.1"
8884+
resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.0.1.tgz#382b7c55d8e0b1aba9eeb41d3cfdd34e451210ed"
8885+
integrity sha512-w8BfON2GwWORkos8BsxcwwQrLkV2s1ENxSRXK43+6yuquDE2hVxES/jrFqOArpP1ETVqqMmktU6iGkG8ncVzeA==
8886+
dependencies:
8887+
"@babel/code-frame" "^7.12.13"
8888+
"@jest/types" "^27.0.1"
8889+
"@types/stack-utils" "^2.0.0"
8890+
chalk "^4.0.0"
8891+
graceful-fs "^4.2.4"
8892+
micromatch "^4.0.4"
8893+
pretty-format "^27.0.1"
8894+
slash "^3.0.0"
8895+
stack-utils "^2.0.3"
8896+
87928897
jest-mock@^26.0.1:
87938898
version "26.0.1"
87948899
resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-26.0.1.tgz#7fd1517ed4955397cf1620a771dc2d61fad8fd40"
@@ -8806,6 +8911,11 @@ jest-regex-util@^26.0.0:
88068911
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
88078912
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
88088913

8914+
jest-regex-util@^27.0.0:
8915+
version "27.0.1"
8916+
resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.1.tgz#69d4b1bf5b690faa3490113c47486ed85dd45b68"
8917+
integrity sha512-6nY6QVcpTgEKQy1L41P4pr3aOddneK17kn3HJw6SdwGiKfgCGTvH02hVXL0GU8GEKtPH83eD2DIDgxHXOxVohQ==
8918+
88098919
jest-resolve-dependencies@^26.0.1:
88108920
version "26.0.1"
88118921
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.0.1.tgz#607ba7ccc32151d185a477cff45bf33bce417f0b"
@@ -8925,6 +9035,18 @@ jest-util@^26.0.1:
89259035
is-ci "^2.0.0"
89269036
make-dir "^3.0.0"
89279037

9038+
jest-util@^27.0.1:
9039+
version "27.0.1"
9040+
resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.1.tgz#324ed9879d129c1e64f9169a739d6d50d7928769"
9041+
integrity sha512-lEw3waSmEOO4ZkwkUlFSvg4es1+8+LIkSGxp/kF60K0+vMR3Dv3O2HMZhcln9NHqSQzpVbsDT6OeMzUPW7DfRg==
9042+
dependencies:
9043+
"@jest/types" "^27.0.1"
9044+
"@types/node" "*"
9045+
chalk "^4.0.0"
9046+
graceful-fs "^4.2.4"
9047+
is-ci "^3.0.0"
9048+
picomatch "^2.2.3"
9049+
89289050
jest-validate@^26.0.1:
89299051
version "26.0.1"
89309052
resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-26.0.1.tgz#a62987e1da5b7f724130f904725e22f4e5b2e23c"
@@ -8937,20 +9059,20 @@ jest-validate@^26.0.1:
89379059
leven "^3.1.0"
89389060
pretty-format "^26.0.1"
89399061

8940-
jest-watch-typeahead@0.6.0:
8941-
version "0.6.0"
8942-
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.0.tgz#cb4a2d14def3fb64950fec22edb912f93246b24f"
8943-
integrity sha512-mY0u5D1U/mEzeO/tpcDWnWaakuQiBp8gZY1K0HxduMeKSYm4WvbBVfU15a/hWMMs4J9FrXaYjAWs5XGlOpx5IQ==
9062+
jest-watch-typeahead@0.6.4:
9063+
version "0.6.4"
9064+
resolved "https://registry.yarnpkg.com/jest-watch-typeahead/-/jest-watch-typeahead-0.6.4.tgz#ea70bf1bec34bd4f55b5b72d471b02d997899c3e"
9065+
integrity sha512-tGxriteVJqonyrDj/xZHa0E2glKMiglMLQqISLCjxLUfeueRBh9VoRF2FKQyYO2xOqrWDTg7781zUejx411ZXA==
89449066
dependencies:
89459067
ansi-escapes "^4.3.1"
89469068
chalk "^4.0.0"
8947-
jest-regex-util "^26.0.0"
8948-
jest-watcher "^26.0.0"
9069+
jest-regex-util "^27.0.0"
9070+
jest-watcher "^27.0.0"
89499071
slash "^3.0.0"
89509072
string-length "^4.0.1"
89519073
strip-ansi "^6.0.0"
89529074

8953-
jest-watcher@^26.0.0, jest-watcher@^26.0.1:
9075+
jest-watcher@^26.0.1:
89549076
version "26.0.1"
89559077
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-26.0.1.tgz#5b5e3ebbdf10c240e22a98af66d645631afda770"
89569078
integrity sha512-pdZPydsS8475f89kGswaNsN3rhP6lnC3/QDCppP7bg1L9JQz7oU9Mb/5xPETk1RHDCWeqmVC47M4K5RR7ejxFw==
@@ -8962,6 +9084,19 @@ jest-watcher@^26.0.0, jest-watcher@^26.0.1:
89629084
jest-util "^26.0.1"
89639085
string-length "^4.0.1"
89649086

9087+
jest-watcher@^27.0.0:
9088+
version "27.0.1"
9089+
resolved "https://registry.yarnpkg.com/jest-watcher/-/jest-watcher-27.0.1.tgz#61b9403d7b498161f6aa6124602363525ac3efc2"
9090+
integrity sha512-Chp9c02BN0IgEbtGreyAhGqIsOrn9a0XnzbuXOxdW1+cW0Tjh12hMzHDIdLFHpYP/TqaMTmPHaJ5KWvpCCrNFw==
9091+
dependencies:
9092+
"@jest/test-result" "^27.0.1"
9093+
"@jest/types" "^27.0.1"
9094+
"@types/node" "*"
9095+
ansi-escapes "^4.2.1"
9096+
chalk "^4.0.0"
9097+
jest-util "^27.0.1"
9098+
string-length "^4.0.1"
9099+
89659100
jest-worker@^26.0.0:
89669101
version "26.0.0"
89679102
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.0.0.tgz#4920c7714f0a96c6412464718d0c58a3df3fb066"
@@ -9809,6 +9944,14 @@ micromatch@^4.0.2:
98099944
braces "^3.0.1"
98109945
picomatch "^2.0.5"
98119946

9947+
micromatch@^4.0.4:
9948+
version "4.0.4"
9949+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
9950+
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
9951+
dependencies:
9952+
braces "^3.0.1"
9953+
picomatch "^2.2.3"
9954+
98129955
miller-rabin@^4.0.0:
98139956
version "4.0.1"
98149957
resolved "https://registry.yarnpkg.com/miller-rabin/-/miller-rabin-4.0.1.tgz#f080351c865b0dc562a8462966daa53543c78a4d"
@@ -11061,6 +11204,11 @@ picomatch@^2.0.5:
1106111204
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.1.1.tgz#ecdfbea7704adb5fe6fb47f9866c4c0e15e905c5"
1106211205
integrity sha512-OYMyqkKzK7blWO/+XZYP6w8hH0LDvkBvdvKukti+7kqYFCiEAk+gI3DWnryapc0Dau05ugGTy0foQ6mqn4AHYA==
1106311206

11207+
picomatch@^2.2.3:
11208+
version "2.3.0"
11209+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
11210+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
11211+
1106411212
pify@^2.0.0, pify@^2.3.0:
1106511213
version "2.3.0"
1106611214
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -11558,6 +11706,16 @@ pretty-format@^26.0.1:
1155811706
ansi-styles "^4.0.0"
1155911707
react-is "^16.12.0"
1156011708

11709+
pretty-format@^27.0.1:
11710+
version "27.0.1"
11711+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.1.tgz#c4094621dfbd3e8ab751964d1cf01edc6f88474d"
11712+
integrity sha512-qE+0J6c/gd+R6XTcQgPJMc5hMJNsxzSF5p8iZSbMZ7GQzYGlSLNkh2P80Wa2dbF4gEVUsJEgcrBY+1L2/j265w==
11713+
dependencies:
11714+
"@jest/types" "^27.0.1"
11715+
ansi-regex "^5.0.0"
11716+
ansi-styles "^5.0.0"
11717+
react-is "^17.0.1"
11718+
1156111719
pretty-time@^1.1.0:
1156211720
version "1.1.0"
1156311721
resolved "https://registry.yarnpkg.com/pretty-time/-/pretty-time-1.1.0.tgz#ffb7429afabb8535c346a34e41873adf3d74dd0e"
@@ -11812,6 +11970,11 @@ react-is@^16.12.0:
1181211970
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.0.tgz#0f37c3613c34fe6b37cd7f763a0d6293ab15c527"
1181311971
integrity sha512-GFMtL0vHkiBv9HluwNZTggSn/sCyEt9n02aM0dSAjGGyqyNlAyftYm4phPxdvCigG15JreC5biwxCgTAJZ7yAA==
1181411972

11973+
react-is@^17.0.1:
11974+
version "17.0.2"
11975+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
11976+
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
11977+
1181511978
read-cmd-shim@^1.0.1:
1181611979
version "1.0.5"
1181711980
resolved "https://registry.yarnpkg.com/read-cmd-shim/-/read-cmd-shim-1.0.5.tgz#87e43eba50098ba5a32d0ceb583ab8e43b961c16"
@@ -13032,6 +13195,13 @@ stack-utils@^2.0.2:
1303213195
dependencies:
1303313196
escape-string-regexp "^2.0.0"
1303413197

13198+
stack-utils@^2.0.3:
13199+
version "2.0.3"
13200+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.3.tgz#cd5f030126ff116b78ccb3c027fe302713b61277"
13201+
integrity sha512-gL//fkxfWUsIlFL2Tl42Cl6+HFALEaB1FU76I/Fy+oZjRreP7OPMXFlGbxM7NQsI0ZpUfw76sHnv0WNYuTb7Iw==
13202+
dependencies:
13203+
escape-string-regexp "^2.0.0"
13204+
1303513205
static-extend@^0.1.1:
1303613206
version "0.1.2"
1303713207
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"

0 commit comments

Comments
 (0)