From 5338857249c0325bddcd047e41f80714eebf80e6 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 10 Jul 2024 18:31:49 +0900 Subject: [PATCH] Yarn add link --- jupyterlab/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jupyterlab/package.json b/jupyterlab/package.json index 1f8bc101..b2543a9c 100644 --- a/jupyterlab/package.json +++ b/jupyterlab/package.json @@ -57,13 +57,14 @@ "@mui/icons-material": "^5.11.6", "@mui/lab": "^5.0.0-alpha.128", "@mui/material": "^5.12.1", + "@optuna/optuna-dashboard": "link:../optuna_dashboard", "@types/chroma-js": "^2.4.1", "@types/signals": "^1.0.2", "elkjs": "^0.8.2", "ngl": "^2.1.1", "notistack": "^3.0.1", "plotly.js-dist-min": "^2.22.0", - "react": "^18.2.0", + "react": "link:../tslib/react/node_modules/react", "react-dom": "^18.2.0", "react-markdown": "^8.0.4", "react-router-dom": "6.11.0", @@ -76,9 +77,10 @@ }, "devDependencies": { "@jupyterlab/builder": "^4.0.0", + "@optuna/types": "link:../tslib/types", "@types/json-schema": "^7.0.11", "@types/plotly.js": "^2.12.11", - "@types/react": "^18.0.26", + "@types/react": "link:../tslib/react/node_modules/@types/react", "@types/react-dom": "^18.0.10", "@types/react-syntax-highlighter": "^15.5.5", "css-loader": "^6.8.1",