File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 44
44
"author" : " codehex" ,
45
45
"license" : " MIT" ,
46
46
"devDependencies" : {
47
- "@graphql-codegen/cli" : " 2.9.1 " ,
47
+ "@graphql-codegen/cli" : " 2.10.0 " ,
48
48
"@graphql-codegen/typescript" : " 2.7.2" ,
49
49
"@tsconfig/recommended" : " 1.0.1" ,
50
50
"@types/jest" : " 28.1.6" ,
Original file line number Diff line number Diff line change 747
747
minimatch "^3.1.2"
748
748
strip-json-comments "^3.1.1"
749
749
750
- " @graphql-codegen/cli@2.9.1 " :
751
- version "2.9.1 "
752
- resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.9.1 .tgz#f3a0edd462cbefb69f9db7789b142a696a2930b4 "
753
- integrity sha512-RyGrJTKySi5irJjdgg/9GTnFSCJtKh1YGD9idh2CIsEbkbUx3M7aBk4A+W7Q1afLmC16l59KSXodG8Bqi2eJmg ==
750
+ " @graphql-codegen/cli@2.10.0 " :
751
+ version "2.10.0 "
752
+ resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.10.0 .tgz#82f716590333bcb7965cd4ae373972068b2d0787 "
753
+ integrity sha512-v87yzrQ4Q/PpGPC59O0xusQknWWKtUdITqahpUBDddT8ZWHNhadx2BjvPkinFoPZmCkG8yVoAHx7FJ2uLzqjww ==
754
754
dependencies :
755
755
" @graphql-codegen/core" " 2.6.0"
756
756
" @graphql-codegen/plugin-helpers" " ^2.6.0"
764
764
" @graphql-tools/prisma-loader" " ^7.2.2"
765
765
" @graphql-tools/url-loader" " ^7.12.1"
766
766
" @graphql-tools/utils" " ^8.8.0"
767
+ " @whatwg-node/fetch" " ^0.0.2"
767
768
ansi-escapes "^4.3.1"
768
769
chalk "^4.1.0"
769
770
chokidar "^3.5.2"
770
771
cosmiconfig "^7.0.0"
771
- cross-undici-fetch "^0.4.11"
772
772
debounce "^1.2.0"
773
773
detect-indent "^6.0.0"
774
774
graphql-config "^4.3.1"
1689
1689
" @typescript-eslint/types" " 5.31.0"
1690
1690
eslint-visitor-keys "^3.3.0"
1691
1691
1692
+ " @whatwg-node/fetch@^0.0.2 " :
1693
+ version "0.0.2"
1694
+ resolved "https://registry.yarnpkg.com/@whatwg-node/fetch/-/fetch-0.0.2.tgz#4242c4e36714b5018ccac0ab76f4ab5a208fbc1c"
1695
+ integrity sha512-qiZn8dYRg0POzUvmHBs7blLxl6DPL+b+Z0JUsGaj7/8PFe2BJG9onrUVX6OWh6Z9YhcYw8yu+wtCAme5ZMiCKQ==
1696
+ dependencies :
1697
+ abort-controller "^3.0.0"
1698
+ busboy "^1.6.0"
1699
+ form-data-encoder "^1.7.1"
1700
+ formdata-node "^4.3.1"
1701
+ node-fetch "^2.6.7"
1702
+ undici "5.5.1"
1703
+ web-streams-polyfill "^3.2.0"
1704
+
1692
1705
abort-controller@^3.0.0 :
1693
1706
version "3.0.0"
1694
1707
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
You can’t perform that action at this time.
0 commit comments