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

build: Update dh ui packages to ^0.66.1 #330

Merged
merged 3 commits into from
Feb 29, 2024

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented Feb 28, 2024

  • Added update-dh-package script to js plugins
  • Updated dh ui packages to ^0.66.1

@bmingles bmingles self-assigned this Feb 28, 2024
@bmingles bmingles requested a review from mofojed February 28, 2024 23:26
const dhPackageNames = [
...new Set(
[...Object.keys(dependencies), ...Object.keys(devDependencies)].filter(
name => name.startsWith('@deephaven')
Copy link
Member

Choose a reason for hiding this comment

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

Could be stricter requiring that slash so it's just stuff that's definitely within our scope, but it really shouldn't matter.

Suggested change
name => name.startsWith('@deephaven')
name => name.startsWith('@deephaven/')

@bmingles bmingles merged commit 9433a98 into deephaven:main Feb 29, 2024
24 checks passed
@bmingles bmingles deleted the 292-update-dh-packages branch February 29, 2024 19:08
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