Skip to content

Commit 70066da

Browse files
chore(deps): update dependency @types/graphql to v14
1 parent fa5c4e5 commit 70066da

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@storybook/addon-knobs": "^3.4.6",
3131
"@storybook/react": "4.0.0-alpha.8",
3232
"@types/apollo-codegen": "^0.16.0",
33-
"@types/graphql": "^0.13.1",
33+
"@types/graphql": "^14.0.0",
3434
"@types/jest": "^23.0.0",
3535
"@types/json-schema": "^6.0.1",
3636
"@types/lodash": "^4.14.109",

yarn.lock

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,12 @@
374374
version "0.12.6"
375375
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.12.6.tgz#3d619198585fcabe5f4e1adfb5cf5f3388c66c13"
376376

377-
"@types/graphql@^0.13.1":
378-
version "0.13.1"
379-
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-0.13.1.tgz#7d39750355c9ecb921816d6f76c080405b5f6bea"
377+
"@types/graphql@^14.0.0":
378+
version "14.5.0"
379+
resolved "https://registry.yarnpkg.com/@types/graphql/-/graphql-14.5.0.tgz#a545fb3bc8013a3547cf2f07f5e13a33642b75d6"
380+
integrity sha512-MOkzsEp1Jk5bXuAsHsUi6BVv0zCO+7/2PTiZMXWDSsMXvNU6w/PLMQT2vHn8hy2i0JqojPz1Sz6rsFjHtsU0lA==
381+
dependencies:
382+
graphql "*"
380383

381384
"@types/jest@^23.0.0":
382385
version "23.0.0"
@@ -3945,6 +3948,11 @@ graphql-tools@^3.0.2:
39453948
iterall "^1.1.3"
39463949
uuid "^3.1.0"
39473950

3951+
graphql@*:
3952+
version "16.12.0"
3953+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.12.0.tgz#28cc2462435b1ac3fdc6976d030cef83a0c13ac7"
3954+
integrity sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==
3955+
39483956
graphql@^0.12.3:
39493957
version "0.12.3"
39503958
resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.12.3.tgz#11668458bbe28261c0dcb6e265f515ba79f6ce07"

0 commit comments

Comments
 (0)