Skip to content

Commit 19faff9

Browse files
1 parent 1d9c04a commit 19faff9

File tree

2 files changed

+106
-79
lines changed

2 files changed

+106
-79
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@testing-library/jest-dom": "^4.2.4",
38-
"@testing-library/react": "^9.3.2",
38+
"@testing-library/react": "^11.2.5",
3939
"@testing-library/user-event": "^7.1.2",
4040
"@types/axios": "^0.14.0",
4141
"@types/jest": "^24.0.0",

yarn.lock

Lines changed: 105 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
dependencies:
1010
"@babel/highlight" "^7.8.3"
1111

12+
"@babel/code-frame@^7.10.4":
13+
version "7.12.13"
14+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
15+
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
16+
dependencies:
17+
"@babel/highlight" "^7.12.13"
18+
1219
"@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
1320
version "7.9.0"
1421
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.0.tgz#04815556fc90b0c174abd2c0c1bb966faa036a6c"
@@ -236,6 +243,11 @@
236243
dependencies:
237244
"@babel/types" "^7.8.3"
238245

246+
"@babel/helper-validator-identifier@^7.12.11":
247+
version "7.12.11"
248+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
249+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
250+
239251
"@babel/helper-validator-identifier@^7.9.0", "@babel/helper-validator-identifier@^7.9.5":
240252
version "7.9.5"
241253
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.9.5.tgz#90977a8e6fbf6b431a7dc31752eee233bf052d80"
@@ -260,6 +272,15 @@
260272
"@babel/traverse" "^7.9.0"
261273
"@babel/types" "^7.9.0"
262274

275+
"@babel/highlight@^7.12.13":
276+
version "7.13.10"
277+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.10.tgz#a8b2a66148f5b27d666b15d81774347a731d52d1"
278+
integrity sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==
279+
dependencies:
280+
"@babel/helper-validator-identifier" "^7.12.11"
281+
chalk "^2.0.0"
282+
js-tokens "^4.0.0"
283+
263284
"@babel/highlight@^7.8.3":
264285
version "7.9.0"
265286
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
@@ -951,7 +972,15 @@
951972
"@babel/helper-plugin-utils" "^7.8.3"
952973
"@babel/plugin-transform-typescript" "^7.9.0"
953974

954-
"@babel/runtime-corejs3@^7.7.4", "@babel/runtime-corejs3@^7.8.3":
975+
"@babel/runtime-corejs3@^7.10.2":
976+
version "7.13.10"
977+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.13.10.tgz#14c3f4c85de22ba88e8e86685d13e8861a82fe86"
978+
integrity sha512-x/XYVQ1h684pp1mJwOV4CyvqZXqbc8CMsMGUnAbuc82ZCdv1U63w5RSUzgDSXQHG5Rps/kiksH6g2D5BuaKyXg==
979+
dependencies:
980+
core-js-pure "^3.0.0"
981+
regenerator-runtime "^0.13.4"
982+
983+
"@babel/runtime-corejs3@^7.8.3":
955984
version "7.9.2"
956985
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.9.2.tgz#26fe4aa77e9f1ecef9b776559bbb8e84d34284b7"
957986
integrity sha512-HHxmgxbIzOfFlZ+tdeRKtaxWOMUoCG5Mu3wKeUmOxjYrwb3AAHgnmtCUbPPK11/raIWLIBK250t8E2BPO0p7jA==
@@ -966,7 +995,7 @@
966995
dependencies:
967996
regenerator-runtime "^0.13.4"
968997

969-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.4", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
998+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.1", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
970999
version "7.13.10"
9711000
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
9721001
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
@@ -1226,15 +1255,16 @@
12261255
"@types/istanbul-reports" "^1.1.1"
12271256
"@types/yargs" "^13.0.0"
12281257

