Skip to content

Commit

Permalink
Move graphql-codegen plugin to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTTY committed Oct 1, 2023
1 parent fad84ad commit 620fad5
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion src/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"dependencies": {
"@apollo/client": "^3.9.0-alpha.1",
"@homebound/graphql-typescript-scalar-type-policies": "^2.11.0",
"@mantine/core": "^7.0.1",
"@mantine/dates": "^7.0.1",
"@mantine/dropzone": "^7.0.1",
Expand Down Expand Up @@ -51,6 +50,7 @@
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@homebound/graphql-typescript-scalar-type-policies": "^2.11.0",
"@parcel/watcher": "^2.3.0",
"@storybook/addon-essentials": "^7.0.18",
"@storybook/addon-interactions": "^7.0.18",
Expand Down

0 comments on commit 620fad5

Please sign in to comment.