Skip to content

Commit 49f36d3

Browse files
fix(deps): update all non-major dependencies (#8147)
* fix(deps): update all non-major dependencies * Snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 3155033 commit 49f36d3

File tree

94 files changed

+198
-193
lines changed

Some content is hidden

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

94 files changed

+198
-193
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": "^1.5.8",
7-
"graphql": "16.9.0"
7+
"graphql": "16.10.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": "^1.5.8",
7-
"graphql": "16.9.0"
7+
"graphql": "16.10.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": "^1.5.8",
7-
"graphql": "16.9.0"
7+
"graphql": "16.10.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": "^1.5.8",
7-
"graphql": "16.9.0"
7+
"graphql": "16.10.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": "^1.5.8",
7-
"graphql": "16.9.0",
7+
"graphql": "16.10.0",
88
"graphql-yoga": "5.10.6"
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": "^1.5.8",
77
"@graphql-tools/schema": "^10.0.6",
8-
"graphql": "16.9.0"
8+
"graphql": "16.10.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.7.13",
1010
"@omnigraph/grpc": "workspace:*",
11-
"graphql": "16.9.0"
11+
"graphql": "16.10.0"
1212
}
1313
}

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": "^1.5.8",
77
"@graphql-tools/schema": "^10.0.6",
8-
"graphql": "16.9.0"
8+
"graphql": "16.10.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": "^1.5.8",
7-
"graphql": "16.9.0"
7+
"graphql": "16.10.0"
88
}
99
}

e2e/json-schema-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dependencies": {
55
"@graphql-hive/gateway": "^1.5.8",
66
"fets": "^0.8.0",
7-
"graphql": "16.9.0",
7+
"graphql": "16.10.0",
88
"graphql-sse": "^2.5.3"
99
}
1010
}

0 commit comments

Comments
 (0)