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

"[email protected]" is not compatible with the current JupyterLab #127

Open
jangenoe opened this issue Dec 28, 2024 · 0 comments
Open

"[email protected]" is not compatible with the current JupyterLab #127

jangenoe opened this issue Dec 28, 2024 · 0 comments

Comments

@jangenoe
Copy link

When using jupyterlab-search-replace in combination with JupyterLab v4.3.4 an error is reported.

jupyter labextension list --verbose discloses:

"[email protected]" is not compatible with the current JupyterLab
Conflicting Dependencies:
JupyterLab                Extension        Package
>=0.16.6 <0.17.0          >=0.13.2 <0.14.0 @jupyter/react-components
>=0.16.6 <0.17.0          >=0.13.2 <0.14.0 @jupyter/web-components

is there any reason not to replace in the lines 70-71 in package.json as below?

- "@jupyter/react-components": "^0.13.2"
- "@jupyter/web-components": "^0.13.2", 
+ "@jupyter/react-components": "^0.16.6",
+ "@jupyter/web-components": "^0.16.6", 
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

No branches or pull requests

1 participant