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
This issue has been automatically marked as stale because it has had no activity for 180 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!
…12724)
Some libraries we depend on, like typescript and eslint, recommend using
tilde dependencies instead of caret because they do introduce breaking
changes in minor versions. This change adds a policy handler to enforce
it.
More discussion at
<#9966 (comment)>
and in <#9982>.
This issue tracks policies that we could/should enforce in the repo.
~
) dependencies for TypeScript and ESLint. See this commentThe text was updated successfully, but these errors were encountered: