Update and fix more dependencies

This commit is contained in:
zikaeroh 2020-06-22 18:12:02 -07:00
parent 27189cc7a3
commit 18d7c55278
2 changed files with 17 additions and 18 deletions

View File

@ -9,8 +9,8 @@
"@testing-library/dom": "^7.10.1",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^11.0.1",
"@types/jest": "^25.2.1",
"@testing-library/user-event": "^12.0.7",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.152",
"@types/node": "^14.0.1",
"@types/react": "^16.9.0",
@ -27,7 +27,7 @@
"react-hook-form": "^5.6.3",
"react-scripts": "^3.4.1",
"react-use-websocket": "^2.0.3-b.4",
"ts-essentials": "^6.0.5",
"ts-essentials": "^7.0.0",
"typeface-roboto": "^0.0.75",
"typescript": "^3.9.5"
},

View File

@ -1547,10 +1547,10 @@
"@babel/runtime" "^7.10.2"
"@testing-library/dom" "^7.14.2"
"@testing-library/user-event@^11.0.1":
version "11.4.2"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-11.4.2.tgz#90d98fd18455ae81d008e9b26e94d25e8d5bf846"
integrity sha512-Kut7G1L+ffozEhYTDNjV9C6RFbUfsKA05rGr1arwbSUoDZQ82OMmsyaXEDznT22Qc0PtZ1Hz3soX0pPosu8+Sw==
"@testing-library/user-event@^12.0.7":
version "12.0.7"
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.0.7.tgz#6028d8de294ebd1cbf63812bc40f99e61b82f318"
integrity sha512-v/1DS6V6P5zJVq5HCC/NU93CQaqML+exslOOYRmE71ULvtOCS4Fv6A2wgBjIsEEecjZtdS2LF+KlrOK3KvVZBA==
dependencies:
"@babel/runtime" "^7.10.2"
@ -1633,13 +1633,12 @@
jest-diff "^25.2.1"
pretty-format "^25.2.1"
"@types/jest@^25.2.1":
version "25.2.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
integrity sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==
"@types/jest@^24.9.1":
version "24.9.1"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.9.1.tgz#02baf9573c78f1b9974a5f36778b366aa77bd534"
integrity sha512-Fb38HkXSVA4L8fGKEZ6le5bB8r6MRWlOCZbVuWZcmOMSCd2wCYOwN1ibj8daIoV9naq7aaOZjrLCoCMptKU/4Q==
dependencies:
jest-diff "^25.2.1"
pretty-format "^25.2.1"
jest-diff "^24.3.0"
"@types/json-schema@^7.0.3", "@types/json-schema@^7.0.4":
version "7.0.5"
@ -6076,7 +6075,7 @@ jest-config@^24.9.0:
pretty-format "^24.9.0"
realpath-native "^1.1.0"
jest-diff@^24.9.0:
jest-diff@^24.3.0, jest-diff@^24.9.0:
version "24.9.0"
resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-24.9.0.tgz#931b7d0d5778a1baf7452cb816e325e3724055da"
integrity sha512-qMfrTs8AdJE2iqrTp0hzh7kTd2PQWrsFyj9tORoKmu32xjPjeE4NyjVRDz8ybYwqS2ik8N4hsIpiVTyFeo2lBQ==
@ -10548,10 +10547,10 @@ tr46@^1.0.1:
dependencies:
punycode "^2.1.0"
ts-essentials@^6.0.5:
version "6.0.7"
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-6.0.7.tgz#5f4880911b7581a873783740ce8b94da163d18a6"
integrity sha512-2E4HIIj4tQJlIHuATRHayv0EfMGK3ris/GRk1E3CFnsZzeNV+hUmelbaTZHLtXaZppM5oLhHRtO04gINC4Jusw==
ts-essentials@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.0.tgz#eb807945d65e258bae8914f541543758f879f6c5"
integrity sha512-DptrzFAwb5afnsTdKxfScHqLbVZHl7YsxvDT+iT8tbXWFGSzbXALhfWlal25HBesqlX0NZd6wz9KBGnJcWScdQ==
ts-pnp@1.1.6:
version "1.1.6"