소스 검색

Package integrity updates

Jean-Baptiste Wons 4 년 전
부모
커밋
f2017990ab
3개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/apputils-extension/package.json
  2. 2 0
      packages/apputils-extension/style/index.css
  3. 6 0
      packages/apputils-extension/tsconfig.json

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

@@ -40,8 +40,10 @@
     "@jupyterlab/application": "^3.0.0-alpha.4",
     "@jupyterlab/apputils": "^3.0.0-alpha.4",
     "@jupyterlab/coreutils": "^5.0.0-alpha.4",
+    "@jupyterlab/docregistry": "^3.0.0-alpha.4",
     "@jupyterlab/filebrowser": "^3.0.0-alpha.4",
     "@jupyterlab/mainmenu": "^3.0.0-alpha.4",
+    "@jupyterlab/services": "^6.0.0-alpha.4",
     "@jupyterlab/settingregistry": "^3.0.0-alpha.4",
     "@jupyterlab/statedb": "^3.0.0-alpha.4",
     "@jupyterlab/ui-components": "^3.0.0-alpha.4",

+ 2 - 0
packages/apputils-extension/style/index.css

@@ -7,7 +7,9 @@
 @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');
 @import url('~@jupyterlab/application/style/index.css');
+@import url('~@jupyterlab/filebrowser/style/index.css');
 @import url('~@jupyterlab/mainmenu/style/index.css');
 
 @import url('./base.css');

+ 6 - 0
packages/apputils-extension/tsconfig.json

@@ -15,12 +15,18 @@
     {
       "path": "../coreutils"
     },
+    {
+      "path": "../docregistry"
+    },
     {
       "path": "../filebrowser"
     },
     {
       "path": "../mainmenu"
     },
+    {
+      "path": "../services"
+    },
     {
       "path": "../settingregistry"
     },