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

Centralizes some frontend deps to workspace, updates knip #2762

Merged
merged 7 commits into from
Oct 1, 2024

Conversation

nickzelei
Copy link
Member

Centralizes some shared dev dependences between app and sdk.
Moves knip to root of workspace for frontend/

Copy link

vercel bot commented Oct 1, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Visit Preview Oct 1, 2024 8:31pm

@nickzelei nickzelei added the dependencies Pull requests that update a dependency file label Oct 1, 2024
Comment on lines +151 to +152
const trusted = new Uint8Array(Buffer.from(signature, 'ascii'));
const untrusted = new Uint8Array(Buffer.from(untrustedSignature, 'ascii'));
Copy link
Member Author

@nickzelei nickzelei Oct 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a new build error. the node docs say a buffer is allowed but I think the nodejs types might be broken or something. either way this should work just fine.

@nickzelei nickzelei merged commit a6ff70a into main Oct 1, 2024
10 checks passed
@nickzelei nickzelei deleted the nick/frontend-deps branch October 1, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants