Explorar o código

Update packages for integrity

Steven Silvester %!s(int64=7) %!d(string=hai) anos
pai
achega
8d7ab21309
Modificáronse 33 ficheiros con 41 adicións e 56 borrados
  1. 3 3
      examples/filebrowser/package.json
  2. 0 1
      examples/notebook/package.json
  3. 2 3
      examples/terminal/package.json
  4. 0 1
      packages/all-packages/package.json
  5. 4 3
      packages/application/package.json
  6. 4 1
      packages/apputils-extension/package.json
  7. 1 1
      packages/apputils/package.json
  8. 1 1
      packages/codeeditor/package.json
  9. 1 0
      packages/codemirror-extension/package.json
  10. 2 1
      packages/codemirror/package.json
  11. 0 3
      packages/console-extension/package.json
  12. 0 1
      packages/console/package.json
  13. 1 2
      packages/csvviewer-extension/package.json
  14. 3 3
      packages/csvviewer/package.json
  15. 0 1
      packages/docmanager-extension/package.json
  16. 0 2
      packages/filebrowser-extension/package.json
  17. 0 1
      packages/fileeditor-extension/package.json
  18. 0 1
      packages/fileeditor/package.json
  19. 1 0
      packages/help-extension/package.json
  20. 2 2
      packages/imageviewer-extension/package.json
  21. 1 1
      packages/imageviewer/package.json
  22. 0 1
      packages/launcher-extension/package.json
  23. 1 0
      packages/launcher/package.json
  24. 1 3
      packages/markdownviewer-extension/package.json
  25. 1 2
      packages/notebook-extension/package.json
  26. 0 1
      packages/notebook/package.json
  27. 2 2
      packages/outputarea/package.json
  28. 4 4
      packages/rendermime/package.json
  29. 2 2
      packages/services/package.json
  30. 1 0
      packages/shortcuts-extension/package.json
  31. 0 1
      packages/terminal/package.json
  32. 1 4
      packages/vega2-extension/package.json
  33. 2 4
      test/package.json

+ 3 - 3
examples/filebrowser/package.json

@@ -14,10 +14,10 @@
     "@jupyterlab/fileeditor": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@jupyterlab/theming": "^0.9.0",
+    "@phosphor/algorithm": "^1.1.1",
     "@phosphor/commands": "^1.3.0",
     "@phosphor/widgets": "^1.3.0",
-    "es6-promise": "^4.1.0",
-    "webpack": "^2.2.1"
+    "es6-promise": "^4.1.0"
   },
   "devDependencies": {
     "css-loader": "^0.27.3",
@@ -28,7 +28,7 @@
     "typescript": "~2.4.1",
     "url-loader": "^0.5.7",
     "watch": "^1.0.2",
-    "webpack": "^1.13.0"
+    "webpack": "^2.2.1"
   },
   "version": "0.9.0"
 }

+ 0 - 1
examples/notebook/package.json

@@ -6,7 +6,6 @@
     "clean": "rimraf build"
   },
   "dependencies": {
-    "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/codemirror": "^0.9.0",
     "@jupyterlab/completer": "^0.9.0",
     "@jupyterlab/docmanager": "^0.9.0",

+ 2 - 3
examples/terminal/package.json

@@ -10,8 +10,7 @@
     "@jupyterlab/terminal": "^0.9.0",
     "@jupyterlab/theming": "^0.9.0",
     "@phosphor/widgets": "^1.3.0",
-    "es6-promise": "^4.1.0",
-    "webpack": "^2.2.1"
+    "es6-promise": "^4.1.0"
   },
   "devDependencies": {
     "css-loader": "^0.27.3",
@@ -22,7 +21,7 @@
     "typescript": "~2.4.1",
     "url-loader": "^0.5.7",
     "watch": "^1.0.2",
-    "webpack": "^1.13.0"
+    "webpack": "^2.2.1"
   },
   "version": "0.9.0"
 }

+ 0 - 1
packages/all-packages/package.json

@@ -18,7 +18,6 @@
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/apputils-extension": "^0.9.0",
     "@jupyterlab/cells": "^0.9.0",
-    "@jupyterlab/chatbox-extension": "^0.3.3",
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/codemirror": "^0.9.0",
     "@jupyterlab/codemirror-extension": "^0.9.0",

+ 4 - 3
packages/application/package.json

@@ -20,11 +20,12 @@
     "@jupyterlab/rendermime-interfaces": "^0.3.0",
     "@phosphor/algorithm": "^1.1.1",
     "@phosphor/application": "^1.3.0",
