Skip to content

Commit

Permalink
Rename @optuna/storybook -> @optuna/react
Browse files Browse the repository at this point in the history
  • Loading branch information
porink0424 committed Mar 29, 2024
1 parent 3ad6681 commit 13d0539
Show file tree
Hide file tree
Showing 28 changed files with 14,640 additions and 16,294 deletions.
27,004 changes: 13,502 additions & 13,502 deletions standalone_app/package-lock.json

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions standalone_app/package.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
"name": "optuna-dashboard-wasm",
"private": true,
"version": "0.0.0",
"description": "",
"scripts": {
"watch": "vite",
"build:vscode": "webpack"
},
"devDependencies": {
"@types/plotly.js": "^2.29.2",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"compression-webpack-plugin": "^11.1.0",
"esbuild-loader": "^4.0.3",
"vite": "^5.1.5",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.12",
"@mui/lab": "^5.0.0-alpha.167",
"@mui/material": "^5.15.12",
"@optuna/storage": "../tslib/storage",
"@optuna/storybook": "../tslib/storybook",
"module-workers-polyfill": "^0.3.2",
"notistack": "^3.0.1",
"optuna": "../rustlib/pkg",
"plotly.js-dist-min": "^2.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
}
"name": "optuna-dashboard-wasm",
"private": true,
"version": "0.0.0",
"description": "",
"scripts": {
"watch": "vite",
"build:vscode": "webpack"
},
"devDependencies": {
"@types/plotly.js": "^2.29.2",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.2.1",
"compression-webpack-plugin": "^11.1.0",
"esbuild-loader": "^4.0.3",
"vite": "^5.1.5",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.12",
"@mui/lab": "^5.0.0-alpha.167",
"@mui/material": "^5.15.12",
"@optuna/react": "../tslib/react",
"@optuna/storage": "../tslib/storage",
"module-workers-polyfill": "^0.3.2",
"notistack": "^3.0.1",
"optuna": "../rustlib/pkg",
"plotly.js-dist-min": "^2.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
}
}
2 changes: 1 addition & 1 deletion standalone_app/src/components/PlotImportance.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Typography, useTheme } from "@mui/material"
import { plotlyDarkTemplate } from "@optuna/storybook"
import { plotlyDarkTemplate } from "@optuna/react"
import init, { wasm_fanova_calculate } from "optuna"
import * as plotly from "plotly.js-dist-min"
import React, { FC, useEffect, useState } from "react"
Expand Down
2 changes: 1 addition & 1 deletion standalone_app/src/components/PlotIntermediateValues.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Box, Typography, useTheme } from "@mui/material"
import { plotlyDarkTemplate } from "@optuna/storybook"
import { plotlyDarkTemplate } from "@optuna/react"
import * as plotly from "plotly.js-dist-min"
import React, { FC, useEffect } from "react"

Expand Down
2 changes: 1 addition & 1 deletion standalone_app/src/components/StudyDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { Link, useParams } from "react-router-dom"
import { PlotImportance } from "./PlotImportance"
import { PlotIntermediateValues } from "./PlotIntermediateValues"
import { StorageContext } from "./StorageProvider"
import { PlotHistory, TrialTable } from "@optuna/storybook"
import { PlotHistory, TrialTable } from "@optuna/react"

export const StudyDetail: FC<{
toggleColorMode: () => void
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 13d0539

Please sign in to comment.