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
5b90e51: Pin the @datocms/cma-client and emoji-regex-xs dependencies, which were both declared as "*". An unbounded range means every install resolves whatever the latest major happens to be, so a breaking release of either package could break the SDK for new installs without a single change on our side. They are now ^5.0.0 and ^2.0.0: the widest range that excludes the next major, so plugins already using either package keep a single copy in their tree instead of getting a duplicate.