+    "@phosphor/commands": "^1.3.0",
     "@phosphor/coreutils": "^1.2.0",
+    "@phosphor/messaging": "^1.2.1",
+    "@phosphor/properties": "^1.1.1",
     "@phosphor/signaling": "^1.2.1",
-    "@phosphor/widgets": "^1.3.0",
-    "@types/semver": "^5.3.31",
-    "semver": "^5.3.0"
+    "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 4 - 1
packages/apputils-extension/package.json

@@ -15,7 +15,10 @@
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
-    "@jupyterlab/services": "^0.48.0"
+    "@jupyterlab/services": "^0.48.0",
+    "@phosphor/coreutils": "^1.2.0",
+    "@phosphor/disposable": "^1.1.1",
+    "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 1 - 1
packages/apputils/package.json

@@ -25,11 +25,11 @@
     "@phosphor/signaling": "^1.2.1",
     "@phosphor/virtualdom": "^1.1.1",
     "@phosphor/widgets": "^1.3.0",
-    "@types/sanitize-html": "^1.13.31",
     "sanitize-html": "^1.14.1"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",
+    "@types/sanitize-html": "^1.13.31",
     "typescript": "~2.4.1"
   },
   "scripts": {

+ 1 - 1
packages/codeeditor/package.json

@@ -14,11 +14,11 @@
   },
   "dependencies": {
     "@jupyterlab/coreutils": "^0.9.0",
-    "@jupyterlab/services": "^0.48.0",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/disposable": "^1.1.1",
     "@phosphor/messaging": "^1.2.1",
     "@phosphor/signaling": "^1.2.1",
+    "@phosphor/virtualdom": "^1.1.1",
     "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {

+ 1 - 0
packages/codemirror-extension/package.json

@@ -19,6 +19,7 @@
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/codemirror": "^0.9.0",
     "@jupyterlab/fileeditor": "^0.9.0",
+    "@phosphor/coreutils": "^1.2.0",
     "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {

+ 2 - 1
packages/codemirror/package.json

@@ -16,12 +16,13 @@
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
     "@phosphor/algorithm": "^1.1.1",
+    "@phosphor/coreutils": "^1.2.0",
     "@phosphor/disposable": "^1.1.1",
     "@phosphor/signaling": "^1.2.1",
-    "@types/codemirror": "0.0.38",
     "codemirror": "^5.24.2"
   },
   "devDependencies": {
+    "@types/codemirror": "0.0.38",
     "rimraf": "^2.5.2",
     "typescript": "~2.4.1"
   },

+ 0 - 3
packages/console-extension/package.json

@@ -17,10 +17,7 @@
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/console": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0",
-    "@jupyterlab/filebrowser": "^0.9.0",
     "@jupyterlab/launcher": "^0.9.0",
-    "@jupyterlab/rendermime": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@phosphor/algorithm": "^1.1.1",
     "@phosphor/coreutils": "^1.2.0",

+ 0 - 1
packages/console/package.json

@@ -17,7 +17,6 @@
     "@jupyterlab/cells": "^0.9.0",
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
-    "@jupyterlab/outputarea": "^0.9.0",
     "@jupyterlab/rendermime": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@phosphor/algorithm": "^1.1.1",

+ 1 - 2
packages/csvviewer-extension/package.json

@@ -14,8 +14,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
-    "@jupyterlab/csvviewer": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0"
+    "@jupyterlab/csvviewer": "^0.9.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 3 - 3
packages/csvviewer/package.json

@@ -14,18 +14,18 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.9.0",
-    "@jupyterlab/coreutils": "^0.9.0",
+    "@jupyterlab/coreutils": "^1.2.0",
     "@jupyterlab/docregistry": "^0.9.0",
     "@phosphor/algorithm": "^1.1.1",
+    "@phosphor/coreutils": "^0.1.1",
     "@phosphor/datagrid": "^0.1.1",
     "@phosphor/messaging": "^1.2.1",
     "@phosphor/signaling": "^1.2.1",
-    "@phosphor/virtualdom": "^1.1.1",
     "@phosphor/widgets": "^1.3.0",
-    "@types/d3-dsv": "^1.0.30",
     "d3-dsv": "^1.0.5"
   },
   "devDependencies": {
+    "@types/d3-dsv": "^1.0.30",
     "rimraf": "^2.5.2",
     "typescript": "~2.4.1"
   },

+ 0 - 1
packages/docmanager-extension/package.json

