-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(auth/package.json): add @dictybase/ui-common as a dependency
The @dictybase/ui-common package was added as a dependency in the auth package to provide common UI components across different packages. This led to the refactoring of the import statement in Private.tsx, replacing @dictybase/ui-dsc with @dictybase/ui-common for LoadingDisplay. This change ensures that all UI components are imported from the same package, improving consistency and maintainability. The nanoid dependency was removed from the news-component package as it was no longer being used, reducing the package's size and complexity.
- Loading branch information
1 parent
14caf1b
commit c32fcb5
Showing
3 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters