Skip to content

Commit

Permalink
Depend on @jupyter/ydoc instead of @jupyter-notebook/ydoc (jupyte…
Browse files Browse the repository at this point in the history
…rlab#13506)

* Rename to `jupyter/ydoc`

* Use the latest `@jupyter/ydoc`

* Undo staging changes

* Lint the code

Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
  • Loading branch information
jtpio and fcollonval committed Dec 1, 2022
1 parent c9580f8 commit 9206690
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter-notebook/ydoc": "~0.2.0",
"@jupyter/ydoc": "~0.2.2",
"@jupyterlab/coreutils": "^6.0.0-alpha.16",
"@jupyterlab/services": "^7.0.0-alpha.16",
"@lumino/coreutils": "^2.0.0-alpha.6",
Expand Down
2 changes: 1 addition & 1 deletion src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Distributed under the terms of the Modified BSD License.
*/

import { ISharedDocument } from '@jupyter-notebook/ydoc';
import { ISharedDocument } from '@jupyter/ydoc';
import { Token } from '@lumino/coreutils';
import { IDisposable } from '@lumino/disposable';

Expand Down
2 changes: 1 addition & 1 deletion src/yprovider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { URLExt } from '@jupyterlab/coreutils';
import { ServerConnection, User } from '@jupyterlab/services';
import { DocumentChange, YDocument } from '@jupyter-notebook/ydoc';
import { DocumentChange, YDocument } from '@jupyter/ydoc';
import { PromiseDelegate } from '@lumino/coreutils';
import { Signal } from '@lumino/signaling';
import { Awareness } from 'y-protocols/awareness';
Expand Down

0 comments on commit 9206690

Please sign in to comment.