Skip to content

Clean up dev/peer dependencies#265

Merged
mattrunyon merged 3 commits intodeephaven:mainfrom
mattrunyon:mattrunyon_222
Nov 2, 2021
Merged

Clean up dev/peer dependencies#265
mattrunyon merged 3 commits intodeephaven:mainfrom
mattrunyon:mattrunyon_222

Conversation

@mattrunyon
Copy link
Collaborator

@mattrunyon mattrunyon commented Oct 28, 2021

Fixes #222

Also removed any unused dependencies by packages and removed the gh-pages deploy scripts since we are not using gh-pages for anything.

@deephaven/log as a peer dependency because of LogProxy used for capturing all logs

@deephaven/components is also a peer dependency because of the ShortcutRegistry. This is a singleton which means it should be a peer dependency. Opened #264 to address this

@mattrunyon mattrunyon requested a review from mofojed October 28, 2021 18:16
@mattrunyon mattrunyon self-assigned this Oct 28, 2021
@mattrunyon
Copy link
Collaborator Author

Code studio bundle analysis w/ this change. Compare to that in the linked ticket

image

mofojed
mofojed previously approved these changes Nov 1, 2021
Copy link
Member

@mofojed mofojed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@mattrunyon mattrunyon added the enhancement New feature or request label Nov 2, 2021
@mofojed mofojed added this to the November 2021 milestone Nov 2, 2021
@mattrunyon mattrunyon merged commit 8c6ff52 into deephaven:main Nov 2, 2021
@mattrunyon mattrunyon deleted the mattrunyon_222 branch November 2, 2021 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up devDependencies/peerDependencies

2 participants