Skip to content

Commit d9048b7

Browse files
authored
Merge pull request #18 from Shopify/revert-15-draaglom/move-codegen-to-devdeps
Revert "move @graphql-codegen/* to devdeps"
2 parents e5857d0 + a35027e commit d9048b7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

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

0 commit comments

Comments
 (0)