Skip to content

Commit

Permalink
Mitigate the dependencies' version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Jan 14, 2025
1 parent 6e559a1 commit 806ea69
Show file tree
Hide file tree
Showing 6 changed files with 1,232 additions and 1,199 deletions.
40 changes: 20 additions & 20 deletions optuna_dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions optuna_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,35 +39,35 @@
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"@emotion/react": ">=11.11.0",
"@emotion/styled": ">=11.11.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/icons-material": ">=6.0.0",
"@mui/lab": ">=6.0.0-beta.0",
"@mui/material": ">=6.0.0",
"@mui/system": ">=6.0.0",
"plotly.js-dist-min": ">=2.30.0",
"plotly.js-dist-min": ">=2.0.0",
"@react-three/drei": ">=9.0.0",
"@react-three/fiber": ">=8.0.0",
"@tanstack/react-table": ">=8.0.0",
"@tanstack/react-query": ">=5.0.0",
"@tanstack/react-virtual": ">=3.0.0",
"axios": ">=1.7.0",
"elkjs": ">=0.9.0",
"axios": ">=1.0.0",
"elkjs": ">=0.8.0",
"notistack": ">=3.0.0",
"papaparse": ">=5.4.0",
"papaparse": ">=5.0.0",
"react-markdown": ">=9.0.0",
"react-router-dom": ">=6.21.0",
"react-syntax-highlighter": ">=15.5.0",
"reactflow": ">=11.10.3",
"recoil": ">=0.7.7",
"react-router-dom": ">=6.0.0",
"react-syntax-highlighter": ">=15.0.0",
"reactflow": ">=11.0.0",
"recoil": ">=0.7.0",
"rehype-mathjax": ">=6.0.0",
"rehype-raw": ">=7.0.0",
"remark-gfm": ">=4.0.0",
"remark-math": ">=6.0.0",
"three": ">=0.160.1",
"usehooks-ts": ">=3.0.2",
"wavesurfer.js": ">=7.7.0"
"three": ">=0.140.0",
"usehooks-ts": ">=2.0.0",
"wavesurfer.js": ">=7.0.0"
}
}
Loading

0 comments on commit 806ea69

Please sign in to comment.