1229-
"@jest/types@^25.4.0":
1230-
version "25.4.0"
1231-
resolved "https://registry.yarnpkg.com/@jest/types/-/types-25.4.0.tgz#5afeb8f7e1cba153a28e5ac3c9fe3eede7206d59"
1232-
integrity sha512-XBeaWNzw2PPnGW5aXvZt3+VO60M+34RY3XDsCK5tW7kyj3RK0XClRutCfjqcBuaR2aBQTbluEDME9b5MB9UAPw==
1258+
"@jest/types@^26.6.2":
1259+
version "26.6.2"
1260+
resolved "https://registry.yarnpkg.com/@jest/types/-/types-26.6.2.tgz#bef5a532030e1d88a2f5a6d933f84e97226ed48e"
1261+
integrity sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==
12331262
dependencies:
12341263
"@types/istanbul-lib-coverage" "^2.0.0"
1235-
"@types/istanbul-reports" "^1.1.1"
1264+
"@types/istanbul-reports" "^3.0.0"
1265+
"@types/node" "*"
12361266
"@types/yargs" "^15.0.0"
1237-
chalk "^3.0.0"
1267+
chalk "^4.0.0"
12381268

12391269
"@mrmlnc/readdir-enhanced@^2.2.1":
12401270
version "2.2.1"
@@ -1249,11 +1279,6 @@
12491279
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
12501280
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
12511281

1252-
"@sheerun/mutationobserver-shim@^0.3.2":
1253-
version "0.3.3"
1254-
resolved "https://registry.yarnpkg.com/@sheerun/mutationobserver-shim/-/mutationobserver-shim-0.3.3.tgz#5405ee8e444ed212db44e79351f0c70a582aae25"
1255-
integrity sha512-DetpxZw1fzPD5xUBrIAoplLChO2VB8DlL5Gg+I1IR9b2wPqYIca2WSUxL5g1vLeR4MsQq1NeWriXAVffV+U1Fw==
1256-
12571282
"@svgr/babel-plugin-add-jsx-attribute@^4.2.0":
12581283
version "4.2.0"
12591284
resolved "https://registry.yarnpkg.com/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-4.2.0.tgz#dadcb6218503532d6884b210e7f3c502caaa44b1"
@@ -1357,18 +1382,19 @@
13571382
"@svgr/plugin-svgo" "^4.3.1"
13581383
loader-utils "^1.2.3"
13591384

1360-
"@testing-library/dom@^6.15.0":
1361-
version "6.16.0"
1362-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.16.0.tgz#04ada27ed74ad4c0f0d984a1245bb29b1fd90ba9"
1363-
integrity sha512-lBD88ssxqEfz0wFL6MeUyyWZfV/2cjEZZV3YRpb2IoJRej/4f1jB0TzqIOznTpfR1r34CNesrubxwIlAQ8zgPA==
1385+
"@testing-library/dom@^7.28.1":
1386+
version "7.30.0"
1387+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.30.0.tgz#53697851f7708a1448cc30b74a2ea056dd709cd6"
1388+
integrity sha512-v4GzWtltaiDE0yRikLlcLAfEiiK8+ptu6OuuIebm9GdC2XlZTNDPGEfM2UkEtnH7hr9TRq2sivT5EA9P1Oy7bw==
13641389
dependencies:
1365-
"@babel/runtime" "^7.8.4"
1366-
"@sheerun/mutationobserver-shim" "^0.3.2"
1367-
"@types/testing-library__dom" "^6.12.1"
1368-
aria-query "^4.0.2"
1369-
dom-accessibility-api "^0.3.0"
1370-
pretty-format "^25.1.0"
1371-
wait-for-expect "^3.0.2"
1390+
"@babel/code-frame" "^7.10.4"
1391+
"@babel/runtime" "^7.12.5"
1392+
"@types/aria-query" "^4.2.0"
1393+
aria-query "^4.2.2"
1394+
chalk "^4.1.0"
1395+
dom-accessibility-api "^0.5.4"
1396+
lz-string "^1.4.4"
1397+
pretty-format "^26.6.2"
13721398

13731399
"@testing-library/jest-dom@^4.2.4":
13741400
version "4.2.4"
@@ -1385,20 +1411,24 @@
13851411
pretty-format "^24.0.0"
13861412
redent "^3.0.0"
13871413

