Skip to content

Commit

Permalink
Remove stale @jupyterlab/collaboration dependency (jupyterlab#489)
Browse files Browse the repository at this point in the history
* Remove stale `@jupyterlab/collaboration` dependency

* Set explicit type for `emsg`
  • Loading branch information
krassowski committed Nov 25, 2023
1 parent 93217c0 commit aeb8339
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 689 deletions.
1 change: 0 additions & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@jupyterlab/cells": "^4",
"@jupyterlab/codeeditor": "^4",
"@jupyterlab/codemirror": "^4",
"@jupyterlab/collaboration": "^3",
"@jupyterlab/coreutils": "^6",
"@jupyterlab/fileeditor": "^4",
"@jupyterlab/notebook": "^4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function ExistingApiKey(props: ExistingApiKeyProps) {
}, [input]);

const onError = useCallback(
emsg => {
(emsg: string) => {
props.alert.show('error', emsg);
},
[props.alert]
Expand Down
Loading

0 comments on commit aeb8339

Please sign in to comment.