Skip to content

Commit 3f45824

Browse files
chore(deps): update dependency @types/apollo-codegen to ^0.20.0
1 parent fa5c4e5 commit 3f45824

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@storybook/addon-console": "^1.0.0",
3030
"@storybook/addon-knobs": "^3.4.6",
3131
"@storybook/react": "4.0.0-alpha.8",
32-
"@types/apollo-codegen": "^0.16.0",
32+
"@types/apollo-codegen": "^0.20.0",
3333
"@types/graphql": "^0.13.1",
3434
"@types/jest": "^23.0.0",
3535
"@types/json-schema": "^6.0.1",

yarn.lock

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,12 @@
362362
react-modal "^3.4.4"
363363
react-treebeard "^2.1.0"
364364

365-
"@types/apollo-codegen@^0.16.0":
366-
version "0.16.0"
367-
resolved "https://registry.yarnpkg.com/@types/apollo-codegen/-/apollo-codegen-0.16.0.tgz#e3bc3c27e4f089d61a4bb6b6de22fa226671a6d1"
365+
"@types/apollo-codegen@^0.20.0":
366+
version "0.20.3"
367+
resolved "https://registry.yarnpkg.com/@types/apollo-codegen/-/apollo-codegen-0.20.3.tgz#6e325e11230dd9ffe8c009fa3084d00e4d58257a"
368+
integrity sha512-q6W1xrV3pOEwOfbZgKe0EF71KG8q6XHxBaf0c5i2ifwwxMFlHZeFEdm68KfUt879qxOU4IfRlBi49wy3KdcTag==
369+
dependencies:
370+
graphql "^14.5.3"
368371

369372
"@types/async@2.0.49":
370373
version "2.0.49"
@@ -3957,6 +3960,13 @@ graphql@^0.13.1:
39573960
dependencies:
39583961
iterall "^1.2.1"
39593962

3963+
graphql@^14.5.3:
3964+
version "14.7.0"
3965+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72"
3966+
integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==
3967+
dependencies:
3968+
iterall "^1.2.2"
3969+
39603970
growly@^1.3.0:
39613971
version "1.3.0"
39623972
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
@@ -4690,6 +4700,11 @@ iterall@^1.1.3, iterall@^1.2.1:
46904700
version "1.2.2"
46914701
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7"
46924702

4703+
iterall@^1.2.2:
4704+
version "1.3.0"
4705+
resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.3.0.tgz#afcb08492e2915cbd8a0884eb93a8c94d0d72fea"
4706+
integrity sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==
4707+
46934708
jest-changed-files@^23.0.1:
46944709
version "23.0.1"
46954710
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-23.0.1.tgz#f79572d0720844ea5df84c2a448e862c2254f60c"

0 commit comments

Comments
 (0)