Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Sep 2, 2022
1 parent f377c52 commit 6fcb39a
Show file tree
Hide file tree
Showing 65 changed files with 505 additions and 372 deletions.
2 changes: 1 addition & 1 deletion benchmarks/apis/envelop-fastify-raw/package.json
Expand Up @@ -21,7 +21,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/express-graphql/package.json
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-express/package.json
Expand Up @@ -21,7 +21,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-fastify/package.json
Expand Up @@ -20,7 +20,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-hapi/package.json
Expand Up @@ -21,7 +21,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-http/package.json
Expand Up @@ -19,7 +19,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/apis/ez-koa/package.json
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@envelop/graphql-jit": "^4.6.0",
"@graphql-ez/koa": "workspace:^0.8.11",
"@koa/router": "^11.0.1",
"@koa/router": "^12.0.0",
"benchmark-bench": "workspace:1.0.0",
"cross-env": "^7.0.3",
"graphql": "16.1.0-experimental-stream-defer.6",
Expand All @@ -24,7 +24,7 @@
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^8.0.11",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/graphql-helix/package.json
Expand Up @@ -17,7 +17,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/apis/mercurius/package.json
Expand Up @@ -18,7 +18,7 @@
"require-env-variable": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bench/package.json
Expand Up @@ -31,7 +31,7 @@
"@types/cli-table": "^0.3.0",
"@types/md5": "^2.3.2",
"@types/mkdirp": "^1.0.2",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"@types/rimraf": "^3.0.2",
"@types/wait-on": "^5.3.1",
"bob-tsm": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare/package.json
Expand Up @@ -19,7 +19,7 @@
"worktop": "^0.7.3"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"clipboardy": "^3.0.0",
"concurrently": "^7.3.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/complete/package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/basic/package.json
Expand Up @@ -18,7 +18,7 @@
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/complete/package.json
Expand Up @@ -28,7 +28,7 @@
"graphql-upload": "^13.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/nexus/package.json
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm src/index.ts"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/pothos/package.json
Expand Up @@ -18,7 +18,7 @@
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/type-graphql/package.json
Expand Up @@ -17,7 +17,7 @@
"type-graphql": "^1.1.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"tsc-watch": "^5.0.3",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/complete/package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/hapi__hapi": "20.0.12",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/http/complete/package.json
Expand Up @@ -24,7 +24,7 @@
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/koa/complete/package.json
Expand Up @@ -21,7 +21,7 @@
"@graphql-ez/plugin-upload": "workspace:^0.7.2",
"@graphql-ez/plugin-websockets": "workspace:^0.10.5",
"@graphql-typed-document-node/core": "^3.1.1",
"@koa/router": "^11.0.1",
"@koa/router": "^12.0.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.1",
"koa": "^2.13.4",
Expand All @@ -31,7 +31,7 @@
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.7",
"@types/koa__router": "^8.0.11",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-tsm": "^1.1.2",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/complete/package.json
Expand Up @@ -27,7 +27,7 @@
"react-query": "^3.39.2"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"@types/react": "^17.0.49",
"@types/react-dom": "^18.0.6",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.336",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"svelte": "^3.50.0",
"svelte-check": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel/package.json
Expand Up @@ -16,7 +16,7 @@
"graphql-ez": "workspace:^0.15.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/gql-15-interop/package.json
Expand Up @@ -32,7 +32,7 @@
}
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/gql-15-stream-defer-interop/package.json
Expand Up @@ -32,7 +32,7 @@
}
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/gql-16-esm/package.json
Expand Up @@ -30,7 +30,7 @@
}
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/gql-16-interop/package.json
Expand Up @@ -32,7 +32,7 @@
}
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/gql-16-stream-defer-interop/package.json
Expand Up @@ -32,7 +32,7 @@
}
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
}
Expand Down
2 changes: 1 addition & 1 deletion integration/gql-17/package.json
Expand Up @@ -16,7 +16,7 @@
"mocha": "^10.0.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"esbuild": "^0.15.6",
"typescript": "^4.8.2"
},
Expand Down
4 changes: 2 additions & 2 deletions internal/testing/package.json
Expand Up @@ -30,7 +30,7 @@
"@graphql-typed-document-node/core": "^3.1.1",
"@hapi/hapi": "^20.2.2",
"@jest/types": "^28.1.3",
"@koa/router": "^11.0.1",
"@koa/router": "^12.0.0",
"@types/eventsource": "^1.1.9",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.30",
Expand All @@ -40,7 +40,7 @@
"@types/koa": "^2.13.5",
"@types/koa__router": "^8.0.11",
"@types/lodash": "^4.14.184",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"@types/ws": "^8.5.3",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion internal/website/package.json
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@next/bundle-analyzer": "^12.2.5",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"@types/react": "^17.0.49",
"@types/react-dom": "^18.0.6",
"@types/wait-on": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"@types/express-serve-static-core": "^4.17.30",
"@types/jest": "^27.5.2",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild": "^4.0.3",
"bob-esbuild-cli": "^4.0.0",
"bob-tsm": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/main/package.json
Expand Up @@ -36,7 +36,7 @@
"@graphql-typed-document-node/core": "^3.1.1",
"@types/eventsource": "^1.1.9",
"@types/extract-files": "^8.1.1",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"@types/node-fetch": "^2.6.2",
"@types/rimraf": "^3.0.2",
"@types/ws": "^8.5.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/main/package.json
Expand Up @@ -33,7 +33,7 @@
"@graphql-ez/utils": "workspace:^0.1.4"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"@types/wait-on": "^5.3.1",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/main/package.json
Expand Up @@ -41,7 +41,7 @@
"tiny-lru": "8.0.2"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Expand Up @@ -27,7 +27,7 @@
"prepack": "bob-esbuild build"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.15.6",
"graphql": "16.1.0-experimental-stream-defer.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/main/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/testing/package.json
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@graphql-ez/express": "workspace:^0.9.8",
"@types/express": "^4.17.13",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/main/package.json
Expand Up @@ -34,7 +34,7 @@
"@graphql-ez/utils": "workspace:^0.1.4"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/testing/package.json
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@graphql-ez/fastify": "workspace:^0.11.0",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/main/package.json
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/hapi__hapi": "20.0.12",
"@types/node": "^17.0.45",
"@types/node": "^18.7.14",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.15.6",
Expand Down

1 comment on commit 6fcb39a

@vercel
Copy link

@vercel vercel bot commented on 6fcb39a Sep 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.