Skip to content

Commit 21794b0

Browse files
committed
chore: make graphql codegen plugin helpers dep a dev dep
1 parent e74caad commit 21794b0

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

package-lock.json

Lines changed: 35 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,10 @@
4848
"graphql": ">=14.0.0 <17.0.0",
4949
"vite": ">=2.7.0 <7.0.0"
5050
},
51-
"dependencies": {
52-
"@graphql-codegen/plugin-helpers": "^5.1.0"
53-
},
5451
"devDependencies": {
5552
"@danielwaltz/eslint-config": "^2.3.0",
5653
"@graphql-codegen/cli": "^5.0.5",
54+
"@graphql-codegen/plugin-helpers": "^5.1.0",
5755
"@graphql-codegen/typescript": "^4.1.6",
5856
"@graphql-codegen/typescript-operations": "^4.6.0",
5957
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
 (0)