Skip to content

Commit b9e0cef

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update graphqlcodegenerator monorepo
1 parent 3648e94 commit b9e0cef

2 files changed

Lines changed: 33 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
]
4343
},
4444
"devDependencies": {
45-
"@graphql-codegen/cli": "1.19.3",
45+
"@graphql-codegen/cli": "1.19.4",
4646
"@graphql-codegen/fragment-matcher": "1.17.8",
4747
"@graphql-codegen/introspection": "1.18.1",
48-
"@graphql-codegen/typescript": "1.18.1",
48+
"@graphql-codegen/typescript": "1.19.0",
4949
"@graphql-codegen/typescript-operations": "1.17.12",
5050
"@graphql-codegen/typescript-react-apollo": "1.17.7",
5151
"@types/body-scroll-lock": "2.6.1",

yarn.lock

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,10 +1523,10 @@
15231523
ts-node "^8"
15241524
tslib "^1"
15251525

1526-
"@graphql-codegen/cli@1.19.3":
1527-
version "1.19.3"
1528-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.19.3.tgz#7d723bb406169b1fd23472e217b0d58b328823e9"
1529-
integrity sha512-tpaaq4eNN4VOWyzNKlAjA1zvoCaHikJ5lYvoWWyFrLa7uGJJlWeZwCZVGbl0Jwd0DfB+0E5u/U+9o9We+uASSw==
1526+
"@graphql-codegen/cli@1.19.4":
1527+
version "1.19.4"
1528+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-1.19.4.tgz#16e5caaa46ee159cbb01e2a2699203f8f25faac2"
1529+
integrity sha512-PN1xgaXZaTTEPhBfQkIRK82RzrzY8Pr+tfCqOtibeJMed0mtIJ5gSQfollRbtZ0/t7ZEmYCxojqQiVSbKzXDMw==
15301530
dependencies:
15311531
"@graphql-codegen/core" "1.17.9"
15321532
"@graphql-codegen/plugin-helpers" "^1.18.2"
@@ -1673,7 +1673,17 @@
16731673
pascal-case "3.1.1"
16741674
tslib "~2.0.0"
16751675

1676-
"@graphql-codegen/typescript@1.18.1", "@graphql-codegen/typescript@^1.18.1":
1676+
"@graphql-codegen/typescript@1.19.0":
1677+
version "1.19.0"
1678+
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.19.0.tgz#05b1b4502b91dee53ec4f0ae39e9537eff004c5c"
1679+
integrity sha512-ThpMdtb6LmEKzLNxlotpk33eIMfX1i1aAlYDaqctIhFjZ2Rbvkgdb8q/5/my7yeH33BLnuqHDKrdkDsAAvCHcw==
1680+
dependencies:
1681+
"@graphql-codegen/plugin-helpers" "^1.18.2"
1682+
"@graphql-codegen/visitor-plugin-common" "^1.17.21"
1683+
auto-bind "~4.0.0"
1684+
tslib "~2.0.1"
1685+
1686+
"@graphql-codegen/typescript@^1.18.1":
16771687
version "1.18.1"
16781688
resolved "https://registry.yarnpkg.com/@graphql-codegen/typescript/-/typescript-1.18.1.tgz#3d730472a01f18aea6331046f4ebfe3d91326801"
16791689
integrity sha512-Ee37NutKmaNrgAo2d5mv42RqPd8jJ6zyUKAH669Gbv0dFn2EK3sdC9PYQC9gXptv+H/eQn2gYgaa2nVpEPAIzg==
@@ -1714,6 +1724,22 @@
17141724
pascal-case "^3.1.1"
17151725
tslib "~2.0.1"
17161726

1727+
"@graphql-codegen/visitor-plugin-common@^1.17.21":
1728+
version "1.17.21"
1729+
resolved "https://registry.yarnpkg.com/@graphql-codegen/visitor-plugin-common/-/visitor-plugin-common-1.17.21.tgz#e47a5623392bcdb89d5af2484798a2fd9a59df8c"
1730+
integrity sha512-rhdJdj+4DAMgMSBlgkvfOMw65L46sAtYb7G/n9ucc9uJGUbiIcgvS/wpoQ/gxz2eUaNfcoFmjVLm+dkTM/XwqA==
1731+
dependencies:
1732+
"@graphql-codegen/plugin-helpers" "^1.18.2"
1733+
"@graphql-tools/optimize" "^1.0.1"
1734+
"@graphql-tools/relay-operation-optimizer" "^6"
1735+
array.prototype.flatmap "^1.2.4"
1736+
auto-bind "~4.0.0"
1737+
dependency-graph "^0.9.0"
1738+
graphql-tag "^2.11.0"
1739+
parse-filepath "^1.0.2"
1740+
pascal-case "^3.1.1"
1741+
tslib "~2.0.1"
1742+
17171743
"@graphql-tools/apollo-engine-loader@^6":
17181744
version "6.2.3"
17191745
resolved "https://registry.yarnpkg.com/@graphql-tools/apollo-engine-loader/-/apollo-engine-loader-6.2.3.tgz#769fb39e3ea63e036421705c711651cea0f21c44"

0 commit comments

Comments
 (0)