Skip to content

Issue #3303412: Pin critical dependencies

Coby Sher requested to merge drupal_state-3303412/3303412-pin-crit-deps into 1.0.x

There is a hard to reproduce bug I encountered a few times in one of our dependencies, Jsona. In the spirit of avoiding potential breaking changes, I've pinned what I see to be our two most critical dependencies: Zustand and Jsona. I did not pin isomorphic-fetch because it does not appear to be in active development.

Merge request reports