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

ui-manchette, ui-trackoccupancydiagram: add missing ui-core dependency #856

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

emersion
Copy link
Member

@emersion emersion commented Jan 23, 2025

ui-core is used from these components, but is missing from dependencies. This makes the lerna build fail.

(Also a small cleanup for a duplicate CSS import.)

Test: npm run clean && npx lerna run build.

I've looked at all imports with these commands:

git grep "import '@osrd-project/" | grep -v stories
git grep "from '@osrd-project/" | grep -v stories

ui-core's stylesheet is already included from
ui-manchette/src/index.ts.

Signed-off-by: Simon Ser <[email protected]>
ui-core is used from these components, but is missing from
dependencies. This makes the lerna build fail.

Signed-off-by: Simon Ser <[email protected]>
@emersion emersion requested a review from clarani January 23, 2025 15:15
@emersion emersion requested a review from a team as a code owner January 23, 2025 15:15
@emersion emersion self-assigned this Jan 23, 2025
@clarani clarani added this pull request to the merge queue Jan 24, 2025
Merged via the queue into dev with commit f7aa25a Jan 24, 2025
6 checks passed
@clarani clarani deleted the emr/fix-internal-deps branch January 24, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants