Skip to content

Commit

Permalink
fix(deps): update graphql-tools monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 9, 2021
1 parent 2679f46 commit 5fa17fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "test-project",
"version": "4.1.0",
"dependencies": {
"@graphql-tools/load-files": "6.2.7",
"@graphql-tools/load-files": "6.3.0",
"@types/node": "13.13.45",
"graphql": "15.5.0",
"graphql-config": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@graphql-tools/github-loader": "6.2.5",
"@graphql-tools/prisma-loader": "6.2.7",
"@graphql-tools/url-loader": "6.8.1",
"@graphql-tools/utils": "7.5.0"
"@graphql-tools/utils": "7.5.1"
}
}
2 changes: 1 addition & 1 deletion templates/fullstack/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@graphback/runtime-knex": "1.1.2",
"@graphback/codegen-schema": "1.1.2",
"graphql-migrations": "1.1.2",
"@graphql-tools/load-files": "6.2.7",
"@graphql-tools/load-files": "6.3.0",
"@types/cors": "2.8.10",
"@types/express": "4.17.11",
"@types/node": "13.13.45",
Expand Down

0 comments on commit 5fa17fb

Please sign in to comment.