Переглянути джерело

bump ui-components version

Steven Silvester 5 роки тому
батько
коміт
30f9dd4470
37 змінених файлів з 37 додано та 37 видалено
  1. 1 1
      dev_mode/package.json
  2. 1 1
      packages/application-extension/package.json
  3. 1 1
      packages/application/package.json
  4. 1 1
      packages/apputils-extension/package.json
  5. 1 1
      packages/apputils/package.json
  6. 1 1
      packages/cells/package.json
  7. 1 1
      packages/celltags/package.json
  8. 1 1
      packages/codeeditor/package.json
  9. 1 1
      packages/console/package.json
  10. 1 1
      packages/docregistry/package.json
  11. 1 1
      packages/documentsearch/package.json
  12. 1 1
      packages/extensionmanager-extension/package.json
  13. 1 1
      packages/extensionmanager/package.json
  14. 1 1
      packages/filebrowser-extension/package.json
  15. 1 1
      packages/filebrowser/package.json
  16. 1 1
      packages/fileeditor/package.json
  17. 1 1
      packages/help-extension/package.json
  18. 1 1
      packages/htmlviewer-extension/package.json
  19. 1 1
      packages/htmlviewer/package.json
  20. 1 1
      packages/json-extension/package.json
  21. 1 1
      packages/launcher-extension/package.json
  22. 1 1
      packages/launcher/package.json
  23. 1 1
      packages/logconsole-extension/package.json
  24. 1 1
      packages/mainmenu-extension/package.json
  25. 1 1
      packages/metapackage/package.json
  26. 1 1
      packages/notebook-extension/package.json
  27. 1 1
      packages/notebook/package.json
  28. 1 1
      packages/running-extension/package.json
  29. 1 1
      packages/running/package.json
  30. 1 1
      packages/settingeditor-extension/package.json
  31. 1 1
      packages/settingeditor/package.json
  32. 1 1
      packages/statusbar/package.json
  33. 1 1
      packages/tabmanager-extension/package.json
  34. 1 1
      packages/terminal-extension/package.json
  35. 1 1
      packages/ui-components-extension/package.json
  36. 1 1
      packages/ui-components/package.json
  37. 1 1
      tests/test-ui-components/package.json

+ 1 - 1
dev_mode/package.json

@@ -163,7 +163,7 @@
     "@jupyterlab/theme-light-extension": "~2.0.0-rc.0",
     "@jupyterlab/tooltip": "~2.0.0-rc.0",
     "@jupyterlab/tooltip-extension": "~2.0.0-rc.0",
-    "@jupyterlab/ui-components": "~2.0.0-rc.0",
+    "@jupyterlab/ui-components": "~2.0.0-rc.1",
     "@jupyterlab/ui-components-extension": "~2.0.0-rc.0",
     "@jupyterlab/vdom": "~2.0.0-rc.0",
     "@jupyterlab/vdom-extension": "~2.0.0-rc.0",

+ 1 - 1
packages/application-extension/package.json

@@ -42,7 +42,7 @@
     "@jupyterlab/property-inspector": "^2.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",

+ 1 - 1
packages/application/package.json

@@ -43,7 +43,7 @@
     "@jupyterlab/rendermime-interfaces": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/application": "^1.8.2",
     "@lumino/commands": "^1.9.2",

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

@@ -43,7 +43,7 @@
     "@jupyterlab/mainmenu": "^2.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/commands": "^1.9.2",
     "@lumino/coreutils": "^1.4.2",

+ 1 - 1
packages/apputils/package.json

@@ -39,7 +39,7 @@
     "@jupyterlab/services": "^5.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/commands": "^1.9.2",
     "@lumino/coreutils": "^1.4.2",

+ 1 - 1
packages/cells/package.json

@@ -46,7 +46,7 @@
     "@jupyterlab/outputarea": "^2.0.0-rc.0",
     "@jupyterlab/rendermime": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/dragdrop": "^1.5.0",

+ 1 - 1
packages/celltags/package.json

