Skip to content

Commit

Permalink
Make graphql-tag a dep instead of a devDep to fix dev errors (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplhomer authored May 31, 2022
1 parent 549f89a commit 3a681ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/new-icons-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/hydrogen': patch
---

Make graphql-tag a dependency instead of a devDependency
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"@types/ws": "^8.2.0",
"babel-loader": "^8.2.2",
"cpy-cli": "3.1.1",
"graphql-tag": "^2.12.6",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"postcss": "^8",
Expand Down Expand Up @@ -110,6 +109,7 @@
"es-module-lexer": "^0.10.0",
"fast-glob": "^3.2.11",
"graphql": "^16.3.0",
"graphql-tag": "^2.12.6",
"history": "^5.3.0",
"kolorist": "^1.5.1",
"magic-string": "^0.26.1",
Expand Down

0 comments on commit 3a681ac

Please sign in to comment.