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

Update dependencies #246

Open
wants to merge 1 commit into
base: master
from
Open

Conversation

@davidbailey00
Copy link
Contributor

@davidbailey00 davidbailey00 commented Jul 12, 2020

Update dependencies to latest versions, notably:

This seems to also fix #238 so may be worth closing #245 if this is correct - I think the newest version of @jupyter-widgets/base seems to inject stylesheets in the correct order consistently

@davidbailey00 davidbailey00 force-pushed the davidbailey00:tidy-deps branch from 7d61234 to 5aaed74 Jul 12, 2020
@davidbailey00 davidbailey00 changed the title Update dependencies and remove unnecessary fs-extra Update dependencies Jul 12, 2020
@martinRenou
Copy link
Member

@martinRenou martinRenou commented Jul 15, 2020

Thanks for your PR!

Could you please revert the change on the @jupyter-widgets/base dependency though? We use this to allow support for JupyterLab 1 and 2. If we keep your change, only JupyterLab 2 will be supported.

},
"dependencies": {
"@jupyter-widgets/base": "^2 || ^3"

This comment has been minimized.

@ianhi

ianhi Jul 16, 2020
Contributor

I think that the ^2 || ^3 is what allows simultaneous support of jupyterlab 1 and 2.

This comment has been minimized.

@ianhi

ianhi Jul 16, 2020
Contributor

oh wow. i sure didn't see the other comment already saying as much before i wrote that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

3 participants
You can’t perform that action at this time.