Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Nov 30, 2023
1 parent 1483e74 commit eb6b43b
Show file tree
Hide file tree
Showing 43 changed files with 2,386 additions and 2,301 deletions.
16 changes: 8 additions & 8 deletions examples/complex-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@pothos/core": "^3.36.0",
"@pothos/plugin-dataloader": "workspace:*",
Expand All @@ -26,13 +26,13 @@
"@pothos/plugin-scope-auth": "workspace:*",
"@pothos/plugin-simple-objects": "workspace:*",
"@pothos/plugin-validation": "workspace:*",
"@prisma/client": "^5.4.1",
"@prisma/client": "^5.6.0",
"graphql": "16.8.1",
"graphql-scalars": "^1.22.2",
"graphql-yoga": "4.0.5",
"prisma": "^5.4.1",
"graphql-scalars": "^1.22.4",
"graphql-yoga": "5.0.1",
"prisma": "^5.6.0",
"react": "^18.2.0",
"urql": "^4.0.5",
"urql": "^4.0.6",
"zod": "^3.22.4"
},
"publishConfig": {
Expand All @@ -43,7 +43,7 @@
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/introspection": "4.0.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@types/node": "^20.8.2",
"typescript": "^5.2.2"
"@types/node": "^20.10.1",
"typescript": "^5.3.2"
}
}
6 changes: 3 additions & 3 deletions examples/envelope-helix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"type": "tsc --noEmit"
},
"dependencies": {
"@envelop/core": "^4.0.3",
"@faker-js/faker": "^8.1.0",
"@envelop/core": "^5.0.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"fastify": "^4.23.2",
"fastify": "^4.24.3",
"graphql": "16.8.1",
"graphql-helix": "^1.13.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/graphql-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"type": "tsc --noEmit"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"graphql": "16.8.1",
"graphql-middleware": "^6.1.35",
"graphql-shield": "^7.6.5",
"graphql-yoga": "4.0.5"
"graphql-yoga": "5.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion examples/helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "tsc --noEmit"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"graphql": "16.8.1",
"graphql-helix": "^1.13.0"
Expand Down
22 changes: 11 additions & 11 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.8.4",
"@faker-js/faker": "^8.1.0",
"@apollo/client": "^3.8.8",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^5.10.0",
"graphql": "16.8.1",
"graphql-tag": "^2.12.6",
"graphql-yoga": "4.0.5",
"next": "13.5.4",
"graphql-yoga": "5.0.1",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -27,12 +27,12 @@
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.0.0",
"@types/node": "20.8.2",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"concurrently": "^8.2.1",
"typescript": "^5.2.2"
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/react-dom": "18.2.17",
"concurrently": "^8.2.2",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=12.0.0"
Expand Down
14 changes: 7 additions & 7 deletions examples/open-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/exporter-zipkin": "^1.17.0",
"@opentelemetry/instrumentation": "^0.43.0",
"@opentelemetry/instrumentation-http": "^0.43.0",
"@opentelemetry/sdk-trace-base": "^1.17.0",
"@opentelemetry/sdk-trace-node": "^1.17.0",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/exporter-zipkin": "^1.18.1",
"@opentelemetry/instrumentation": "^0.45.1",
"@opentelemetry/instrumentation-http": "^0.45.1",
"@opentelemetry/sdk-trace-base": "^1.18.1",
"@opentelemetry/sdk-trace-node": "^1.18.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-tracing": "workspace:*",
"@pothos/tracing-opentelemetry": "workspace:*",
"bema": "^0.1.2",
"graphql": "16.8.1",
"graphql-yoga": "4.0.5",
"graphql-yoga": "5.0.1",
"tsm": "^2.3.0"
},
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 deletions examples/prisma-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@apollo/gateway": "2.5.5",
"@apollo/server": "^4.9.4",
"@apollo/subgraph": "2.5.5",
"@faker-js/faker": "^8.1.0",
"@apollo/gateway": "2.6.1",
"@apollo/server": "^4.9.5",
"@apollo/subgraph": "2.6.1",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-directives": "workspace:*",
"@pothos/plugin-federation": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@prisma/client": "^5.4.1",
"@prisma/client": "^5.6.0",
"graphql": "16.8.1",
"prisma": "^5.4.1"
"prisma": "^5.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions examples/prisma-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "^3.36.0",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@prisma/client": "^5.4.1",
"@prisma/client": "^5.6.0",
"graphql": "16.8.1",
"graphql-yoga": "4.0.5",
"prisma": "^5.4.1"
"graphql-yoga": "5.0.1",
"prisma": "^5.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
18 changes: 9 additions & 9 deletions examples/prisma-smart-subscriptions-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@apollo/server": "^4.9.4",
"@faker-js/faker": "^8.1.0",
"@apollo/server": "^4.9.5",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-smart-subscriptions": "workspace:*",
"@prisma/client": "^5.4.1",
"@prisma/client": "^5.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"graphql": "16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.14.1",
"prisma": "^5.4.1",
"graphql-ws": "^5.14.2",
"prisma": "^5.6.0",
"ws": "^8.14.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/body-parser": "^1.19.3",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/ws": "^8.5.6"
"@types/body-parser": "^1.19.5",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10"
}
}
8 changes: 4 additions & 4 deletions examples/prisma-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^5.4.1",
"@prisma/client": "^5.6.0",
"graphql": "16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-yoga": "4.0.5",
"prisma": "^5.4.1"
"graphql-yoga": "5.0.1",
"prisma": "^5.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions examples/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^5.4.1",
"@prisma/client": "^5.6.0",
"graphql": "16.8.1",
"graphql-yoga": "4.0.5",
"prisma": "^5.4.1"
"graphql-yoga": "5.0.1",
"prisma": "^5.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions examples/relay-windowed-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"seed": "node -r @swc-node/register prisma/seed.ts"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"graphql": "16.8.1",
"graphql-yoga": "4.0.5",
"prisma": "^5.4.1"
"graphql-yoga": "5.0.1",
"prisma": "^5.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-classes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"type": "tsc --noEmit"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"graphql": "16.8.1",
"graphql-yoga": "4.0.5"
"graphql-yoga": "5.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions examples/simple-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"type": "tsc --noEmit"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@faker-js/faker": "^8.3.1",
"@pothos/core": "workspace:*",
"graphql": "16.8.1",
"graphql-yoga": "4.0.5"
"graphql-yoga": "5.0.1"
},
"publishConfig": {
"access": "public"
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
],
"private": true,
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@faker-js/faker": "^8.1.0",
"@changesets/cli": "^2.27.1",
"@faker-js/faker": "^8.3.1",
"@swc-node/register": "^1.6.8",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.91",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.100",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.2",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.1",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^8.50.0",
"eslint-config-moon": "^2.0.10",
"eslint-plugin-prettier": "^5.0.0",
"eslint": "^8.54.0",
"eslint-config-moon": "^2.0.12",
"eslint-plugin-prettier": "^5.0.1",
"graphql": "16.8.1",
"graphql-helix": "^1.13.0",
"graphql-tag": "^2.12.6",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"tsx": "^3.13.0",
"turbo": "^1.10.14",
"typescript": "5.2.2",
"typescript-json-schema": "^0.61.0",
"prettier": "^3.1.0",
"tsx": "^4.6.1",
"turbo": "^1.10.16",
"typescript": "5.3.2",
"typescript-json-schema": "^0.62.0",
"vitest": "^0.34.6"
},
"resolutions": {
Expand Down Expand Up @@ -86,6 +86,6 @@
}
},
"dependencies": {
"eslint-plugin-import": "^2.28.1"
"eslint-plugin-import": "^2.29.0"
}
}
2 changes: 1 addition & 1 deletion packages/converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@pothos/core": "workspace:*",
"@pothos/test-utils": "workspace:*",
"@types/yargs": "^17.0.26"
"@types/yargs": "^17.0.32"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@pothos/test-utils": "workspace:*",
"graphql": "16.8.1",
"graphql-scalars": "^1.22.2",
"graphql-scalars": "^1.22.4",
"graphql-tag": "^2.12.6"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/src/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ export default class SchemaBuilder<Types extends SchemaTypes> {
Fields extends Param extends PothosSchemaTypes.InputObjectRef<unknown>
? InputFieldsFromShape<InputShape<Types, Param>>
: Param extends keyof Types['Inputs']
? InputFieldsFromShape<InputShape<Types, Param>>
: InputFieldMap,
? InputFieldsFromShape<InputShape<Types, Param>>
: InputFieldMap,
>(
param: Param,
options: PothosSchemaTypes.InputObjectTypeOptions<Types, Fields>,
Expand Down
4 changes: 2 additions & 2 deletions packages/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@swc-node/register": "^1.6.8",
"@swc/core": "^1.3.91",
"typescript": "^5.2.2"
"@swc/core": "^1.3.100",
"typescript": "^5.3.2"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
}
Loading

0 comments on commit eb6b43b

Please sign in to comment.