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 Nov 23, 2023
1 parent aa70956 commit 4dd7773
Show file tree
Hide file tree
Showing 6 changed files with 706 additions and 328 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.5.2",
"@graphql-tools/load-files": "7.0.0",
"@types/node": "13.13.45",
"graphql": "15.7.2",
"graphql-config": "3.4.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"deploy:website": "cd website && yarn deploy"
},
"devDependencies": {
"@graphql-tools/load": "6.2.8",
"@graphql-tools/load": "8.0.1",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
"@types/fullname": "2.1.29",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"yargs": "16.2.0"
},
"dependencies": {
"@graphql-tools/load": "^7.1.6",
"@graphql-tools/load": "^8.0.0",
"tslib": "^2.3.1"
}
}
14 changes: 7 additions & 7 deletions packages/loaders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"graphql": "15.7.2"
},
"dependencies": {
"@graphql-tools/apollo-engine-loader": "^7.0.4",
"@graphql-tools/code-file-loader": "^7.0.4",
"@graphql-tools/git-loader": "^7.0.4",
"@graphql-tools/github-loader": "^7.0.4",
"@graphql-tools/prisma-loader": "^7.0.5",
"@graphql-tools/url-loader": "^7.0.10",
"@graphql-tools/utils": "^8.1.1"
"@graphql-tools/apollo-engine-loader": "^8.0.0",
"@graphql-tools/code-file-loader": "^8.0.0",
"@graphql-tools/git-loader": "^8.0.0",
"@graphql-tools/github-loader": "^8.0.0",
"@graphql-tools/prisma-loader": "^8.0.0",
"@graphql-tools/url-loader": "^8.0.0",
"@graphql-tools/utils": "^10.0.0"
}
}
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.5.2",
"@graphql-tools/load-files": "7.0.0",
"@types/cors": "2.8.12",
"@types/express": "4.17.13",
"@types/node": "13.13.45",
Expand Down
Loading

0 comments on commit 4dd7773

Please sign in to comment.