weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 2b5ec7e59dfe26adbde5f50e538bb366d9a15523
parent ce4cbb591fc46cd91fe042e7cd9875f08eeb6e2a
Author: Matthew Horan <matt@matthoran.com>
Date:   Sun, 27 Sep 2020 22:21:16 -0400

Bump @types/jest

Jest was bumped along with TypeScript but the types lib was missed.

Diffstat:
Mpackage.json | 2+-
Myarn.lock | 10+---------
2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json @@ -27,7 +27,7 @@ "devDependencies": { "@babel/core": "^7.2.2", "@testing-library/react-native": "^7.0.2", - "@types/jest": "^25.2.1", + "@types/jest": "^26.0.14", "@types/lodash": "^4.14.106", "@types/react": "~16.9.35", "@types/react-native": "~0.63.2", diff --git a/yarn.lock b/yarn.lock @@ -2314,7 +2314,7 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.x": +"@types/jest@26.x", "@types/jest@^26.0.14": version "26.0.14" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3" integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== @@ -2322,14 +2322,6 @@ jest-diff "^25.2.1" pretty-format "^25.2.1" -"@types/jest@^25.2.1": - version "25.2.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5" - integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA== - dependencies: - jest-diff "^25.2.1" - pretty-format "^25.2.1" - "@types/json-schema@^7.0.3": version "7.0.6" resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"