Skip to content

Commit

Permalink
Fix jupyterlab extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Aug 7, 2024
1 parent 12fa556 commit a7f715c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
3 changes: 3 additions & 0 deletions jupyterlab/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ jupyterlab_optuna/_version.py
lib/
tsconfig.tsbuildinfo
.yarnrc.yml
.pnp.cjs
.pnp.loader.mjs

3 changes: 1 addition & 2 deletions jupyterlab/src/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
CompareStudiesPlotType,
CreateNewStudyResponse,
FeedbackComponentType,
ParamImportance,
ParamImportancesResponse,
PlotResponse,
PlotType,
Expand Down Expand Up @@ -232,7 +231,7 @@ export class JupyterlabAPIClient extends APIClient {
})
return
}
getParamImportances = (studyId: number): Promise<ParamImportance[][]> =>
getParamImportances = (studyId: number): Promise<Optuna.ParamImportance[][]> =>
requestAPI<ParamImportancesResponse>(
`/api/studies/${studyId}/param_importances`
).then((res) => {
Expand Down
36 changes: 18 additions & 18 deletions jupyterlab/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -281,21 +281,21 @@ __metadata:
linkType: hard

"@floating-ui/core@npm:^1.6.0":
version: 1.6.6
resolution: "@floating-ui/core@npm:1.6.6"
version: 1.6.7
resolution: "@floating-ui/core@npm:1.6.7"
dependencies:
"@floating-ui/utils": ^0.2.6
checksum: 3992e93f40655798bff7a721258cd9f2ad4d98eca9e29ecbf3dc79154a191f47fbab3d86777fecc08e83fdc64a9f390a5256f3cf10543db87f177863770ddeeb
"@floating-ui/utils": ^0.2.7
checksum: ff940c228f7c4f95138c4979ba1c1122d804cac55e514c889cbdb9f76d5bebbd0f7a02ae1d468b66a9e728343d5a79430845781230e012560b4719fdde458461
languageName: node
linkType: hard

"@floating-ui/dom@npm:^1.0.0":
version: 1.6.9
resolution: "@floating-ui/dom@npm:1.6.9"
version: 1.6.10
resolution: "@floating-ui/dom@npm:1.6.10"
dependencies:
"@floating-ui/core": ^1.6.0
"@floating-ui/utils": ^0.2.6
checksum: a440cd5057616835d3e4a0e3143d500486d11021ace699b3154033c09a88c4db721b6cbd25f922c8c77fa3956f22b7c801ae0495f9fd9b54f8d91356f231c9d1
"@floating-ui/utils": ^0.2.7
checksum: dc86989f1b7dc00f2786e2aa369e7c26c7c63c8c5bad0ba9bede0e45df4b9699c6908b0405c92701bcde69e21a4a582d29dc5d1c924ed8d5fe072dfc777558c7
languageName: node
linkType: hard

Expand All @@ -311,10 +311,10 @@ __metadata:
languageName: node
linkType: hard

"@floating-ui/utils@npm:^0.2.6":
version: 0.2.6
resolution: "@floating-ui/utils@npm:0.2.6"
checksum: 4350edad705f69f944f853d95b2832fbf3d6ff2347276526198040ddec03a7e4afae0b5863d50373275dd319ae648c8070fd528405a1a10a1620277534846792
"@floating-ui/utils@npm:^0.2.7":
version: 0.2.7
resolution: "@floating-ui/utils@npm:0.2.7"
checksum: 7e6707c4c6d496f86377a97aac0232926953a2da9c2058ed79d8b44031038ef8fcf9743dac7b38c1da7148460194da987814d78af801ec5c278abf9b303adb22
languageName: node
linkType: hard

Expand Down Expand Up @@ -2500,9 +2500,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30001646":
version: 1.0.30001649
resolution: "caniuse-lite@npm:1.0.30001649"
checksum: 7952512a243f22c942e0e99249def19d781ad1900db101f2d8de9d83de37db000a7dc7f226c9c99134001975e22852becf1677539c24c7ecae53467b681c400f
version: 1.0.30001650
resolution: "caniuse-lite@npm:1.0.30001650"
checksum: 4892c25200aef4dca83feba232bb0d4c1dbbdffb3376394c1be7e75a6be686010e88bc2172cb5cf8dafa5e5de08dc8e7870c4fe97dae3d615979a7be5a091db7
languageName: node
linkType: hard

Expand Down Expand Up @@ -7637,16 +7637,16 @@ __metadata:
linkType: hard

"terser@npm:^5.26.0":
version: 5.31.3
resolution: "terser@npm:5.31.3"
version: 5.31.4
resolution: "terser@npm:5.31.4"
dependencies:
"@jridgewell/source-map": ^0.3.3
acorn: ^8.8.2
commander: ^2.20.0
source-map-support: ~0.5.20
bin:
terser: bin/terser
checksum: cb4ccd5cb42c719272959dcae63d41e4696fb304123392943282caa6dfcdc49f94e7c48353af8bcd4fbc34457b240b7f843db7fec21bb2bdc18e01d4f45b035e
checksum: c134d2e964af3ff1b7c93d10756ffbc1f754b800ca115fb33cec72db16e5338f74c2fc6f8b5ac7f7770b187f3958e82a3e746110a2d9a8b1d91abaf3c91639a7
languageName: node
linkType: hard

Expand Down
2 changes: 0 additions & 2 deletions optuna_dashboard/ts/pkg_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
FeedbackComponentType,
FormWidgets,
Note,
ParamImportance,
PlotlyGraphObject,
PreferenceFeedbackMode,
PreferenceHistory,
Expand Down Expand Up @@ -60,7 +59,6 @@ export {
StudySummary,
Trial,
TrialParam,
ParamImportance,
CompareStudiesPlotType,
PlotType,
PlotResponse,
Expand Down

0 comments on commit a7f715c

Please sign in to comment.