1388-
"@testing-library/react@^9.3.2":
1389-
version "9.5.0"
1390-
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.5.0.tgz#71531655a7890b61e77a1b39452fbedf0472ca5e"
1391-
integrity sha512-di1b+D0p+rfeboHO5W7gTVeZDIK5+maEgstrZbWZSSvxDyfDRkkyBE1AJR5Psd6doNldluXlCWqXriUfqu/9Qg==
1414+
"@testing-library/react@^11.2.5":
1415+
version "11.2.5"
1416+
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.5.tgz#ae1c36a66c7790ddb6662c416c27863d87818eb9"
1417+
integrity sha512-yEx7oIa/UWLe2F2dqK0FtMF9sJWNXD+2PPtp39BvE0Kh9MJ9Kl0HrZAgEuhUJR+Lx8Di6Xz+rKwSdEPY2UV8ZQ==
13921418
dependencies:
1393-
"@babel/runtime" "^7.8.4"
1394-
"@testing-library/dom" "^6.15.0"
1395-
"@types/testing-library__react" "^9.1.2"
1419+
"@babel/runtime" "^7.12.5"
1420+
"@testing-library/dom" "^7.28.1"
13961421

13971422
"@testing-library/user-event@^7.1.2":
13981423
version "7.2.1"
13991424
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c"
14001425
integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==
14011426

1427+
"@types/aria-query@^4.2.0":
1428+
version "4.2.1"
1429+
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.1.tgz#78b5433344e2f92e8b306c06a5622c50c245bf6b"
1430+
integrity sha512-S6oPal772qJZHoRZLFc/XoZW2gFvwXusYUmXPXkgxJLuEk2vOt7jc4Yo6z/vtI0EBkbPBVrJJ0B+prLIKiWqHg==
1431+
14021432
"@types/axios@^0.14.0":
14031433
version "0.14.0"
14041434
resolved "https://registry.yarnpkg.com/@types/axios/-/axios-0.14.0.tgz#ec2300fbe7d7dddd7eb9d3abf87999964cafce46"
@@ -1496,6 +1526,13 @@
14961526
"@types/istanbul-lib-coverage" "*"
14971527
"@types/istanbul-lib-report" "*"
14981528

1529+
"@types/istanbul-reports@^3.0.0":
1530+
version "3.0.0"
1531+
resolved "https://registry.yarnpkg.com/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz#508b13aa344fa4976234e75dddcc34925737d821"
1532+
integrity sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==
1533+
dependencies:
1534+
"@types/istanbul-lib-report" "*"
1535+
14991536
"@types/jest@^24.0.0":
15001537
version "24.9.1"
15011538
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
@@ -1543,7 +1580,7 @@
15431580
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
15441581
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
15451582

1546-
"@types/react-dom@*", "@types/react-dom@^16.9.0":
1583+
"@types/react-dom@^16.9.0":
15471584
version "16.9.6"
15481585
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.6.tgz#9e7f83d90566521cc2083be2277c6712dcaf754c"
15491586
integrity sha512-S6ihtlPMDotrlCJE9ST1fRmYrQNNwfgL61UB4I1W7M6kPulUKx9fXAleW5zpdIjUQ4fTaaog8uERezjsGUj9HQ==
@@ -1597,29 +1634,6 @@
15971634
"@types/react-native" "*"
15981635
csstype "^2.2.0"
15991636

