Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix(deps): update graphql-tools monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 11, 2021
1 parent 34a932e commit c843e92
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"node": ">=10.15.3"
},
"devDependencies": {
"@graphql-tools/graphql-file-loader": "6.2.6",
"@graphql-tools/graphql-file-loader": "6.2.7",
"apollo-server": "2.19.0",
"apollo-server-testing": "2.19.0",
"graphql": "15.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript-eslint-parser": "21.0.2"
},
"dependencies": {
"@graphql-tools/graphql-file-loader": "6.2.6",
"@graphql-tools/graphql-file-loader": "6.2.7",
"chalk": "2.4.2",
"chokidar": "3.4.3",
"debounce": "1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-codegen-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@graphback/core": "1.1.2",
"@graphql-tools/utils": "7.1.4",
"@graphql-tools/utils": "7.9.1",
"graphql-compose": "7.23.0",
"graphql-metadata": "0.7.6",
"pluralize": "8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphback-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"access": "public"
},
"dependencies": {
"@graphql-tools/merge": "6.2.6",
"@graphql-tools/utils": "7.1.4",
"@graphql-tools/merge": "6.2.14",
"@graphql-tools/utils": "7.9.1",
"@types/bson": "4.0.3",
"bson": "4.2.2",
"dataloader": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback-datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@graphback/codegen-schema": "1.1.2",
"@graphback/core": "1.1.2",
"@graphback/runtime-mongo": "1.1.2",
"@graphql-tools/utils": "7.1.4",
"@graphql-tools/utils": "7.9.1",
"graphback": "1.1.2",
"graphql-compose": "7.23.0",
"graphql-metadata": "0.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphback/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@graphback/codegen-client": "1.1.2",
"@graphback/codegen-schema": "1.1.2",
"@graphback/core": "1.1.2",
"@graphql-tools/merge": "6.2.6",
"@graphql-tools/merge": "6.2.14",
"graphql-subscriptions": "1.1.0",
"tslib": "2.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/lodash": "4.14.165",
"@types/node": "12.19.9",
"graphql": "15.4.0",
"graphql-tools": "7.0.2",
"graphql-tools": "7.0.5",
"jest": "26.6.3",
"pg": "8.5.1",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@graphback/core": "1.1.2",
"@graphback/datasync": "1.1.2",
"@graphback/runtime-mongo": "1.1.2",
"@graphql-tools/graphql-file-loader": "6.2.6",
"@graphql-tools/load": "6.2.5",
"@graphql-tools/graphql-file-loader": "6.2.7",
"@graphql-tools/load": "6.2.8",
"apollo-server-express": "2.19.0",
"chalk": "4.1.0",
"cors": "2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion templates/ts-fastify-mongodb-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"license": "Apache 2.0",
"dependencies": {
"@graphback/runtime-mongo": "1.1.2",
"@graphql-tools/schema": "7.1.2",
"@graphql-tools/schema": "7.1.5",
"dotenv": "8.2.0",
"fastify": "3.9.2",
"fastify-cors": "4.1.0",
Expand Down

0 comments on commit c843e92

Please sign in to comment.