Developer-DAO / web3-ui

A React UI library for Web3

Home Page:https://web3-ui.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up shared dependencies

with-heart opened this issue · comments

Since we're using a monorepo via workspaces, we can clean up a lot of the duplication of devDependencies across our packages by moving them to the root package.json file's `dependencies array.

This will make it much easier to understand which dependencies/devDependencies are relevant only to a single package vs. which are used globally.