1600-
"@types/testing-library__dom@*":
1601-
version "7.0.1"
1602-
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-7.0.1.tgz#426bef0aa306a603fe071859d4b485941b28aca6"
1603-
integrity sha512-WokGRksRJb3Dla6h02/0/NNHTkjsj4S8aJZiwMj/5/UL8VZ1iCe3H8SHzfpmBeH8Vp4SPRT8iC2o9kYULFhDIw==
1604-
dependencies:
1605-
pretty-format "^25.1.0"
1606-
1607-
"@types/testing-library__dom@^6.12.1":
1608-
version "6.14.0"
1609-
resolved "https://registry.yarnpkg.com/@types/testing-library__dom/-/testing-library__dom-6.14.0.tgz#1aede831cb4ed4a398448df5a2c54b54a365644e"
1610-
integrity sha512-sMl7OSv0AvMOqn1UJ6j1unPMIHRXen0Ita1ujnMX912rrOcawe4f7wu0Zt9GIQhBhJvH2BaibqFgQ3lP+Pj2hA==
1611-
dependencies:
1612-
pretty-format "^24.3.0"
1613-
1614-
"@types/testing-library__react@^9.1.2":
1615-
version "9.1.3"
1616-
resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.3.tgz#35eca61cc6ea923543796f16034882a1603d7302"
1617-
integrity sha512-iCdNPKU3IsYwRK9JieSYAiX0+aYDXOGAmrC/3/M7AqqSDKnWWVv07X+Zk1uFSL7cMTUYzv4lQRfohucEocn5/w==
1618-
dependencies:
1619-
"@types/react-dom" "*"
1620-
"@types/testing-library__dom" "*"
1621-
pretty-format "^25.1.0"
1622-
16231637
"@types/yargs-parser@*":
16241638
version "15.0.0"
16251639
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-15.0.0.tgz#cb3f9f741869e20cce330ffbeb9271590483882d"
@@ -2031,13 +2045,13 @@ aria-query@^3.0.0:
20312045
ast-types-flow "0.0.7"
20322046
commander "^2.11.0"
20332047

2034-
aria-query@^4.0.2:
2035-
version "4.0.2"
2036-
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.0.2.tgz#250687b4ccde1ab86d127da0432ae3552fc7b145"
2037-
integrity sha512-S1G1V790fTaigUSM/Gd0NngzEfiMy9uTUfMyHhKhVyy4cH5O/eTuR01ydhGL0z4Za1PXFTRGH3qL8VhUQuEO5w==
2048+
aria-query@^4.2.2:
2049+
version "4.2.2"
2050+
resolved "https://registry.yarnpkg.com/aria-query/-/aria-query-4.2.2.tgz#0d2ca6c9aceb56b8977e9fed6aed7e15bbd2f83b"
2051+
integrity sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==
20382052
dependencies:
2039-
"@babel/runtime" "^7.7.4"
2040-
"@babel/runtime-corejs3" "^7.7.4"
2053+
"@babel/runtime" "^7.10.2"
2054+
"@babel/runtime-corejs3" "^7.10.2"
20412055

20422056
arity-n@^1.0.4:
20432057
version "1.0.4"
@@ -2861,6 +2875,14 @@ chalk@^3.0.0:
28612875
ansi-styles "^4.1.0"
28622876
supports-color "^7.1.0"
28632877

2878+
chalk@^4.0.0, chalk@^4.1.0:
2879+
version "4.1.0"
2880+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
2881+
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
2882+
dependencies:
2883+
ansi-styles "^4.1.0"
2884+
supports-color "^7.1.0"
2885+
28642886
chardet@^0.7.0:
28652887
version "0.7.0"
28662888
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
@@ -3808,10 +3830,10 @@ doctrine@^3.0.0:
38083830
dependencies:
38093831
esutils "^2.0.2"
38103832

3811-
dom-accessibility-api@^0.3.0:
3812-
version "0.3.0"
3813-
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.3.0.tgz#511e5993dd673b97c87ea47dba0e3892f7e0c983"
3814-
integrity sha512-PzwHEmsRP3IGY4gv/Ug+rMeaTIyTJvadCb+ujYXYeIylbHJezIyNToe8KfEgHTCEYyC+/bUghYOGg8yMGlZ6vA==
3833+
dom-accessibility-api@^0.5.4:
3834+
version "0.5.4"
3835+
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.4.tgz#b06d059cdd4a4ad9a79275f9d414a5c126241166"
3836+
integrity sha512-TvrjBckDy2c6v6RLxPv5QXOnU+SmF9nBII5621Ve5fu6Z/BDrENurBEvlC1f44lKEUVqOpK4w9E5Idc5/EgkLQ==
38153837

38163838
dom-converter@^0.2:
38173839
version "0.2.0"
@@ -6769,6 +6791,11 @@ lru-cache@^5.1.1:
67696791
dependencies:
67706792
yallist "^3.0.2"
67716793

