Skip to content

Commit

Permalink
Fix ink dependency error and only extension apps using yarn
Browse files Browse the repository at this point in the history
Co-authored-by: Ju Liu <ju.liu@shopify.com>
  • Loading branch information
alvaro-shopify and Arkham committed Oct 9, 2023
1 parent ba88dd1 commit cad66e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/mighty-adults-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/app': patch
---

Fix ink dependency error with only app extensions and yarn
4 changes: 3 additions & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"http-proxy": "1.18.1",
"javy-cli": "0.1.8",
"serve-static": "1.15.0",
"ws": "8.13.0"
"ws": "8.13.0",
"ink": "4.2.0",
"react": "18.2.0"
},
"devDependencies": {
"@types/diff": "^5.0.3",
Expand Down
1 change: 0 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit cad66e6

Please sign in to comment.