Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hayes committed Jul 10, 2024
1 parent 5149716 commit 6eab0a3
Show file tree
Hide file tree
Showing 44 changed files with 1,004 additions and 751 deletions.
8 changes: 4 additions & 4 deletions examples/complex-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@pothos/plugin-scope-auth": "workspace:*",
"@pothos/plugin-simple-objects": "workspace:*",
"@pothos/plugin-zod": "workspace:*",
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"graphql-scalars": "^1.23.0",
"graphql-yoga": "5.6.0",
"prisma": "^5.16.1",
"prisma": "^5.16.2",
"react": "^18.3.1",
"urql": "^4.1.0",
"zod": "^3.23.8"
Expand All @@ -43,7 +43,7 @@
"@graphql-codegen/client-preset": "4.3.2",
"@graphql-codegen/introspection": "4.0.3",
"@graphql-codegen/schema-ast": "^4.1.0",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"typescript": "^5.5.3"
}
}
2 changes: 1 addition & 1 deletion examples/envelope-helix-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"fastify": "^4.28.1",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-helix": "^1.13.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions examples/federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-directives": "workspace:*",
"@pothos/plugin-federation": "workspace:*",
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"prisma": "^5.16.1"
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"prisma": "^5.16.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-shield/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-middleware": "^6.1.35",
"graphql-shield": "^7.6.5",
"graphql-yoga": "5.6.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-helix": "^1.13.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@apollo/client": "^3.10.8",
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"@tanstack/react-query": "^5.49.2",
"graphql": "^16.9.0",
"@tanstack/react-query": "^5.50.1",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"graphql-yoga": "5.6.0",
"next": "14.2.4",
Expand All @@ -28,7 +28,7 @@
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@types/node": "20.14.9",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"concurrently": "^8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/open-telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@pothos/plugin-tracing": "workspace:*",
"@pothos/tracing-opentelemetry": "workspace:*",
"bema": "^0.1.2",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-yoga": "5.6.0",
"tsm": "^2.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/prisma-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@pothos/plugin-federation": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"prisma": "^5.16.1"
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"prisma": "^5.16.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions examples/prisma-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"graphql-yoga": "5.6.0",
"prisma": "^5.16.1"
"prisma": "^5.16.2"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions examples/prisma-smart-subscriptions-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-smart-subscriptions": "workspace:*",
"@prisma/client": "^5.16.1",
"@prisma/client": "^5.16.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-ws": "^5.16.0",
"prisma": "^5.16.1",
"ws": "^8.17.1"
"prisma": "^5.16.2",
"ws": "^8.18.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions examples/prisma-subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"graphql-subscriptions": "^2.0.0",
"graphql-yoga": "5.6.0",
"prisma": "^5.16.1"
"prisma": "^5.16.2"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions examples/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@prisma/client": "^5.16.1",
"graphql": "^16.9.0",
"@prisma/client": "^5.16.2",
"graphql": "^16.8.1",
"graphql-yoga": "5.6.0",
"prisma": "^5.16.1"
"prisma": "^5.16.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions examples/relay-windowed-pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-yoga": "5.6.0",
"prisma": "^5.16.1"
"prisma": "^5.16.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-classes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-yoga": "5.6.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@pothos/core": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-yoga": "5.6.0"
},
"publishConfig": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,29 @@
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@faker-js/faker": "^8.4.1",
"@swc-node/register": "^1.10.0",
"@swc-node/register": "^1.10.3",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.6",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@vitest/coverage-c8": "^0.33.0",
"eslint": "^9.6.0",
"eslint-config-moon": "^3.1.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^15.8.0",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-helix": "^1.13.0",
"graphql-tag": "^2.12.6",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"tsx": "^4.16.0",
"tsx": "^4.16.2",
"turbo": "^2.0.6",
"typescript": "5.5.3",
"typescript-eslint": "^7.15.0",
"typescript-eslint": "^7.16.0",
"typescript-json-schema": "^0.64.0",
"vitest": "^1.6.0"
"vitest": "^2.0.1"
},
"engines": {
"pnpm": ">=9.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 --strip-leading-paths && pnpm esm:extensions",
"build:dts": "tsc",
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
},
"repository": {
"type": "git",
Expand All @@ -43,7 +43,7 @@
"provenance": true
},
"dependencies": {
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"ts-morph": "^23.0.0",
"yargs": "^17.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 --strip-leading-paths && pnpm esm:extensions",
"build:dts": "tsc",
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@pothos/test-utils": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-scalars": "^1.23.0",
"graphql-tag": "^2.12.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"provenance": true
},
"devDependencies": {
"@swc-node/register": "^1.10.0",
"@swc/core": "^1.6.6",
"@swc-node/register": "^1.10.3",
"@swc/core": "^1.6.13",
"typescript": "^5.5.3"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-add-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 --strip-leading-paths && pnpm esm:extensions",
"build:dts": "tsc",
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@pothos/core": "workspace:*",
"@pothos/test-utils": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-complexity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 --strip-leading-paths && pnpm esm:extensions",
"build:dts": "tsc",
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@pothos/core": "workspace:*",
"@pothos/test-utils": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 --strip-leading-paths && pnpm esm:extensions",
"build:dts": "tsc",
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
},
"author": "Michael Hayes",
"license": "ISC",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@pothos/plugin-relay": "workspace:*",
"@pothos/test-utils": "workspace:*",
"dataloader": "^2.2.2",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-directives/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"graphql": "^16.8.1"
},
"devDependencies": {
"@graphql-tools/utils": "^10.2.3",
"@graphql-tools/utils": "^10.3.1",
"@pothos/core": "workspace:*",
"@pothos/test-utils": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-rate-limit-directive": "^2.0.5",
"graphql-tag": "^2.12.6",
"rate-limiter-flexible": "^5.0.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"build:esm": "cp -r dts/* esm/ && swc src -d esm --config-file ../../.swcrc -C module.type=es6 --strip-leading-paths && pnpm esm:extensions",
"build:dts": "tsc",
"esm:extensions": "TS_NODE_PROJECT=../../tsconfig.json node -r @swc-node/register ../../scripts/esm-transformer.ts",
"test": "pnpm vitest --run --segfault-retry=3"
"test": "pnpm vitest --run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@pothos/core": "workspace:*",
"@pothos/plugin-zod": "workspace:*",
"@pothos/test-utils": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@pothos/core": "workspace:*",
"@pothos/test-utils": "workspace:*",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@apollo/gateway": "^2.8.2",
"@apollo/server": "^4.10.4",
"@apollo/subgraph": "2.8.2",
"@graphql-tools/utils": "^10.2.3",
"@graphql-tools/utils": "^10.3.1",
"@pothos/core": "workspace:*",
"@pothos/plugin-directives": "workspace:*",
"@pothos/test-utils": "workspace:*",
"axios": "^1.7.2",
"graphql": "^16.9.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6"
},
"gitHead": "9dfe52f1975f41a111e01bf96a20033a914e2acc"
Expand Down
Loading

0 comments on commit 6eab0a3

Please sign in to comment.