mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Update React v18
This commit is contained in:
Generated
+4280
-6081
File diff suppressed because it is too large
Load Diff
+11
-11
@@ -16,26 +16,26 @@
|
||||
"author": "Masashi Shibata",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mui/icons-material": "^5.4.4",
|
||||
"@mui/lab": "^5.0.0-alpha.73",
|
||||
"@mui/material": "^5.4.4",
|
||||
"@mui/icons-material": "^5.10.16",
|
||||
"@mui/lab": "^5.0.0-alpha.111",
|
||||
"@mui/material": "^5.10.17",
|
||||
"axios": "^0.21.2",
|
||||
"notistack": "^2.0.3",
|
||||
"notistack": "^2.0.8",
|
||||
"plotly.js-dist-min": "^2.11.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "^5.3.4",
|
||||
"recoil": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/preset-env": "^7.14.5",
|
||||
"@testing-library/react": "^12.1.3",
|
||||
"@testing-library/react": "^13.4.0",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/plotly.js": "^1.54.20",
|
||||
"@types/react": "^17.0.9",
|
||||
"@types/react-dom": "^17.0.6",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^18.0.9",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@typescript-eslint/eslint-plugin": "^4.26.1",
|
||||
"@typescript-eslint/parser": "^4.26.1",
|
||||
"compression-webpack-plugin": "^9.2.0",
|
||||
|
||||
Reference in New Issue
Block a user