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
https://folio-org.atlassian.net/browse/UIREQMED-23
As package managers become more strict about peerDeps specifications all being in agreement with eachother, we want apps to have coordinating versions with their anticipated platform… (pnpm complained about an 18.2.0 hard dependency in the app while the platform, stripes, etc, ask for ^18.2.0 - incompatible since the caret pulls in a later version.
The version specified in the ui-module exists here because it’s the version from ui-app-template that’s automatically copied over when the create command is executed with stripes-cli
0 commit comments