diff --git a/package.json b/package.json index bd7a72fa..f7f8c3e2 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "prepublish": "run-p build:*" }, "peerDependencies": { - "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", + "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0", "zod": "^3.25.0 || ^4.0.0" }, "dependencies": { @@ -85,7 +85,7 @@ "@graphql-codegen/visitor-plugin-common": "^7.0.0", "@graphql-tools/utils": "^11.0.0", "graphlib": "^2.1.8", - "graphql": "^16.6.0" + "graphql": "^17.0.0" }, "devDependencies": { "@antfu/eslint-config": "^9.0.0",