فهرست منبع

Still hoist direct dependency of vega extensions

Otherwise we don't hoist the widgets package and end up with two versions
Saul Shanabrook 5 سال پیش
والد
کامیت
cdae87077b
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      dev_mode/package.json
  2. 1 1
      jupyterlab/staging/package.json
  3. 1 1
      package.json

+ 1 - 1
dev_mode/package.json

@@ -4,7 +4,7 @@
   "private": true,
   "workspaces": {
     "nohoist": [
-      "**/vega*/**"
+      "@jupyterlab/vega*-extension/vega*/**"
     ]
   },
   "scripts": {

+ 1 - 1
jupyterlab/staging/package.json

@@ -4,7 +4,7 @@
   "private": true,
   "workspaces": {
     "nohoist": [
-      "**/vega*/**"
+      "@jupyterlab/vega*-extension/vega*/**"
     ]
   },
   "scripts": {

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
       "jupyterlab/tests/mock_packages/extension"
     ],
     "nohoist": [
-      "**/vega*/**"
+      "@jupyterlab/vega*-extension/vega*/**"
     ]
   },
   "scripts": {