Skip to content

Commit

Permalink
Yarn add link
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Jul 10, 2024
1 parent 003c5ff commit 5338857
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jupyterlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5338857

Please sign in to comment.