6794+
lz-string@^1.4.4:
6795+
version "1.4.4"
6796+
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
6797+
integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
6798+
67726799
make-dir@^2.0.0, make-dir@^2.1.0:
67736800
version "2.1.0"
67746801
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -8609,7 +8636,7 @@ pretty-error@^2.1.1:
86098636
renderkid "^2.0.1"
86108637
utila "~0.4"
86118638

8612-
pretty-format@^24.0.0, pretty-format@^24.3.0, pretty-format@^24.9.0:
8639+
pretty-format@^24.0.0, pretty-format@^24.9.0:
86138640
version "24.9.0"
86148641
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-24.9.0.tgz#12fac31b37019a4eea3c11aa9a959eb7628aa7c9"
86158642
integrity sha512-00ZMZUiHaJrNfk33guavqgvfJS30sLYf0f8+Srklv0AMPodGGHcoHgksZ3OThYnIvOd+8yMCn0YiEOogjlgsnA==
@@ -8619,15 +8646,15 @@ pretty-format@^24.0.0, pretty-format@^24.3.0, pretty-format@^24.9.0:
86198646
ansi-styles "^3.2.0"
86208647
react-is "^16.8.4"
86218648

8622-
pretty-format@^25.1.0:
8623-
version "25.4.0"
8624-
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-25.4.0.tgz#c58801bb5c4926ff4a677fe43f9b8b99812c7830"
8625-
integrity sha512-PI/2dpGjXK5HyXexLPZU/jw5T9Q6S1YVXxxVxco+LIqzUFHXIbKZKdUVt7GcX7QUCr31+3fzhi4gN4/wUYPVxQ==
8649+
pretty-format@^26.6.2:
8650+
version "26.6.2"
8651+
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-26.6.2.tgz#e35c2705f14cb7fe2fe94fa078345b444120fc93"
8652+
integrity sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==
86268653
dependencies:
8627-
"@jest/types" "^25.4.0"
8654+
"@jest/types" "^26.6.2"
86288655
ansi-regex "^5.0.0"
86298656
ansi-styles "^4.0.0"
8630-
react-is "^16.12.0"
8657+
react-is "^17.0.1"
86318658

86328659
private@^0.1.8:
86338660
version "0.1.8"
@@ -8896,11 +8923,16 @@ react-error-overlay@^6.0.7:
88968923
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.7.tgz#1dcfb459ab671d53f660a991513cb2f0a0553108"
88978924
integrity sha512-TAv1KJFh3RhqxNvhzxj6LeT5NWklP6rDr2a0jaTfsZ5wSZWHOGeqQyejUp3xxLfPt2UpyJEcVQB/zyPcmonNFA==
88988925

8899-
react-is@^16.12.0, react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
8926+
react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4:
89008927
version "16.13.1"
89018928
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
89028929
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
89038930

8931+
react-is@^17.0.1:
8932+
version "17.0.1"
8933+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.1.tgz#5b3531bd76a645a4c9fb6e693ed36419e3301339"
8934+
integrity sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==
8935+
89048936
react-router-dom@^5.1.2:
89058937
version "5.1.2"
89068938
resolved "https://registry.yarnpkg.com/react-router-dom/-/react-router-dom-5.1.2.tgz#06701b834352f44d37fbb6311f870f84c76b9c18"
@@ -10791,11 +10823,6 @@ w3c-xmlserializer@^1.1.2:
1079110823
webidl-conversions "^4.0.2"
1079210824
xml-name-validator "^3.0.0"
1079310825

10794-
wait-for-expect@^3.0.2:
10795-
version "3.0.2"
10796-
resolved "https://registry.yarnpkg.com/wait-for-expect/-/wait-for-expect-3.0.2.tgz#d2f14b2f7b778c9b82144109c8fa89ceaadaa463"
10797-
integrity sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag==
10798-
1079910826
walker@^1.0.7, walker@~1.0.5:
1080010827
version "1.0.7"
1080110828
resolved "https://registry.yarnpkg.com/walker/-/walker-1.0.7.tgz#2f7f9b8fd10d677262b18a884e28d19618e028fb"

0 commit comments

Comments
 (0)