atls / team-management

Team management app
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

feat: UI-components #15

Closed bbulakh closed 3 months ago

bbulakh commented 3 months ago

Closes https://github.com/atls/team-management/issues/14

bbulakh commented 3 months ago

@Nelfimov Запросил повторное ревью.

bbulakh commented 3 months ago

@effektivnayarabota1 Ты сталкивался с этими ворнами?

➤ YN0060: │ @emotion/react is listed by your project with version 11.11.4, which doesn't satisfy what @atls-ui-parts/layout (p49b9d) and other dependencies request (11.11.3).
➤ YN0060: │ @emotion/styled is listed by your project with version 11.11.5, which doesn't satisfy what @atls-ui-parts/checkbox (p06858) and other dependencies request (11.11.0).
➤ YN0060: │ @emotion/styled is listed by your project with version 11.11.5, which doesn't satisfy what @atls-ui-parts/layout (p60eb1) requests (11.11.0).
➤ YN0002: │ @app/renderer-entrypoint@workspace:app/entrypoints/renderer doesn't provide glob (p81cda), requested by @ui/icons.
➤ YN0002: │ @app/renderer-entrypoint@workspace:app/entrypoints/renderer doesn't provide glob (p94b08), requested by @ui/checkbox.
effektivnayarabota1 commented 3 months ago

@effektivnayarabota1 Ты сталкивался с этими ворнами?

➤ YN0060: │ @emotion/react is listed by your project with version 11.11.4, which doesn't satisfy what @atls-ui-parts/layout (p49b9d) and other dependencies request (11.11.3).
➤ YN0060: │ @emotion/styled is listed by your project with version 11.11.5, which doesn't satisfy what @atls-ui-parts/checkbox (p06858) and other dependencies request (11.11.0).
➤ YN0060: │ @emotion/styled is listed by your project with version 11.11.5, which doesn't satisfy what @atls-ui-parts/layout (p60eb1) requests (11.11.0).
➤ YN0002: │ @app/renderer-entrypoint@workspace:app/entrypoints/renderer doesn't provide glob (p81cda), requested by @ui/icons.
➤ YN0002: │ @app/renderer-entrypoint@workspace:app/entrypoints/renderer doesn't provide glob (p94b08), requested by @ui/checkbox.

первые три предупреждение - да, версии разъезжаются попробуй этой командой под одну версию подогнать: yarn upgrade-interactive

а крайние две - это пакет не подключен. попробуй добавить glob в package.json или если рабоать не будет, то через packageExtention, как ты мне и рекомендовал

bbulakh commented 3 months ago

@Nelfimov, запросил ревью. Всё должно быть ок, но эти ворны с версиями не пропадают. Сначала я использовал yarn upgrade-interactive, потом Кирилл попробовал у себя (вручную тоже пробовали). В итоге остались с этим:

➤ YN0060: │ @emotion/react is listed by your project with version 11.11.4, which doesn't satisfy what @atls-ui-parts/layout (p85ece) and other dependencies request (11.11.3).
➤ YN0060: │ @emotion/styled is listed by your project with version 11.11.5, which doesn't satisfy what @atls-ui-parts/checkbox (p25055) and other dependencies request (11.11.0).
➤ YN0060: │ react is listed by your project with version 18.3.1, which doesn't satisfy what @atls-ui-parts/layout (paf38f) and other dependencies request (18.2.0).
➤ YN0060: │ react-dom is listed by your project with version 18.3.1, which doesn't satisfy what @atls-ui-parts/progress (p93965) requests (18.2.0).
➤ YN0086: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code.