Yarn add link

This commit is contained in:
porink0424
2024-07-10 18:31:49 +09:00
parent 003c5ffed4
commit 5338857249
+4 -2
View File
@@ -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",