@@ -42,7 +42,7 @@
     "@jupyterlab/application": "^2.0.0-rc.0",
     "@jupyterlab/cells": "^2.0.0-rc.0",
     "@jupyterlab/notebook": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/widgets": "^1.10.2"
   },
   "devDependencies": {

+ 1 - 1
packages/codeeditor/package.json

@@ -38,7 +38,7 @@
     "@jupyterlab/coreutils": "^4.0.0-rc.0",
     "@jupyterlab/nbformat": "^2.0.0-rc.0",
     "@jupyterlab/observables": "^3.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",
     "@lumino/dragdrop": "^1.5.0",

+ 1 - 1
packages/console/package.json

@@ -43,7 +43,7 @@
     "@jupyterlab/observables": "^3.0.0-rc.0",
     "@jupyterlab/rendermime": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",

+ 1 - 1
packages/docregistry/package.json

@@ -43,7 +43,7 @@
     "@jupyterlab/rendermime": "^2.0.0-rc.0",
     "@jupyterlab/rendermime-interfaces": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",

+ 1 - 1
packages/documentsearch/package.json

@@ -38,7 +38,7 @@
     "@jupyterlab/codemirror": "^2.0.0-rc.0",
     "@jupyterlab/fileeditor": "^2.0.0-rc.0",
     "@jupyterlab/notebook": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",

+ 1 - 1
packages/extensionmanager-extension/package.json

@@ -41,7 +41,7 @@
     "@jupyterlab/extensionmanager": "^2.0.0-rc.0",
     "@jupyterlab/mainmenu": "^2.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0"
+    "@jupyterlab/ui-components": "^2.0.0-rc.1"
   },
   "devDependencies": {
     "rimraf": "~3.0.0",

+ 1 - 1
packages/extensionmanager/package.json

@@ -37,7 +37,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/messaging": "^1.3.3",
     "@lumino/polling": "^1.0.3",
     "react": "~16.9.0",

+ 1 - 1
packages/filebrowser-extension/package.json

@@ -47,7 +47,7 @@
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
     "@jupyterlab/statusbar": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/commands": "^1.9.2",
     "@lumino/messaging": "^1.3.3",

+ 1 - 1
packages/filebrowser/package.json

@@ -42,7 +42,7 @@
     "@jupyterlab/services": "^5.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
     "@jupyterlab/statusbar": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",

+ 1 - 1
packages/fileeditor/package.json

@@ -39,7 +39,7 @@
     "@jupyterlab/codeeditor": "^2.0.0-rc.0",
     "@jupyterlab/docregistry": "^2.0.0-rc.0",
     "@jupyterlab/statusbar": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/messaging": "^1.3.3",
     "@lumino/widgets": "^1.10.2",

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

@@ -42,7 +42,7 @@
     "@jupyterlab/inspector": "^2.0.0-rc.0",
     "@jupyterlab/mainmenu": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/widgets": "^1.10.2",
     "react": "~16.9.0"
   },

+ 1 - 1
packages/htmlviewer-extension/package.json

@@ -37,7 +37,7 @@
     "@jupyterlab/apputils": "^2.0.0-rc.0",
     "@jupyterlab/docregistry": "^2.0.0-rc.0",
     "@jupyterlab/htmlviewer": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0"
