Steven Silvester %!s(int64=4) %!d(string=hai) anos
pai
achega
d3d4df7ef3
Modificáronse 2 ficheiros con 6 adicións e 1 borrados
  1. 5 0
      buildutils/src/ensure-repo.ts
  2. 1 1
      dev_mode/package.json

+ 5 - 0
buildutils/src/ensure-repo.ts

@@ -34,6 +34,11 @@ const UNUSED: Dict<string[]> = {
   '@jupyterlab/apputils': ['@types/react', 'buffer', 'url'],
   '@jupyterlab/application': ['@fortawesome/fontawesome-free'],
   '@jupyterlab/apputils-extension': ['es6-promise'],
+  '@jupyterlab/buildutils': [
+    '@babel/core@',
+    '@babel/preset-env',
+    'babel-loader'
+  ],
   '@jupyterlab/services': ['node-fetch', 'ws'],
   '@jupyterlab/rendermime': ['@jupyterlab/mathjax2'],
   '@jupyterlab/testutils': [

+ 1 - 1
dev_mode/package.json

@@ -115,7 +115,7 @@
     "@jupyterlab/docregistry": "~3.0.0-alpha.7",
     "@jupyterlab/documentsearch": "~3.0.0-alpha.7",
     "@jupyterlab/documentsearch-extension": "~3.0.0-alpha.7",
-    "@jupyterlab/extensionmanager": "~3.0.0-alpha.7",
+    "@jupyterlab/extensionmanager": "^3.0.0-alpha.7",
     "@jupyterlab/extensionmanager-extension": "~3.0.0-alpha.7",
     "@jupyterlab/filebrowser": "~3.0.0-alpha.7",
     "@jupyterlab/filebrowser-extension": "~3.0.0-alpha.7",