Skip to content

Commit b792b6e

Browse files
authored
Merge pull request #883 from w3bdesign/renovate/graphqlcodegenerator-monorepo
Update dependency @graphql-codegen/cli to v2.13.11
2 parents 0930138 + d81fc65 commit b792b6e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@braid/vue-formulate": "2.5.3",
18-
"@graphql-codegen/cli": "2.13.10",
18+
"@graphql-codegen/cli": "2.13.11",
1919
"@graphql-codegen/fragment-matcher": "3.3.1",
2020
"@graphql-codegen/introspection": "2.2.1",
2121
"@nuxt/postcss8": "1.1.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,15 +1378,15 @@
13781378
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
13791379
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
13801380

1381-
"@graphql-codegen/[email protected].10":
1382-
version "2.13.10"
1383-
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.10.tgz#0df0fd5bbf2f21b749e5560c2e3551cff8311e6b"
1384-
integrity sha512-h0b/dr1yY0P3BzHXES9b40ADqCwzb5G8mPGGmYJyrJUrWbVBDHd7oLsYNZyUXrdNH2+OXSvRla0P+rE7Xtql5Q==
1381+
"@graphql-codegen/[email protected].11":
1382+
version "2.13.11"
1383+
resolved "https://registry.yarnpkg.com/@graphql-codegen/cli/-/cli-2.13.11.tgz#74ff250b9da09c38baf812662969e450783126aa"
1384+
integrity sha512-PJF36a1i6M7Btj1kB4PWWzBUO3u2BJzsd/6KXxRmEugcxrbaCnbTDDktopy0CZYKdqaFbXaowwbRY8Tk8DV99Q==
13851385
dependencies:
13861386
"@babel/generator" "^7.18.13"
13871387
"@babel/template" "^7.18.10"
13881388
"@babel/types" "^7.18.13"
1389-
"@graphql-codegen/core" "2.6.4"
1389+
"@graphql-codegen/core" "2.6.5"
13901390
"@graphql-codegen/plugin-helpers" "^2.7.2"
13911391
"@graphql-tools/apollo-engine-loader" "^7.3.6"
13921392
"@graphql-tools/code-file-loader" "^7.3.1"
@@ -1420,10 +1420,10 @@
14201420
yaml "^1.10.0"
14211421
yargs "^17.0.0"
14221422

1423-
"@graphql-codegen/[email protected].4":
1424-
version "2.6.4"
1425-
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.4.tgz#0ed07c1efe18f36dd7515a54d05b07685b00cbb1"
1426-
integrity sha512-gmiRJIkmzeODBpX5ATDLWBTAs2zl21cRqwOmcYtLY3RMxNa3SIpHFII6BIYLOo/ZO767+2DH8FOKWCR78w6cvQ==
1423+
"@graphql-codegen/[email protected].5":
1424+
version "2.6.5"
1425+
resolved "https://registry.yarnpkg.com/@graphql-codegen/core/-/core-2.6.5.tgz#08ac1e9cdfeba3f95557230b2bd3736b4ef2f777"
1426+
integrity sha512-oSbM8vINFxcV1GUasJTDIemMpEG1t6NkBG8odQCt/3ZExCYmoviHhG9vJB89QqJeU5W06qQB6SJn/dg/gv5Aqg==
14271427
dependencies:
14281428
"@graphql-codegen/plugin-helpers" "^2.7.2"
14291429
"@graphql-tools/schema" "^9.0.0"

0 commit comments

Comments
 (0)