Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump zustand to ^4.5 #239

Merged
merged 1 commit into from
Mar 13, 2024
Merged

fix: bump zustand to ^4.5 #239

merged 1 commit into from
Mar 13, 2024

Conversation

0xPenryn
Copy link
Contributor

Zustand version was set to ^4.3.3, but we use createWithEqualityFn from zustand/traditional, which wasn't added until 4.4. Curiously, the lockfile had Zustand at 4.4.1.

Updating dependency version to ^4.5 (current latest minor release) resolves any potential dependency issues -- I have not run into it before (seems that usually Zustand 4.4 gets used?), but happened to get Zustand 4.3.x installed as a dependency in another project today and got the errors which this PR resolves.

Tested and working.

Copy link

vercel bot commented Mar 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
idkit-js-example ✅ Ready (Inspect) Visit Preview Mar 13, 2024 0:13am

@andy-t-wang andy-t-wang merged commit c09adb1 into main Mar 13, 2024
7 checks passed
@andy-t-wang andy-t-wang deleted the update-zustand branch March 13, 2024 07:26
@github-actions github-actions bot mentioned this pull request Mar 13, 2024
@github-actions github-actions bot mentioned this pull request Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants