Skip to content

Commit a790d94

Browse files
committed
fix(deps): update graphql-tools monorepo
1 parent a578a87 commit a790d94

File tree

11 files changed

+59
-131
lines changed

11 files changed

+59
-131
lines changed

benchmarks/bench/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^6.1.1",
15-
"@graphql-tools/schema": "^8.3.7",
15+
"@graphql-tools/schema": "^8.3.10",
1616
"autocannon": "^7.8.1",
1717
"chalk": "^5.0.1",
1818
"cli-table": "^0.3.11",

examples/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@graphql-ez/plugin-schema": "workspace:^0.8.4",
1818
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
1919
"@graphql-ez/sveltekit": "workspace:^0.4.0",
20-
"@graphql-tools/schema": "^8.3.7",
20+
"@graphql-tools/schema": "^8.3.10",
2121
"@sveltejs/adapter-node": "^1.0.0-next.73",
2222
"altair-static-slim": "4.4.1",
2323
"graphql": "16.1.0-experimental-stream-defer.6",

internal/testing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@graphql-ez/utils": "workspace:^0.1.4",
27-
"@graphql-tools/schema": "^8.3.7",
28-
"@graphql-tools/utils": "^8.6.6",
27+
"@graphql-tools/schema": "^8.3.10",
28+
"@graphql-tools/utils": "^8.6.9",
2929
"@graphql-typed-document-node/core": "^3.1.1",
3030
"@hapi/hapi": "^20.2.1",
3131
"@jest/types": "^27.5.1",

packages/helix/graphiql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"devDependencies": {
3838
"@graphiql/toolkit": "0.4.3",
39-
"@graphql-tools/url-loader": "^7.9.10",
40-
"@graphql-tools/utils": "^8.6.6",
39+
"@graphql-tools/url-loader": "^7.9.15",
40+
"@graphql-tools/utils": "^8.6.9",
4141
"@n1ru4l/graphql-live-query": "^0.9.0",
4242
"@types/prettier": "^2.6.0",
4343
"@types/prop-types": "^15.7.5",

packages/nextjs/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"cors": "^2.8.5"
3535
},
3636
"devDependencies": {
37-
"@graphql-tools/schema": "^8.3.7",
37+
"@graphql-tools/schema": "^8.3.10",
3838
"@types/node": "^17.0.23",
3939
"@types/react": "^17.0.44",
4040
"@types/react-dom": "^18.0.0",

packages/plugin/codegen/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"@graphql-codegen/typescript-operations": "^2.3.5",
3838
"@graphql-codegen/typescript-resolvers": "^2.6.1",
3939
"@graphql-ez/utils": "workspace:^0.1.4",
40-
"@graphql-tools/graphql-file-loader": "^7.3.8",
41-
"@graphql-tools/load": "^7.5.7",
42-
"@graphql-tools/utils": "^8.6.6",
40+
"@graphql-tools/graphql-file-loader": "^7.3.11",
41+
"@graphql-tools/load": "^7.5.10",
42+
"@graphql-tools/utils": "^8.6.9",
4343
"mkdirp": "^1.0.4",
4444
"prettier": "^2.6.2"
4545
},

packages/plugin/modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"dependencies": {
3333
"@envelop/graphql-modules": "^3.3.1",
3434
"@graphql-ez/utils": "workspace:^0.1.4",
35-
"@graphql-tools/schema": "^8.3.7",
35+
"@graphql-tools/schema": "^8.3.10",
3636
"graphql-modules": "^2.0.0"
3737
},
3838
"devDependencies": {

packages/plugin/scalars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@graphql-ez/utils": "workspace:^0.1.4",
34-
"@graphql-tools/utils": "^8.6.6",
34+
"@graphql-tools/utils": "^8.6.9",
3535
"graphql-scalars": "^1.17.0"
3636
},
3737
"devDependencies": {

packages/plugin/schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"dependencies": {
3232
"@graphql-ez/utils": "workspace:^0.1.4",
33-
"@graphql-tools/schema": "^8.3.7",
34-
"@graphql-tools/utils": "^8.6.6"
33+
"@graphql-tools/schema": "^8.3.10",
34+
"@graphql-tools/utils": "^8.6.9"
3535
},
3636
"devDependencies": {
3737
"@types/node": "^17.0.23",

packages/sveltekit/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@graphql-ez/plugin-graphiql": "workspace:^0.11.4",
3939
"@graphql-ez/plugin-schema": "workspace:^0.8.4",
4040
"@graphql-ez/plugin-voyager": "workspace:^0.9.3",
41-
"@graphql-tools/schema": "^8.3.7",
41+
"@graphql-tools/schema": "^8.3.10",
4242
"@sveltejs/adapter-node": "^1.0.0-next.73",
4343
"@sveltejs/kit": "^1.0.0-next.318",
4444
"@types/node": "^17.0.23",

0 commit comments

Comments
 (0)