Update React v18

This commit is contained in:
c-bata
2022-12-10 18:47:58 +09:00
parent 321717aa1e
commit c13225cbce
2 changed files with 4291 additions and 6092 deletions
+4280 -6081
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -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",