-
Notifications
You must be signed in to change notification settings - Fork 3
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 @jupyter/chat to v0.8.1 #57
Conversation
Waiting for jupyterlab/jupyter-chat#188 to be merged and released before undraft.
|
Thanks @brichet!
This is now released: https://github.com/jupyterlab/jupyter-chat/releases/tag/v0.8.1 |
package.json
Outdated
@@ -116,5 +116,8 @@ | |||
"extension": true, | |||
"outputDir": "jupyterlite_ai/labextension", | |||
"schemaDir": "schema" | |||
}, | |||
"resolutions": { | |||
"@jupyterlab/fileeditor": "^4.3.5" |
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.
Do we need to keep this resolution?
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.
Good catch, thanks.
No, it's not necessary anymore, I used this resolution to avoid having too much versions of some jupyterlab and lumino packages in yarn.lock
.
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.
Thanks!
Fixes #51
This PR update the
@jupyter/chat
dependency tov0.8.0
.The main change is the replacement of the previous
AutocompletionRegistry
by the newChatCommandsRegistry
.