dx-platform icon indicating copy to clipboard operation
dx-platform copied to clipboard

Fix build warnings

Open sutarmin opened this issue 6 years ago • 2 comments

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.

sutarmin avatar Sep 17 '18 18:09 sutarmin

Still actual. This warning happens on repo bootstrapping (yarn in repo root). We need to make all the dependency versions to be consistent.

sutarmin avatar May 27 '19 14:05 sutarmin

Seems like it is yarn workspaces issue see yarnpkg/yarn#5810

mankdev avatar Sep 12 '19 14:09 mankdev