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
Using a single fixed version prevents accidentally updating versions on bun install or on other changes that bring in new versions.
That is, use:
"dcmjs": "0.36.5",
instead of:
"^dcmjs": "^0.36.5",