diff --git a/package.json b/package.json index 3951713..7521c76 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,12 @@ "author": "Surma ", "license": "Apache-2.0", "dependencies": { - "@graphql-codegen/cli": "^2.13.7", - "@graphql-codegen/typescript": "^2.8.0", - "@graphql-codegen/typescript-operations": "^2.5.5", "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" } }