Skip to content

Commit

Permalink
switch phosphor to lumino dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Dec 5, 2019
1 parent ca27948 commit 1f58d29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/celltags/src/addwidget.ts
@@ -1,4 +1,4 @@
import { Widget } from '@phosphor/widgets';
import { Widget } from '@lumino/widgets';

import { defaultIconRegistry } from '@jupyterlab/ui-components';

Expand Down
2 changes: 1 addition & 1 deletion packages/celltags/src/tool.ts
@@ -1,4 +1,4 @@
import { PanelLayout } from '@phosphor/widgets';
import { PanelLayout } from '@lumino/widgets';

import { NotebookTools, INotebookTracker } from '@jupyterlab/notebook';

Expand Down
2 changes: 1 addition & 1 deletion packages/celltags/src/widget.ts
@@ -1,4 +1,4 @@
import { Widget } from '@phosphor/widgets';
import { Widget } from '@lumino/widgets';

import { defaultIconRegistry } from '@jupyterlab/ui-components';

Expand Down
2 changes: 1 addition & 1 deletion packages/celltags/style/index.css
Expand Up @@ -4,7 +4,7 @@
|----------------------------------------------------------------------------*/

/* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
@import url('~@phosphor/widgets/style/index.css');
@import url('~@lumino/widgets/style/index.css');
@import url('~@jupyterlab/ui-components/style/index.css');
@import url('~@jupyterlab/application/style/index.css');
@import url('~@jupyterlab/cells/style/index.css');
Expand Down

0 comments on commit 1f58d29

Please sign in to comment.