@@ -15,7 +15,6 @@
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/docmanager": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0",
     "@jupyterlab/services": "^0.48.0"
   },
   "devDependencies": {

+ 0 - 2
packages/filebrowser-extension/package.json

@@ -18,10 +18,8 @@
     "@jupyterlab/docmanager": "^0.9.0",
     "@jupyterlab/docregistry": "^0.9.0",
     "@jupyterlab/filebrowser": "^0.9.0",
-    "@jupyterlab/services": "^0.48.0",
     "@phosphor/algorithm": "^1.1.1",
     "@phosphor/commands": "^1.3.0",
-    "@phosphor/disposable": "^1.1.1",
     "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {

+ 0 - 1
packages/fileeditor-extension/package.json

@@ -17,7 +17,6 @@
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0",
     "@jupyterlab/fileeditor": "^0.9.0",
     "@jupyterlab/launcher": "^0.9.0"
   },

+ 0 - 1
packages/fileeditor/package.json

@@ -17,7 +17,6 @@
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
     "@jupyterlab/docregistry": "^0.9.0",
-    "@phosphor/commands": "^1.3.0",
     "@phosphor/coreutils": "^1.2.0"
   },
   "devDependencies": {

+ 1 - 0
packages/help-extension/package.json

@@ -17,6 +17,7 @@
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
     "@phosphor/messaging": "^1.2.1",
+    "@phosphor/virtualdom": "^1.1.1",
     "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {

+ 2 - 2
packages/imageviewer-extension/package.json

@@ -14,8 +14,8 @@
   "dependencies": {
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0",
-    "@jupyterlab/imageviewer": "^0.9.0"
+    "@jupyterlab/imageviewer": "^0.9.0",
+    "@phosphor/commands": "^1.4.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 1 - 1
packages/imageviewer/package.json

@@ -14,8 +14,8 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.9.0",
+    "@jupyterlab/coreutils": "^0.9.0",
     "@jupyterlab/docregistry": "^0.9.0",
-    "@phosphor/commands": "^1.3.0",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/messaging": "^1.2.1",
     "@phosphor/widgets": "^1.3.0"

+ 0 - 1
packages/launcher-extension/package.json

@@ -15,7 +15,6 @@
   "dependencies": {
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
-    "@jupyterlab/filebrowser": "^0.9.0",
     "@jupyterlab/launcher": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@phosphor/coreutils": "^1.2.0",

+ 1 - 0
packages/launcher/package.json

@@ -17,6 +17,7 @@
     "@phosphor/algorithm": "^1.1.1",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/disposable": "^1.1.1",
+    "@phosphor/messaging": "^1.2.2",
     "@phosphor/virtualdom": "^1.1.1",
     "@phosphor/widgets": "^1.3.0"
   },

+ 1 - 3
packages/markdownviewer-extension/package.json

@@ -15,9 +15,7 @@
   "dependencies": {
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0",
-    "@jupyterlab/markdownviewer": "^0.7.0",
-    "@jupyterlab/rendermime": "^0.9.0"
+    "@jupyterlab/docregistry": "^0.9.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 1 - 2
packages/notebook-extension/package.json

@@ -16,12 +16,11 @@
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
-    "@jupyterlab/docregistry": "^0.9.0",
     "@jupyterlab/launcher": "^0.9.0",
     "@jupyterlab/notebook": "^0.9.0",
-    "@jupyterlab/rendermime": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@phosphor/coreutils": "^1.2.0",
+    "@phosphor/messaging": "^1.2.2",
     "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {

+ 0 - 1
packages/notebook/package.json

@@ -18,7 +18,6 @@
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
     "@jupyterlab/docregistry": "^0.9.0",
-    "@jupyterlab/outputarea": "^0.9.0",
     "@jupyterlab/rendermime": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@phosphor/algorithm": "^1.1.1",

+ 2 - 2
packages/outputarea/package.json

@@ -13,16 +13,16 @@
     "lib": "lib/"
   },
   "dependencies": {
+    "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
     "@jupyterlab/rendermime": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
     "@phosphor/algorithm": "^1.1.1",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/disposable": "^1.1.1",
-    "@phosphor/dragdrop": "^1.1.1",
     "@phosphor/messaging": "^1.2.1",
     "@phosphor/signaling": "^1.2.1",
-    "@phosphor/widgets": "^1.3.0"
+    "@phosphor/widgets": "^1.5.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 4 - 4
packages/rendermime/package.json

@@ -18,16 +18,16 @@
     "@jupyterlab/coreutils": "^0.9.0",
     "@jupyterlab/rendermime-interfaces": "^0.3.0",
     "@jupyterlab/services": "^0.48.0",
-    "@phosphor/algorithm": "^1.1.1",
     "@phosphor/coreutils": "^1.2.0",
-    "@phosphor/disposable": "^1.1.1",
+    "@phosphor/messaging": "^1.2.2",
+    "@phosphor/signaling": "^1.2.2",
     "@phosphor/widgets": "^1.3.0",
-    "@types/marked": "0.0.28",
-    "@types/mathjax": "0.0.31",
     "ansi_up": "^1.3.0",
     "marked": "^0.3.6"
   },
   "devDependencies": {
+    "@types/marked": "0.0.28",
+    "@types/mathjax": "0.0.31",
     "rimraf": "^2.5.2",
     "typescript": "~2.4.1"
   },

+ 2 - 2
packages/services/package.json

@@ -9,12 +9,12 @@
     "@phosphor/algorithm": "^1.1.1",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/disposable": "^1.1.1",
-    "@phosphor/signaling": "^1.2.1",
-    "@types/text-encoding": "0.0.30"
+    "@phosphor/signaling": "^1.2.1"
   },
   "devDependencies": {
     "@types/expect.js": "^0.3.29",
     "@types/mocha": "^2.2.32",
+    "@types/text-encoding": "0.0.30",
     "@types/ws": "0.0.39",
     "expect.js": "^0.3.1",
     "istanbul": "^0.3.18",

+ 1 - 0
packages/shortcuts-extension/package.json

@@ -16,6 +16,7 @@
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/coreutils": "^0.9.0",
     "@phosphor/commands": "^1.3.0",
+    "@phosphor/coreutils": "^1.3.0",
     "@phosphor/disposable": "^1.1.1"
   },
   "devDependencies": {

+ 0 - 1
packages/terminal/package.json

@@ -15,7 +15,6 @@
   "dependencies": {
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/services": "^0.48.0",
-    "@phosphor/commands": "^1.3.0",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/domutils": "^1.1.1",
     "@phosphor/messaging": "^1.2.1",

+ 1 - 4
packages/vega2-extension/package.json

@@ -19,10 +19,7 @@
     "@jupyterlab/rendermime-interfaces": "^0.3.0",
     "@phosphor/coreutils": "^1.2.0",
     "@phosphor/widgets": "^1.3.0",
-    "d3": "3.5.17",
-    "vega": "^2.6.1",
-    "vega-embed": "^2.2.0",
-    "vega-lite": "^1.0.16"
+    "vega-embed": "^2.2.0"
   },
   "devDependencies": {
     "rimraf": "^2.5.2",

+ 2 - 4
test/package.json

@@ -15,7 +15,6 @@
     "@jupyterlab/application": "^0.9.0",
     "@jupyterlab/apputils": "^0.9.0",
     "@jupyterlab/cells": "^0.9.0",
-    "@jupyterlab/chatbox": "^0.3.2",
     "@jupyterlab/codeeditor": "^0.9.0",
     "@jupyterlab/codemirror": "^0.9.0",
     "@jupyterlab/completer": "^0.9.0",
@@ -28,7 +27,6 @@
     "@jupyterlab/fileeditor": "^0.9.0",
     "@jupyterlab/imageviewer": "^0.9.0",
     "@jupyterlab/inspector": "^0.9.0",
-    "@jupyterlab/markdownviewer": "^0.7.0",
     "@jupyterlab/notebook": "^0.9.0",
     "@jupyterlab/outputarea": "^0.9.0",
     "@jupyterlab/rendermime": "^0.9.0",
@@ -45,7 +43,7 @@
     "@phosphor/widgets": "^1.3.0",
     "chai": "^3.5.0",
     "expect.js": "^0.3.1",
-    "mocha": "^3.2.0",
+    "json-to-html": "^0.1.2",
     "simulate-event": "^1.4.0"
   },
   "devDependencies": {
@@ -65,7 +63,6 @@
     "fs-extra": "^2.1.2",
     "istanbul-instrumenter-loader": "^2.0.0",
     "json-loader": "^0.5.4",
-    "json-to-html": "^0.1.2",
     "karma": "^1.5.0",
     "karma-chrome-launcher": "^0.2.2",
     "karma-coverage": "^0.5.3",
@@ -75,6 +72,7 @@
     "karma-mocha-reporter": "^1.1.5",
     "karma-remap-coverage": "^0.1.1",
     "karma-sourcemap-loader": "^0.3.7",
+    "mocha": "^3.2.0",
     "raw-loader": "^0.5.1",
     "rimraf": "^2.5.2",
     "style-loader": "^0.13.1",