Skip to content

Commit

Permalink
Update graphqlcodegenerator monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 29, 2020
1 parent 3648e94 commit b9e0cef
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
]
},
"devDependencies": {
"@graphql-codegen/cli": "1.19.3",
"@graphql-codegen/cli": "1.19.4",
"@graphql-codegen/fragment-matcher": "1.17.8",
"@graphql-codegen/introspection": "1.18.1",
"@graphql-codegen/typescript": "1.18.1",
"@graphql-codegen/typescript": "1.19.0",
"@graphql-codegen/typescript-operations": "1.17.12",
"@graphql-codegen/typescript-react-apollo": "1.17.7",
"@types/body-scroll-lock": "2.6.1",
Expand Down
36 changes: 31 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1523,10 +1523,10 @@
ts-node "^8"
tslib "^1"

"@graphql-codegen/[email protected].3":
version "1.19.3"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.19.3.tgz#7d723bb406169b1fd23472e217b0d58b328823e9"
integrity sha512-tpaaq4eNN4VOWyzNKlAjA1zvoCaHikJ5lYvoWWyFrLa7uGJJlWeZwCZVGbl0Jwd0DfB+0E5u/U+9o9We+uASSw==
"@graphql-codegen/[email protected].4":
version "1.19.4"
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.19.4.tgz#16e5caaa46ee159cbb01e2a2699203f8f25faac2"
integrity sha512-PN1xgaXZaTTEPhBfQkIRK82RzrzY8Pr+tfCqOtibeJMed0mtIJ5gSQfollRbtZ0/t7ZEmYCxojqQiVSbKzXDMw==
dependencies:
"@graphql-codegen/core" "1.17.9"
"@graphql-codegen/plugin-helpers" "^1.18.2"
Expand Down Expand Up @@ -1673,7 +1673,17 @@
pascal-case "3.1.1"
tslib "~2.0.0"

"@graphql-codegen/[email protected]", "@graphql-codegen/typescript@^1.18.1":
"@graphql-codegen/[email protected]":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.19.0.tgz#05b1b4502b91dee53ec4f0ae39e9537eff004c5c"
integrity sha512-ThpMdtb6LmEKzLNxlotpk33eIMfX1i1aAlYDaqctIhFjZ2Rbvkgdb8q/5/my7yeH33BLnuqHDKrdkDsAAvCHcw==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.2"
"@graphql-codegen/visitor-plugin-common" "^1.17.21"
auto-bind "~4.0.0"
tslib "~2.0.1"

"@graphql-codegen/typescript@^1.18.1":
version "1.18.1"
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.18.1.tgz#3d730472a01f18aea6331046f4ebfe3d91326801"
integrity sha512-Ee37NutKmaNrgAo2d5mv42RqPd8jJ6zyUKAH669Gbv0dFn2EK3sdC9PYQC9gXptv+H/eQn2gYgaa2nVpEPAIzg==
Expand Down Expand Up @@ -1714,6 +1724,22 @@
pascal-case "^3.1.1"
tslib "~2.0.1"

"@graphql-codegen/visitor-plugin-common@^1.17.21":
version "1.17.21"
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.17.21.tgz#e47a5623392bcdb89d5af2484798a2fd9a59df8c"
integrity sha512-rhdJdj+4DAMgMSBlgkvfOMw65L46sAtYb7G/n9ucc9uJGUbiIcgvS/wpoQ/gxz2eUaNfcoFmjVLm+dkTM/XwqA==
dependencies:
"@graphql-codegen/plugin-helpers" "^1.18.2"
"@graphql-tools/optimize" "^1.0.1"
"@graphql-tools/relay-operation-optimizer" "^6"
array.prototype.flatmap "^1.2.4"
auto-bind "~4.0.0"
dependency-graph "^0.9.0"
graphql-tag "^2.11.0"
parse-filepath "^1.0.2"
pascal-case "^3.1.1"
tslib "~2.0.1"

"@graphql-tools/apollo-engine-loader@^6":
version "6.2.3"
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-6.2.3.tgz#769fb39e3ea63e036421705c711651cea0f21c44"
Expand Down

0 comments on commit b9e0cef

Please sign in to comment.