diff --git a/examples/fastify/pothos/package.json b/examples/fastify/pothos/package.json index a36486283..244f7c935 100644 --- a/examples/fastify/pothos/package.json +++ b/examples/fastify/pothos/package.json @@ -12,7 +12,7 @@ "dependencies": { "@graphql-ez/fastify": "workspace:*", "@graphql-ez/plugin-graphiql": "workspace:*", - "@pothos/core": "^3.23.2", + "@pothos/core": "^3.33.1", "fastify": "^4.10.2", "graphql": "16.1.0-experimental-stream-defer.6", "graphql-ez": "workspace:*" diff --git a/packages/plugin/dataloader/package.json b/packages/plugin/dataloader/package.json index e11e48af9..55a6296ed 100644 --- a/packages/plugin/dataloader/package.json +++ b/packages/plugin/dataloader/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@envelop/core": "^3.0.4", - "@pothos/core": "^3.23.2", + "@pothos/core": "^3.33.1", "@types/node": "^18.11.15", "bob-esbuild-cli": "^4.0.0", "changesets-github-release": "^0.1.0",