Skip to content

Commit 56d100f

Browse files
authored
Merge pull request #99 from Shopify/fix-graphql-config-missing-dependency
Add graphql-config as explicit devDependency
2 parents 98ec4bf + 38377c2 commit 56d100f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
engine-strict=true
2+
shamefully-hoist=true

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"eslint-plugin-jsx-a11y": "^6.10.2",
5555
"eslint-plugin-react": "^7.37.5",
5656
"eslint-plugin-react-hooks": "^4.6.2",
57+
"graphql-config": "^5.1.1",
5758
"prettier": "^3.6.2",
5859
"typescript": "^5.9.3",
5960
"vite": "^6.3.6"

0 commit comments

Comments
 (0)