Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): move
graphql-tag
to devDeps from peerDeps
`graphql-tag` is only used in .spec files within the `typescript-react-apollo` package. Similar to `typescript-apollo-angular`, this commit moves `graphql-tag` to devDependencies so package consumers aren't required to install it to remove warning: ``` warning " > @graphql-codegen/[email protected]" has unmet peer dependency "graphql-tag@^2.0.0". ``` Signed-off-by: Scott Christopherson <[email protected]>
- Loading branch information