You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I missing something, or should there be newer versions released to npm?
Should we not be using @shopify/app and instead be doing something different? I tried removing it and our build pipeline became all sad.Update: pipeline broke because the new versions of cli requires authentication be passed in at build time
To add context to this:
I've been added to an existing project and I'm attempting to upgrade React to 18.3.1, but @shopify/app@3.58.2 is pinned to 18.2.0, but that was loosened to ^18.2.0 in @shopify/app@3.60.0.
The text was updated successfully, but these errors were encountered:
On npm the latest version for
@shopify/app
is@3.58.2
which was released ~9months ago.I can see in the repo that the latest version is
3.73.0
and that@shopify/cli
even relies on it.Am I missing something, or should there be newer versions released to npm?
Should we not be using
@shopify/app
and instead be doing something different?I tried removing it and our build pipeline became all sad.Update: pipeline broke because the new versions of cli requires authentication be passed in at build timeTo add context to this:
I've been added to an existing project and I'm attempting to upgrade React to
18.3.1
, but@shopify/app@3.58.2
is pinned to18.2.0
, but that was loosened to^18.2.0
in@shopify/app@3.60.0
.The text was updated successfully, but these errors were encountered: