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
Right now, several your dependencies are all any which is bad; it means that it's easy for your users to get versions of dependencies that are incompatible with access.
The text was updated successfully, but these errors were encountered:
Per the new exported dependency guidelines, the dependency constraint for
postgresql
should be narrowed to>=0.2.14 <0.2.15
.Right now, several your dependencies are all
any
which is bad; it means that it's easy for your users to get versions of dependencies that are incompatible withaccess
.The text was updated successfully, but these errors were encountered: