소스 검색

Update terminal example

Steven Silvester 8 년 전
부모
커밋
054c83dd7d
3개의 변경된 파일5개의 추가작업 그리고 9개의 파일을 삭제
  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",