diff --git a/package.json b/package.json index 41d07ab..3874318 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,10 @@ "author": "Surma ", "license": "Apache-2.0", "dependencies": { - "graphql": "^16.6.0", - "typescript": "^4.8.4" - }, - "devDependencies": { "@graphql-codegen/cli": "^2.13.7", "@graphql-codegen/typescript": "^2.8.0", - "@graphql-codegen/typescript-operations": "^2.5.5" + "@graphql-codegen/typescript-operations": "^2.5.5", + "graphql": "^16.6.0", + "typescript": "^4.8.4" } }