+    "@jupyterlab/ui-components": "^2.0.0-rc.1"
   },
   "devDependencies": {
     "rimraf": "~3.0.0",

+ 1 - 1
packages/htmlviewer/package.json

@@ -35,7 +35,7 @@
     "@jupyterlab/apputils": "^2.0.0-rc.0",
     "@jupyterlab/coreutils": "^4.0.0-rc.0",
     "@jupyterlab/docregistry": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/signaling": "^1.3.4",
     "react": "~16.9.0"

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

@@ -36,7 +36,7 @@
   "dependencies": {
     "@jupyterlab/apputils": "^2.0.0-rc.0",
     "@jupyterlab/rendermime-interfaces": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/messaging": "^1.3.3",
     "@lumino/widgets": "^1.10.2",

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

@@ -39,7 +39,7 @@
     "@jupyterlab/application": "^2.0.0-rc.0",
     "@jupyterlab/apputils": "^2.0.0-rc.0",
     "@jupyterlab/launcher": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/widgets": "^1.10.2"

+ 1 - 1
packages/launcher/package.json

@@ -36,7 +36,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/commands": "^1.9.2",
     "@lumino/coreutils": "^1.4.2",

+ 1 - 1
packages/logconsole-extension/package.json

@@ -44,7 +44,7 @@
     "@jupyterlab/services": "^5.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statusbar": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/signaling": "^1.3.4",
     "@lumino/widgets": "^1.10.2",

+ 1 - 1
packages/mainmenu-extension/package.json

@@ -41,7 +41,7 @@
     "@jupyterlab/coreutils": "^4.0.0-rc.0",
     "@jupyterlab/mainmenu": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/disposable": "^1.3.4",
     "@lumino/widgets": "^1.10.2"

+ 1 - 1
packages/metapackage/package.json

@@ -108,7 +108,7 @@
     "@jupyterlab/theme-light-extension": "^2.0.0-rc.0",
     "@jupyterlab/tooltip": "^2.0.0-rc.0",
     "@jupyterlab/tooltip-extension": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@jupyterlab/ui-components-extension": "^2.0.0-rc.0",
     "@jupyterlab/vdom": "^2.0.0-rc.0",
     "@jupyterlab/vdom-extension": "^2.0.0-rc.0",

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

@@ -53,7 +53,7 @@
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
     "@jupyterlab/statusbar": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/commands": "^1.9.2",
     "@lumino/coreutils": "^1.4.2",

+ 1 - 1
packages/notebook/package.json

@@ -45,7 +45,7 @@
     "@jupyterlab/rendermime": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
     "@jupyterlab/statusbar": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/domutils": "^1.1.7",

+ 1 - 1
packages/running-extension/package.json

@@ -39,7 +39,7 @@
     "@jupyterlab/coreutils": "^4.0.0-rc.0",
     "@jupyterlab/running": "^2.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3"
   },
   "devDependencies": {

+ 1 - 1
packages/running/package.json

@@ -36,7 +36,7 @@
   },
   "dependencies": {
     "@jupyterlab/apputils": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",
     "@lumino/signaling": "^1.3.4",

+ 1 - 1
packages/settingeditor-extension/package.json

@@ -43,7 +43,7 @@
     "@jupyterlab/settingeditor": "^2.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/disposable": "^1.3.4"
   },
   "devDependencies": {

+ 1 - 1
packages/settingeditor/package.json

@@ -41,7 +41,7 @@
     "@jupyterlab/rendermime": "^2.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/statedb": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/commands": "^1.9.2",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/messaging": "^1.3.3",

+ 1 - 1
packages/statusbar/package.json

@@ -35,7 +35,7 @@
     "@jupyterlab/codeeditor": "^2.0.0-rc.0",
     "@jupyterlab/coreutils": "^4.0.0-rc.0",
     "@jupyterlab/services": "^5.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/coreutils": "^1.4.2",
     "@lumino/disposable": "^1.3.4",

+ 1 - 1
packages/tabmanager-extension/package.json

@@ -36,7 +36,7 @@
   },
   "dependencies": {
     "@jupyterlab/application": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/widgets": "^1.10.2"
   },

+ 1 - 1
packages/terminal-extension/package.json

@@ -44,7 +44,7 @@
     "@jupyterlab/services": "^5.0.0-rc.0",
     "@jupyterlab/settingregistry": "^2.0.0-rc.0",
     "@jupyterlab/terminal": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "@lumino/algorithm": "^1.2.3",
     "@lumino/widgets": "^1.10.2"
   },

+ 1 - 1
packages/ui-components-extension/package.json

@@ -35,7 +35,7 @@
   },
   "dependencies": {
     "@jupyterlab/application": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0"
+    "@jupyterlab/ui-components": "^2.0.0-rc.1"
   },
   "devDependencies": {
     "rimraf": "~3.0.0",

+ 1 - 1
packages/ui-components/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/ui-components",
-  "version": "2.0.0-rc.0",
+  "version": "2.0.0-rc.1",
   "description": "JupyterLab - UI components written in React",
   "homepage": "https://github.com/jupyterlab/jupyterlab",
   "bugs": {

+ 1 - 1
tests/test-ui-components/package.json

@@ -13,7 +13,7 @@
   },
   "dependencies": {
     "@jupyterlab/testutils": "^2.0.0-rc.0",
-    "@jupyterlab/ui-components": "^2.0.0-rc.0",
+    "@jupyterlab/ui-components": "^2.0.0-rc.1",
     "chai": "^4.2.0",
     "jest": "^24.9.0",
     "jest-junit": "^10.0.0",