Skip to content

chore: remove unused zustand dependency#13

Merged
PixelKnightDev merged 1 commit into
bsoc-bitbyte:mainfrom
vidhikasaxena:feature/remove-zustand
Jun 10, 2026
Merged

chore: remove unused zustand dependency#13
PixelKnightDev merged 1 commit into
bsoc-bitbyte:mainfrom
vidhikasaxena:feature/remove-zustand

Conversation

@vidhikasaxena

@vidhikasaxena vidhikasaxena commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

What

Verified that zustand is not used in frontend source. Removed unused zustand dependency from frontend/package.json. Updated package-lock.json by running npm install. Also verified that after change frontend still builds.

Fixes #6

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • chore

Proof of work

  • Verified Zustand is not imported anywhere in frontend/src
  • Removed Zustand from frontend/package.json
  • Regenerated package-lock.json with npm install
  • Confirmed npm ls zustand returns empty
  • Ran npm run lint successfully
  • verified frontend still builds

Checklist

  • I claimed this issue before starting work
  • Branch name follows the convention (feature/, fix/, docs/)
  • Commits follow Conventional Commits format
  • CI is passing (lint, prettier, build)
  • I have self-reviewed my own code
  • Any non-obvious decisions are explained with a comment in the code

@BitForge95

BitForge95 commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

@vidhikasaxena could you rename the PR title from "zistand" to "zustand" and also the you have opted for the "New Feature" in the type of change , as it is just removing an unused dependency , you could add a checkbox of chore and opt it rather than "New Feature".

@vidhikasaxena vidhikasaxena changed the title chore: remove unused zistand dependency chore: remove unused zustand dependency Jun 9, 2026
@vidhikasaxena

Copy link
Copy Markdown
Contributor Author

@BitForge95 I’ve made the changes. Please check if everything is okay.

@BitForge95

Copy link
Copy Markdown
Collaborator

LGTM!

@BitForge95 BitForge95 requested a review from PixelKnightDev June 9, 2026 17:14
@PixelKnightDev

Copy link
Copy Markdown
Collaborator

looks good merging!

@PixelKnightDev PixelKnightDev merged commit 46aac63 into bsoc-bitbyte:main Jun 10, 2026
2 checks passed
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.

[CHORE] Remove Zustand from frontend dependencies

3 participants