@@ -9,9 +9,9 @@
"watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
},
"dependencies": {
- "@jupyterlab/services": "^0.38.0",
- "jupyterlab": "file:../..",
- "phosphor": "^0.7.0"
+ "@jupyterlab/services": "^0.39.1",
+ "@phosphor/widgets": "^0.1.3",
+ "jupyterlab": "file:../.."
"devDependencies": {
"css-loader": "^0.23.1",
@@ -2,11 +2,7 @@
// Distributed under the terms of the Modified BSD License.
import {
- DockPanel
-} from '@phosphor/widgets';
-
-import {
- Widget
+ DockPanel, Widget
} from '@phosphor/widgets';
@@ -7,7 +7,7 @@
"typings": "lib/index.d.ts",
- "@jupyterlab/services": "^0.39.0",
"@phosphor/algorithm": "^0.1.0",
"@phosphor/application": "^0.1.2",
"@phosphor/commands": "^0.1.2",