Skip to content

Commit b462e5e

Browse files
fix(deps): update dependency @graphql-tools/load-files to ^7.0.1 (#964)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95d3ea8 commit b462e5e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

examples/codegen-gql-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "cross-env NODE_ENV=test tap --node-arg=--require=bob-tsm"
1616
},
1717
"dependencies": {
18-
"@graphql-tools/load-files": "^7.0.0",
18+
"@graphql-tools/load-files": "^7.0.1",
1919
"fastify": "^5.2.1",
2020
"graphql": "^16.10.0",
2121
"mercurius": "^16.0.1",

packages/mercurius-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@graphql-codegen/typescript-operations": "^3.0.4",
3838
"@graphql-codegen/typescript-resolvers": "^3.2.1",
3939
"@graphql-codegen/visitor-plugin-common": "^3.1.1",
40-
"@graphql-tools/load-files": "^7.0.0",
40+
"@graphql-tools/load-files": "^7.0.1",
4141
"@graphql-tools/utils": "^10.7.2",
4242
"@graphql-typed-document-node/core": "^3.2.0",
4343
"chokidar": "^3.6.0",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)