Parcourir la source

Update terminal example

Steven Silvester il y a 8 ans
Parent
commit
054c83dd7d
3 fichiers modifiés avec 5 ajouts et 9 suppressions
  1. 3 3
      examples/terminal/package.json
  2. 1 5
      examples/terminal/src/index.ts
  3. 1 1
      package.json

+ 3 - 3
examples/terminal/package.json

@@ -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",

+ 1 - 5
examples/terminal/src/index.ts

@@ -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';
 
 import {

+ 1 - 1
package.json

@@ -7,7 +7,7 @@
   },
   "typings": "lib/index.d.ts",
   "dependencies": {
-    "@jupyterlab/services": "^0.39.0",
+    "@jupyterlab/services": "^0.39.1",
     "@phosphor/algorithm": "^0.1.0",
     "@phosphor/application": "^0.1.2",
     "@phosphor/commands": "^0.1.2",