dx-platform
dx-platform copied to clipboard
Fix build warnings
We have annoying warnings like
@devexperts/[email protected]" has unmet peer dependency "@types/react@>=16.3.16"
when yarn installs dependencies. Need to fix them.
Still actual. This warning happens on repo bootstrapping (yarn
in repo root). We need to make all the dependency versions to be consistent.
Seems like it is yarn workspaces issue see yarnpkg/yarn#5810