Explorar el Código

Update yarn.lock

Steven Silvester hace 5 años
padre
commit
ec720ffa10
Se han modificado 35 ficheros con 80 adiciones y 80 borrados
  1. 41 41
      dev_mode/package.json
  2. 1 1
      packages/application/style/index.css
  3. 1 1
      packages/apputils-extension/style/index.css
  4. 1 1
      packages/apputils/style/index.css
  5. 2 2
      packages/cells/style/index.css
  6. 2 2
      packages/codeeditor/style/index.css
  7. 1 1
      packages/codemirror/style/index.css
  8. 1 1
      packages/completer/style/index.css
  9. 2 2
      packages/console/style/index.css
  10. 1 1
      packages/csvviewer/style/index.css
  11. 1 1
      packages/docregistry/style/index.css
  12. 1 1
      packages/documentsearch/style/index.css
  13. 2 2
      packages/filebrowser/style/index.css
  14. 1 1
      packages/fileeditor/style/index.css
  15. 1 1
      packages/help-extension/style/index.css
  16. 1 1
      packages/imageviewer/style/index.css
  17. 1 1
      packages/inspector/style/index.css
  18. 1 1
      packages/json-extension/style/index.css
  19. 1 1
      packages/launcher/style/index.css
  20. 1 1
      packages/logconsole-extension/style/index.css
  21. 1 1
      packages/logconsole/style/index.css
  22. 1 1
      packages/markdownviewer/style/index.css
  23. 2 2
      packages/notebook/style/index.css
  24. 1 1
      packages/outputarea/style/index.css
  25. 1 1
      packages/pdf-extension/style/index.css
  26. 1 1
      packages/rendermime/style/index.css
  27. 1 1
      packages/settingeditor/style/index.css
  28. 1 1
      packages/tabmanager-extension/style/index.css
  29. 1 1
      packages/terminal/style/index.css
  30. 1 1
      packages/tooltip/style/index.css
  31. 1 1
      packages/ui-components/style/index.css
  32. 1 1
      packages/vdom/package.json
  33. 1 1
      packages/vdom/style/index.css
  34. 1 1
      packages/vega4-extension/style/index.css
  35. 1 1
      packages/vega5-extension/style/index.css

+ 41 - 41
dev_mode/package.json

