Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 58ddd1d

Browse files
renovate[bot]Jason Kuhrt
authored andcommitted
chore(deps): update dependency @types/jest to v24 (#434)
1 parent 0b926a4 commit 58ddd1d

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

packages/graphqlgen-json-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"t": "jest"
1414
},
1515
"devDependencies": {
16-
"@types/jest": "23.3.14",
16+
"@types/jest": "24.0.5",
1717
"ajv": "6.9.0",
1818
"jest": "23.6.0",
1919
"js-yaml": "3.12.1",

packages/graphqlgen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/benchmark": "1.0.31",
6060
"@types/camelcase": "4.1.0",
6161
"@types/graphql": "14.0.5",
62-
"@types/jest": "23.3.14",
62+
"@types/jest": "24.0.5",
6363
"@types/js-yaml": "3.12.0",
6464
"@types/mkdirp": "0.5.2",
6565
"@types/node": "10.12.25",

yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,15 @@
7575
"@types/rx" "*"
7676
"@types/through" "*"
7777

78-
79-
version "23.3.14"
80-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.14.tgz#37daaf78069e7948520474c87b80092ea912520a"
78+
"@types/jest-diff@*":
79+
version "20.0.1"
80+
resolved "https://registry.yarnpkg.com/@types/jest-diff/-/jest-diff-20.0.1.tgz#35cc15b9c4f30a18ef21852e255fdb02f6d59b89"
81+
82+
83+
version "24.0.5"
84+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-24.0.5.tgz#a4f9e255f460ce24896cfec89aacf1151a2131ee"
85+
dependencies:
86+
"@types/jest-diff" "*"
8187

8288
8389
version "3.12.0"

0 commit comments

Comments
 (0)