Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2022
1 parent 1b59ce6 commit bf403a5
Show file tree
Hide file tree
Showing 62 changed files with 418 additions and 59 deletions.
41 changes: 39 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,44 @@
"@graphql-yoga/plugin-response-cache": "0.0.0",
"@graphql-yoga/render-graphiql": "2.13.10",
"@graphql-yoga/subscription": "2.2.3",
"website": "0.0.0"
"website": "0.0.0",
"example-deno": "0.0.0"
},
"changesets": []
"changesets": [
"@graphql-yoga_apollo-link-1713-dependencies",
"@graphql-yoga_apollo-link-1727-dependencies",
"@graphql-yoga_graphiql-1658-dependencies",
"@graphql-yoga_graphiql-1713-dependencies",
"@graphql-yoga_graphiql-1727-dependencies",
"@graphql-yoga_plugin-apollo-inline-trace-1713-dependencies",
"@graphql-yoga_plugin-apq-1713-dependencies",
"@graphql-yoga_plugin-response-cache-1604-dependencies",
"@graphql-yoga_urql-exchange-1638-dependencies",
"@graphql-yoga_urql-exchange-1713-dependencies",
"@graphql-yoga_urql-exchange-1727-dependencies",
"bright-wasps-boil",
"chilly-rats-marry",
"chilly-windows-happen",
"curvy-oranges-heal",
"graphql-yoga-1347-dependencies",
"graphql-yoga-1604-dependencies",
"graphql-yoga-1713-dependencies",
"graphql-yoga-1734-dependencies",
"graphql-yoga-1735-dependencies",
"graphql-yoga-1743-dependencies",
"graphql-yoga-1745-dependencies",
"grumpy-kangaroos-tell",
"happy-dolls-shout",
"healthy-waves-sing",
"hungry-knives-raise",
"long-ears-brake",
"more-accept-headers",
"nine-brooms-cough",
"pretty-cycles-wait",
"seven-tomatoes-invent",
"silent-ants-vanish",
"slow-wasps-hide",
"tall-paws-do",
"twenty-poets-prove"
]
}
7 changes: 7 additions & 0 deletions benchmark/hello-world/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# hello-world-benchmark

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`2e0c4824`](https://github.com/dotansimha/graphql-yoga/commit/2e0c482418af2281c9cf0c34dd16f207d850cdb7), [`f46addd7`](https://github.com/dotansimha/graphql-yoga/commit/f46addd767f38bc3a48d796b0f2cb02c5f5668ef), [`f4b23387`](https://github.com/dotansimha/graphql-yoga/commit/f4b233876c2db52886eb5211b029377450fdb7f1), [`e2267d3a`](https://github.com/dotansimha/graphql-yoga/commit/e2267d3a3d6df3e3008ab411c5e1894f22d9bcef), [`2dbdd91a`](https://github.com/dotansimha/graphql-yoga/commit/2dbdd91a346e17ac33d88f06d17c607198f4d49b), [`af0e392e`](https://github.com/dotansimha/graphql-yoga/commit/af0e392e12906ac575f4a8d8350fe544c18b0122), [`b7aac32e`](https://github.com/dotansimha/graphql-yoga/commit/b7aac32efe22f780b0d3061fed5a36b2b9a3be55), [`f9844473`](https://github.com/dotansimha/graphql-yoga/commit/f984447386d4ad2c2aea4f03dfedad614fa5a193), [`bc2daee0`](https://github.com/dotansimha/graphql-yoga/commit/bc2daee0d4d04fd90154e5abbdb70ed2ff44f7cf), [`7f67322e`](https://github.com/dotansimha/graphql-yoga/commit/7f67322e975f84840db2d4b09156c0c684299375), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`e7a47b56`](https://github.com/dotansimha/graphql-yoga/commit/e7a47b56fbdf3abbb8f0d590ade867805a84157e), [`1d7f810a`](https://github.com/dotansimha/graphql-yoga/commit/1d7f810a8ee3fc00f6dbde461010683eb354da2d), [`209b1620`](https://github.com/dotansimha/graphql-yoga/commit/209b1620055cf64647943b1c334852a314aff3a4), [`098e139f`](https://github.com/dotansimha/graphql-yoga/commit/098e139f2b08196bfee04a71bcd024501dceacd8), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`c4b3a9c8`](https://github.com/dotansimha/graphql-yoga/commit/c4b3a9c8031f7b61420bb9cdc4bc6e7fc22615a5), [`1d5cde96`](https://github.com/dotansimha/graphql-yoga/commit/1d5cde96ce5b7647de7d329f9f56e398463a9152)]:
- graphql-yoga@3.0.0-next.0

## 0.13.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/hello-world/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "hello-world-benchmark",
"version": "0.13.11",
"version": "1.0.0-next.0",
"private": true,
"scripts": {
"start": "node start-server.js",
"loadtest": "k6 run k6.js",
"check": "exit 0"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0"
}
}
7 changes: 7 additions & 0 deletions examples/apollo-federation/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo-federation-gateway-with-yoga

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`2e0c4824`](https://github.com/dotansimha/graphql-yoga/commit/2e0c482418af2281c9cf0c34dd16f207d850cdb7), [`f46addd7`](https://github.com/dotansimha/graphql-yoga/commit/f46addd767f38bc3a48d796b0f2cb02c5f5668ef), [`f4b23387`](https://github.com/dotansimha/graphql-yoga/commit/f4b233876c2db52886eb5211b029377450fdb7f1), [`e2267d3a`](https://github.com/dotansimha/graphql-yoga/commit/e2267d3a3d6df3e3008ab411c5e1894f22d9bcef), [`2dbdd91a`](https://github.com/dotansimha/graphql-yoga/commit/2dbdd91a346e17ac33d88f06d17c607198f4d49b), [`af0e392e`](https://github.com/dotansimha/graphql-yoga/commit/af0e392e12906ac575f4a8d8350fe544c18b0122), [`b7aac32e`](https://github.com/dotansimha/graphql-yoga/commit/b7aac32efe22f780b0d3061fed5a36b2b9a3be55), [`f9844473`](https://github.com/dotansimha/graphql-yoga/commit/f984447386d4ad2c2aea4f03dfedad614fa5a193), [`bc2daee0`](https://github.com/dotansimha/graphql-yoga/commit/bc2daee0d4d04fd90154e5abbdb70ed2ff44f7cf), [`7f67322e`](https://github.com/dotansimha/graphql-yoga/commit/7f67322e975f84840db2d4b09156c0c684299375), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`e7a47b56`](https://github.com/dotansimha/graphql-yoga/commit/e7a47b56fbdf3abbb8f0d590ade867805a84157e), [`1d7f810a`](https://github.com/dotansimha/graphql-yoga/commit/1d7f810a8ee3fc00f6dbde461010683eb354da2d), [`209b1620`](https://github.com/dotansimha/graphql-yoga/commit/209b1620055cf64647943b1c334852a314aff3a4), [`098e139f`](https://github.com/dotansimha/graphql-yoga/commit/098e139f2b08196bfee04a71bcd024501dceacd8), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`c4b3a9c8`](https://github.com/dotansimha/graphql-yoga/commit/c4b3a9c8031f7b61420bb9cdc4bc6e7fc22615a5), [`1d5cde96`](https://github.com/dotansimha/graphql-yoga/commit/1d5cde96ce5b7647de7d329f9f56e398463a9152)]:
- graphql-yoga@3.0.0-next.0

## 0.13.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-federation-gateway-with-yoga",
"version": "0.13.11",
"version": "1.0.0-next.0",
"private": true,
"scripts": {
"start": "node index.js",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"@apollo/gateway": "^0.52.0",
"@envelop/apollo-federation": "^2.5.0",
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "^16.5.0"
}
}
7 changes: 7 additions & 0 deletions examples/apollo-federation/service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apollo-subgraph-with-yoga

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`2e0c4824`](https://github.com/dotansimha/graphql-yoga/commit/2e0c482418af2281c9cf0c34dd16f207d850cdb7), [`f46addd7`](https://github.com/dotansimha/graphql-yoga/commit/f46addd767f38bc3a48d796b0f2cb02c5f5668ef), [`f4b23387`](https://github.com/dotansimha/graphql-yoga/commit/f4b233876c2db52886eb5211b029377450fdb7f1), [`e2267d3a`](https://github.com/dotansimha/graphql-yoga/commit/e2267d3a3d6df3e3008ab411c5e1894f22d9bcef), [`2dbdd91a`](https://github.com/dotansimha/graphql-yoga/commit/2dbdd91a346e17ac33d88f06d17c607198f4d49b), [`af0e392e`](https://github.com/dotansimha/graphql-yoga/commit/af0e392e12906ac575f4a8d8350fe544c18b0122), [`b7aac32e`](https://github.com/dotansimha/graphql-yoga/commit/b7aac32efe22f780b0d3061fed5a36b2b9a3be55), [`f9844473`](https://github.com/dotansimha/graphql-yoga/commit/f984447386d4ad2c2aea4f03dfedad614fa5a193), [`bc2daee0`](https://github.com/dotansimha/graphql-yoga/commit/bc2daee0d4d04fd90154e5abbdb70ed2ff44f7cf), [`7f67322e`](https://github.com/dotansimha/graphql-yoga/commit/7f67322e975f84840db2d4b09156c0c684299375), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`e7a47b56`](https://github.com/dotansimha/graphql-yoga/commit/e7a47b56fbdf3abbb8f0d590ade867805a84157e), [`1d7f810a`](https://github.com/dotansimha/graphql-yoga/commit/1d7f810a8ee3fc00f6dbde461010683eb354da2d), [`209b1620`](https://github.com/dotansimha/graphql-yoga/commit/209b1620055cf64647943b1c334852a314aff3a4), [`098e139f`](https://github.com/dotansimha/graphql-yoga/commit/098e139f2b08196bfee04a71bcd024501dceacd8), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`c4b3a9c8`](https://github.com/dotansimha/graphql-yoga/commit/c4b3a9c8031f7b61420bb9cdc4bc6e7fc22615a5), [`1d5cde96`](https://github.com/dotansimha/graphql-yoga/commit/1d5cde96ce5b7647de7d329f9f56e398463a9152)]:
- graphql-yoga@3.0.0-next.0

## 0.13.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/apollo-federation/service/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "apollo-subgraph-with-yoga",
"version": "0.13.11",
"version": "1.0.0-next.0",
"private": true,
"scripts": {
"start": "node index.js",
"check": "exit 0"
},
"dependencies": {
"@apollo/subgraph": "^0.5.0",
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "^16.2.0"
}
}
7 changes: 7 additions & 0 deletions examples/aws-lambda/lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# graphql-lambda

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`2e0c4824`](https://github.com/dotansimha/graphql-yoga/commit/2e0c482418af2281c9cf0c34dd16f207d850cdb7), [`f46addd7`](https://github.com/dotansimha/graphql-yoga/commit/f46addd767f38bc3a48d796b0f2cb02c5f5668ef), [`f4b23387`](https://github.com/dotansimha/graphql-yoga/commit/f4b233876c2db52886eb5211b029377450fdb7f1), [`e2267d3a`](https://github.com/dotansimha/graphql-yoga/commit/e2267d3a3d6df3e3008ab411c5e1894f22d9bcef), [`2dbdd91a`](https://github.com/dotansimha/graphql-yoga/commit/2dbdd91a346e17ac33d88f06d17c607198f4d49b), [`af0e392e`](https://github.com/dotansimha/graphql-yoga/commit/af0e392e12906ac575f4a8d8350fe544c18b0122), [`b7aac32e`](https://github.com/dotansimha/graphql-yoga/commit/b7aac32efe22f780b0d3061fed5a36b2b9a3be55), [`f9844473`](https://github.com/dotansimha/graphql-yoga/commit/f984447386d4ad2c2aea4f03dfedad614fa5a193), [`bc2daee0`](https://github.com/dotansimha/graphql-yoga/commit/bc2daee0d4d04fd90154e5abbdb70ed2ff44f7cf), [`7f67322e`](https://github.com/dotansimha/graphql-yoga/commit/7f67322e975f84840db2d4b09156c0c684299375), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`e7a47b56`](https://github.com/dotansimha/graphql-yoga/commit/e7a47b56fbdf3abbb8f0d590ade867805a84157e), [`1d7f810a`](https://github.com/dotansimha/graphql-yoga/commit/1d7f810a8ee3fc00f6dbde461010683eb354da2d), [`209b1620`](https://github.com/dotansimha/graphql-yoga/commit/209b1620055cf64647943b1c334852a314aff3a4), [`098e139f`](https://github.com/dotansimha/graphql-yoga/commit/098e139f2b08196bfee04a71bcd024501dceacd8), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`c4b3a9c8`](https://github.com/dotansimha/graphql-yoga/commit/c4b3a9c8031f7b61420bb9cdc4bc6e7fc22615a5), [`1d5cde96`](https://github.com/dotansimha/graphql-yoga/commit/1d5cde96ce5b7647de7d329f9f56e398463a9152)]:
- graphql-yoga@3.0.0-next.0

## 0.13.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/aws-lambda/lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-lambda",
"private": true,
"version": "0.13.11",
"version": "1.0.0-next.0",
"description": "",
"main": "graphql.js",
"scripts": {
Expand All @@ -12,7 +12,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"@vendia/serverless-express": "4.10.1",
"graphql": "^16.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11"
"graphql-yoga": "3.0.0-next.0"
},
"devDependencies": {
"@azure/functions": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"bun-types": "^0.1.5",
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0"
}
}
7 changes: 7 additions & 0 deletions examples/cloudflare-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare-advanced

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`2e0c4824`](https://github.com/dotansimha/graphql-yoga/commit/2e0c482418af2281c9cf0c34dd16f207d850cdb7), [`f46addd7`](https://github.com/dotansimha/graphql-yoga/commit/f46addd767f38bc3a48d796b0f2cb02c5f5668ef), [`f4b23387`](https://github.com/dotansimha/graphql-yoga/commit/f4b233876c2db52886eb5211b029377450fdb7f1), [`e2267d3a`](https://github.com/dotansimha/graphql-yoga/commit/e2267d3a3d6df3e3008ab411c5e1894f22d9bcef), [`2dbdd91a`](https://github.com/dotansimha/graphql-yoga/commit/2dbdd91a346e17ac33d88f06d17c607198f4d49b), [`af0e392e`](https://github.com/dotansimha/graphql-yoga/commit/af0e392e12906ac575f4a8d8350fe544c18b0122), [`b7aac32e`](https://github.com/dotansimha/graphql-yoga/commit/b7aac32efe22f780b0d3061fed5a36b2b9a3be55), [`f9844473`](https://github.com/dotansimha/graphql-yoga/commit/f984447386d4ad2c2aea4f03dfedad614fa5a193), [`bc2daee0`](https://github.com/dotansimha/graphql-yoga/commit/bc2daee0d4d04fd90154e5abbdb70ed2ff44f7cf), [`7f67322e`](https://github.com/dotansimha/graphql-yoga/commit/7f67322e975f84840db2d4b09156c0c684299375), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`e7a47b56`](https://github.com/dotansimha/graphql-yoga/commit/e7a47b56fbdf3abbb8f0d590ade867805a84157e), [`1d7f810a`](https://github.com/dotansimha/graphql-yoga/commit/1d7f810a8ee3fc00f6dbde461010683eb354da2d), [`209b1620`](https://github.com/dotansimha/graphql-yoga/commit/209b1620055cf64647943b1c334852a314aff3a4), [`098e139f`](https://github.com/dotansimha/graphql-yoga/commit/098e139f2b08196bfee04a71bcd024501dceacd8), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`c4b3a9c8`](https://github.com/dotansimha/graphql-yoga/commit/c4b3a9c8031f7b61420bb9cdc4bc6e7fc22615a5), [`1d5cde96`](https://github.com/dotansimha/graphql-yoga/commit/1d5cde96ce5b7647de7d329f9f56e398463a9152)]:
- graphql-yoga@3.0.0-next.0

## 0.7.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "cloudflare-advanced",
"version": "0.7.10",
"version": "1.0.0-next.0",
"private": true,
"scripts": {
"start": "wrangler dev",
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"@cloudflare/workers-types": "^3.0.0",
"graphql": "16.6.0"
},
Expand Down
7 changes: 7 additions & 0 deletions examples/cloudflare-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cloudflare

## 1.0.0-next.0

### Patch Changes

- Updated dependencies [[`2e0c4824`](https://github.com/dotansimha/graphql-yoga/commit/2e0c482418af2281c9cf0c34dd16f207d850cdb7), [`f46addd7`](https://github.com/dotansimha/graphql-yoga/commit/f46addd767f38bc3a48d796b0f2cb02c5f5668ef), [`f4b23387`](https://github.com/dotansimha/graphql-yoga/commit/f4b233876c2db52886eb5211b029377450fdb7f1), [`e2267d3a`](https://github.com/dotansimha/graphql-yoga/commit/e2267d3a3d6df3e3008ab411c5e1894f22d9bcef), [`2dbdd91a`](https://github.com/dotansimha/graphql-yoga/commit/2dbdd91a346e17ac33d88f06d17c607198f4d49b), [`af0e392e`](https://github.com/dotansimha/graphql-yoga/commit/af0e392e12906ac575f4a8d8350fe544c18b0122), [`b7aac32e`](https://github.com/dotansimha/graphql-yoga/commit/b7aac32efe22f780b0d3061fed5a36b2b9a3be55), [`f9844473`](https://github.com/dotansimha/graphql-yoga/commit/f984447386d4ad2c2aea4f03dfedad614fa5a193), [`bc2daee0`](https://github.com/dotansimha/graphql-yoga/commit/bc2daee0d4d04fd90154e5abbdb70ed2ff44f7cf), [`7f67322e`](https://github.com/dotansimha/graphql-yoga/commit/7f67322e975f84840db2d4b09156c0c684299375), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`e7a47b56`](https://github.com/dotansimha/graphql-yoga/commit/e7a47b56fbdf3abbb8f0d590ade867805a84157e), [`1d7f810a`](https://github.com/dotansimha/graphql-yoga/commit/1d7f810a8ee3fc00f6dbde461010683eb354da2d), [`209b1620`](https://github.com/dotansimha/graphql-yoga/commit/209b1620055cf64647943b1c334852a314aff3a4), [`098e139f`](https://github.com/dotansimha/graphql-yoga/commit/098e139f2b08196bfee04a71bcd024501dceacd8), [`74e1f830`](https://github.com/dotansimha/graphql-yoga/commit/74e1f830b09bc21a970f7468af1363a22b8b592b), [`c4b3a9c8`](https://github.com/dotansimha/graphql-yoga/commit/c4b3a9c8031f7b61420bb9cdc4bc6e7fc22615a5), [`1d5cde96`](https://github.com/dotansimha/graphql-yoga/commit/1d5cde96ce5b7647de7d329f9f56e398463a9152)]:
- graphql-yoga@3.0.0-next.0

## 0.4.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudflare",
"version": "0.4.10",
"version": "1.0.0-next.0",
"private": true,
"type": "module",
"module": "./dist/index.mjs",
Expand All @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/defer-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.0.0-experimental-stream-defer.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/error-handling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"@whatwg-node/fetch": "^0.4.2",
"graphql": "^16.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"@types/express": "^4.17.13",
"express": "^4.17.1",
"supertest": "^6.1.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@envelop/graphql-modules": "3.6.0",
"@graphql-tools/load-files": "6.6.1",
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"fastify": "4.6.0",
"graphql-modules": "2.1.0",
"reflect-metadata": "0.1.13"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"fastify": "4.6.0",
"pino-pretty": "9.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload-nextjs-pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"@pothos/core": "3.21.0",
"graphql": "16.6.0",
"next": "12.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload-nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0",
"nexus": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/file-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0",
"ts-node": "10.9.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/generic-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@envelop/generic-auth": "4.5.0",
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-armor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@escape.tech/graphql-armor": "1.2.0",
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/graphql-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-codegen/typescript-resolvers": "^2.6.4",
"@graphql-tools/schema": "^9.0.0",
"graphql": "^16.1.0",
"graphql-yoga": "2.13.11"
"graphql-yoga": "3.0.0-next.0"
},
"devDependencies": {
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"check": "tsc --pretty --noEmit"
},
"dependencies": {
"graphql-yoga": "2.13.11",
"graphql-yoga": "3.0.0-next.0",
"graphql": "16.6.0",
"graphql-ws": "5.11.1",
"ws": "8.8.1"
Expand Down
Loading

0 comments on commit bf403a5

Please sign in to comment.