@@ -16,47 +16,47 @@
     "watch": "webpack --watch"
   },
   "dependencies": {
-    "@jupyterlab/application": "~2.0.0-alpha.1",
-    "@jupyterlab/application-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/apputils-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/codemirror-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/completer-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/console-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/coreutils": "~4.0.0-alpha.1",
-    "@jupyterlab/csvviewer-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/docmanager-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/documentsearch-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/extensionmanager-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/filebrowser-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/fileeditor-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/help-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/htmlviewer-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/hub-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/imageviewer-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/inspector-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/javascript-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/json-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/launcher-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/logconsole-extension": "~1.0.0-alpha.1",
-    "@jupyterlab/mainmenu-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/markdownviewer-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/mathjax2-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/notebook-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/pdf-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/rendermime-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/running-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/settingeditor-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/shortcuts-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/statusbar-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/tabmanager-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/terminal-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/theme-dark-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/tooltip-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/ui-components-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/vdom-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/vega4-extension": "~2.0.0-alpha.1",
-    "@jupyterlab/vega5-extension": "~2.0.0-alpha.1"
+    "@jupyterlab/application": "^2.0.0-alpha.1",
+    "@jupyterlab/application-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/apputils-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/codemirror-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/completer-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/console-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/coreutils": "^4.0.0-alpha.1",
+    "@jupyterlab/csvviewer-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/docmanager-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/documentsearch-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/extensionmanager-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/filebrowser-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/fileeditor-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/help-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/htmlviewer-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/hub-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/imageviewer-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/inspector-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/javascript-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/json-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/launcher-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/logconsole-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/mainmenu-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/markdownviewer-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/mathjax2-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/notebook-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/pdf-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/rendermime-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/running-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/settingeditor-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/shortcuts-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/statusbar-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/tabmanager-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/terminal-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/theme-dark-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/theme-light-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/tooltip-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/ui-components-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/vdom-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/vega4-extension": "^2.0.0-alpha.1",
+    "@jupyterlab/vega5-extension": "^2.0.0-alpha.1"
   },
   "devDependencies": {
     "@jupyterlab/buildutils": "^2.0.0-alpha.1",

+ 1 - 1
packages/application/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');

+ 1 - 1
packages/apputils-extension/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/application/style/index.css');

+ 1 - 1
packages/apputils/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 
 @import url('./base.css');

+ 2 - 2
packages/cells/style/index.css

@@ -4,9 +4,9 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
-@import url('~@phosphor/dragdrop/style/index.css');
+@import url('~@lumino/dragdrop/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/codemirror/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');

+ 2 - 2
packages/codeeditor/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/dragdrop/style/index.css');
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/dragdrop/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 
 @import url('./base.css');

+ 1 - 1
packages/codemirror/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/statusbar/style/index.css');

+ 1 - 1
packages/completer/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 
 @import url('./base.css');

+ 2 - 2
packages/console/style/index.css

@@ -4,9 +4,9 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
-@import url('~@phosphor/dragdrop/style/index.css');
+@import url('~@lumino/dragdrop/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');
 @import url('~@jupyterlab/cells/style/index.css');

+ 1 - 1
packages/csvviewer/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
 

+ 1 - 1
packages/docregistry/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 
 @import url('./base.css');

+ 1 - 1
packages/documentsearch/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~codemirror/lib/codemirror.css');
 

+ 2 - 2
packages/filebrowser/style/index.css

@@ -4,10 +4,10 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
-@import url('~@phosphor/dragdrop/style/index.css');
+@import url('~@lumino/dragdrop/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
 @import url('~@jupyterlab/docmanager/style/index.css');
 

+ 1 - 1
packages/fileeditor/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');

+ 1 - 1
packages/help-extension/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/inspector/style/index.css');
 @import url('~@jupyterlab/mainmenu/style/index.css');

+ 1 - 1
packages/imageviewer/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
 

+ 1 - 1
packages/inspector/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');

+ 1 - 1
packages/json-extension/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 

+ 1 - 1
packages/launcher/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 

+ 1 - 1
packages/logconsole-extension/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/statusbar/style/index.css');

+ 1 - 1
packages/logconsole/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');
 @import url('~@jupyterlab/outputarea/style/index.css');
 

+ 1 - 1
packages/markdownviewer/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');

+ 2 - 2
packages/notebook/style/index.css

@@ -4,10 +4,10 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
-@import url('~@phosphor/dragdrop/style/index.css');
+@import url('~@lumino/dragdrop/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/statusbar/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');

+ 1 - 1
packages/outputarea/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');
 

+ 1 - 1
packages/pdf-extension/style/index.css

@@ -4,6 +4,6 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 
 @import url('./base.css');

+ 1 - 1
packages/rendermime/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codemirror/style/index.css');
 

+ 1 - 1
packages/settingeditor/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');

+ 1 - 1
packages/tabmanager-extension/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/ui-components/style/index.css');
 
 @import url('./base.css');

+ 1 - 1
packages/terminal/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~xterm/src/xterm.css');
 

+ 1 - 1
packages/tooltip/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');

+ 1 - 1
packages/ui-components/style/index.css

@@ -6,6 +6,6 @@
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
 @import url('~@blueprintjs/core/lib/css/blueprint.css');
 @import url('~@blueprintjs/select/lib/css/blueprint-select.css');
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 
 @import url('./base.css');

+ 1 - 1
packages/vdom/package.json

@@ -38,10 +38,10 @@
     "@jupyterlab/docregistry": "^2.0.0-alpha.1",
     "@jupyterlab/rendermime-interfaces": "^2.0.0-alpha.1",
     "@jupyterlab/services": "^5.0.0-alpha.1",
-    "@nteract/transform-vdom": "^4.0.1",
     "@lumino/coreutils": "^1.3.1",
     "@lumino/messaging": "^1.3.0",
     "@lumino/widgets": "^1.9.0",
+    "@nteract/transform-vdom": "^4.0.1",
     "react": "~16.8.4",
     "react-dom": "~16.8.4"
   },

+ 1 - 1
packages/vdom/style/index.css

@@ -4,7 +4,7 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 @import url('~@jupyterlab/apputils/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
 

+ 1 - 1
packages/vega4-extension/style/index.css

@@ -4,6 +4,6 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 
 @import url('./base.css');

+ 1 - 1
packages/vega5-extension/style/index.css

@@ -4,6 +4,6 @@
 |----------------------------------------------------------------------------*/
 
 /* This file was auto-generated by ensurePackage() in @jupyterlab/buildutils */
-@import url('~@phosphor/widgets/style/index.css');
+@import url('~@lumino/widgets/style/index.css');
 
 @import url('./base.css');