Skip to content

Commit 0281ae1

Browse files
authored
Merge pull request #15 from draaglom/draaglom/move-codegen-to-devdeps
move @graphql-codegen/* to devdeps
2 parents 14b4166 + 641311f commit 0281ae1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
"author": "Surma <[email protected]>",
1212
"license": "Apache-2.0",
1313
"dependencies": {
14-
"@graphql-codegen/cli": "^2.13.7",
15-
"@graphql-codegen/typescript": "^2.8.0",
16-
"@graphql-codegen/typescript-operations": "^2.5.5",
1714
"graphql": "^16.6.0",
1815
"typescript": "^4.8.4"
16+
},
17+
"devDependencies": {
18+
"@graphql-codegen/cli": "^2.13.7",
19+
"@graphql-codegen/typescript": "^2.8.0",
20+
"@graphql-codegen/typescript-operations": "^2.5.5"
1921
}
2022
}

0 commit comments

Comments
 (0)