-
Notifications
You must be signed in to change notification settings - Fork 1
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
Package Updates #301
Package Updates #301
Conversation
- remove "pkg" dependency as this seems to no longer be necessary - add explicit dependencies on react and its @types
- necessary for supporting node v20
@hextraza and @EthanD1998: can we discuss this tomorrow? |
@bbimber Thanks for taking a look. Things are looking good in CI so I'm prepared to merge soon. Please provide feedback and/or approval when you have a moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@labkey-nicka: if CI is passing I'm not that concerned. we will take a closer look, but go ahead and merge if you need
Rationale
This updates the jbrowse module to run on Node v20.
Related Pull Requests
Changes
@labkey/components
as it is not used.react
andreact-dom
so it is declared by the package rather than leaving it up to node/npm to decide which version to use.pkg
(dead/archived) dependency with@yao-pkg/pkg
forked version. This supports binaries being built on Node 20+.react-hot-loader
to usewebpack serve
.@types/react
package. Fixed by adding "overrides" into the package.json.