Skip to content

Commit

Permalink
update/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Jun 8, 2022
1 parent 76ddc06 commit ff93ed5
Show file tree
Hide file tree
Showing 66 changed files with 2,017 additions and 2,082 deletions.
4 changes: 2 additions & 2 deletions benchmarks/apis/envelop-fastify-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "bob-tsm --node-env=prod src/index.ts"
},
"dependencies": {
"@envelop/core": "^2.3.2",
"@envelop/core": "^2.3.3",
"@envelop/graphql-jit": "^4.2.2",
"@envelop/parser-cache": "^4.3.2",
"@envelop/types": "^2.2.0",
Expand All @@ -23,7 +23,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/express-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/ez-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/graphql-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion benchmarks/apis/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/rimraf": "^3.0.2",
"@types/wait-on": "^5.3.1",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"graphql": "16.1.0-experimental-stream-defer.6",
"typescript": "^4.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/node": "^17.0.35",
"clipboardy": "^3.0.0",
"concurrently": "^7.2.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"miniflare": "^2.4.0",
"typescript": "^4.6.4"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/express/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/express": "^4.17.13",
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/nexus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify/pothos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/fastify/type-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"tsc-watch": "^5.0.3",
"typescript": "^4.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hapi/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/hapi__hapi": "^20.0.10",
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/http/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/koa/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/koa__router": "^8.0.11",
"@types/node": "^17.0.35",
"bob-tsm": "^1.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs/complete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^17.0.35",
"@types/react": "^17.0.45",
"@types/react-dom": "^18.0.4",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.336",
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion integration/gql-15-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion integration/gql-15-stream-defer-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion integration/gql-16-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion integration/gql-16-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion integration/gql-16-stream-defer-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
}
}
2 changes: 1 addition & 1 deletion integration/gql-17/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"typescript": "^4.6.4"
},
"dependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion internal/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^17.0.35",
"@types/ws": "^8.5.3",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"eventsource": "^2.0.2",
"express": "^4.18.1",
"fast-safe-stringify": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion internal/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"bob-tsm": "^1.0.0",
"concurrently": "^7.2.0",
"cross-env": "^7.0.3",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"next-remote-watch": "^1.0.0",
"open-cli": "^7.0.1",
"typescript": "^4.6.4",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"changesets-github-release": "^0.1.0",
"concurrently": "^7.2.0",
"cross-env": "^7.0.3",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"fastify": "^3.29.0",
"globby": "^13.1.1",
"graphql-ez-testing": "workspace:^1.0.0",
Expand All @@ -73,14 +73,15 @@
},
"pnpm": {
"overrides": {
"esbuild": "^0.14.36",
"esbuild": "^0.14.43",
"trim@<0.0.3": ">=0.0.3",
"glob-parent@<5.1.2": ">=5.1.2",
"set-value@<4.0.1": ">=4.0.1",
"axios@<=0.21.1": ">=0.21.2",
"ansi-regex@>2.1.1 <5.0.1": "^5.0.1",
"json-schema@<0.4.0": ">=0.4.0",
"@types/react": "^17.0.44"
"@types/react": "^17.0.44",
"@types/hapi__hapi": "20.0.12"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
2 changes: 1 addition & 1 deletion packages/client/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/ws": "^8.5.3",
"bob-ts": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"eventsource": "^2.0.2",
"extract-files": "^11.0.0",
"form-data": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/wait-on": "^5.3.1",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"execa": "^5.1.1",
"get-port": "^5.1.1",
"graphql": "16.1.0-experimental-stream-defer.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "jest"
},
"dependencies": {
"@envelop/core": "^2.3.2",
"@envelop/core": "^2.3.3",
"@envelop/types": "^2.2.0",
"@graphql-ez/utils": "workspace:^0.1.4",
"@pablosz/graphql-helix": "workspace:^2.0.3",
Expand All @@ -44,7 +44,7 @@
"@types/node": "^17.0.35",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"graphql": "16.1.0-experimental-stream-defer.6",
"jest": "^28.1.0",
"ts-jest": "^28.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/node": "^17.0.35",
"bob-esbuild-cli": "^4.0.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"graphql": "16.1.0-experimental-stream-defer.6",
"typescript": "^4.6.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/express/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^17.0.35",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"express": "^4.18.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/express/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/node": "^17.0.35",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"express": "^4.18.1",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^17.0.35",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"fastify": "^3.29.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/node": "^17.0.35",
"bob-esbuild-cli": "^4.0.0",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.14.39",
"esbuild": "^0.14.43",
"fastify": "^3.29.0",
"graphql": "16.1.0-experimental-stream-defer.6",
"graphql-ez": "workspace:^0.15.0",
Expand Down
Loading

0 comments on commit ff93ed5

Please sign in to comment.