Skip to content

Commit 0776043

Browse files
fix(deps): update dependency graphql to v16.12.0 (#8912)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c29a624 commit 0776043

File tree

179 files changed

+364
-364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+364
-364
lines changed

e2e/cjs-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
7-
"graphql": "16.11.0"
7+
"graphql": "16.12.0"
88
}
99
}

e2e/compose-to-output/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
7-
"graphql": "16.11.0"
7+
"graphql": "16.12.0"
88
}
99
}

e2e/esm-config-in-cjs-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
7-
"graphql": "16.11.0"
7+
"graphql": "16.12.0"
88
}
99
}

e2e/esm-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
7-
"graphql": "16.11.0"
7+
"graphql": "16.12.0"
88
}
99
}

e2e/extra-fields/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
7-
"graphql": "16.11.0",
7+
"graphql": "16.12.0",
88
"graphql-yoga": "^5.13.4"
99
}
1010
}

e2e/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
77
"@graphql-tools/schema": "^10.0.6",
8-
"graphql": "16.11.0"
8+
"graphql": "16.12.0"
99
}
1010
}

e2e/grpc-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@grpc/grpc-js": "^1.12.2",
99
"@grpc/proto-loader": "^0.8.0",
1010
"@omnigraph/grpc": "workspace:*",
11-
"graphql": "16.11.0"
11+
"graphql": "16.12.0"
1212
}
1313
}

e2e/grpc-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@grpc/proto-loader": "^0.8.0",
1010
"@grpc/reflection": "^1.0.4",
1111
"@omnigraph/grpc": "workspace:*",
12-
"graphql": "16.11.0"
12+
"graphql": "16.12.0"
1313
}
1414
}

e2e/hoist-and-prefix-transform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
77
"@graphql-tools/schema": "^10.0.6",
8-
"graphql": "16.11.0"
8+
"graphql": "16.12.0"
99
}
1010
}

e2e/js-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"private": true,
55
"dependencies": {
66
"@graphql-hive/gateway": "^2.0.0",
7-
"graphql": "16.11.0"
7+
"graphql": "16.12.0"
88
}
99
}

0 commit comments

Comments
 (0)