build(striker-ui): remove react-dom, update react to 18 for nextjs 13, update mui to 5.6

main
Tsu-ba-me 12 months ago
parent 8cee262a21
commit c4cc6ddb9f
  1. 8
      striker-ui/package.json

@ -20,9 +20,8 @@
"@emotion/styled": "^11.6.0", "@emotion/styled": "^11.6.0",
"@fontsource/roboto-condensed": "^4.5.0", "@fontsource/roboto-condensed": "^4.5.0",
"@fontsource/source-code-pro": "^4.5.1", "@fontsource/source-code-pro": "^4.5.1",
"@mui/icons-material": "^5.2.4", "@mui/icons-material": "^5.6.0",
"@mui/material": "^5.2.4", "@mui/material": "^5.6.0",
"@mui/styles": "^5.2.3",
"@mui/x-data-grid": "^5.12.3", "@mui/x-data-grid": "^5.12.3",
"@novnc/novnc": "^1.2.0", "@novnc/novnc": "^1.2.0",
"axios": "^0.24.0", "axios": "^0.24.0",
@ -32,8 +31,7 @@
"netmask": "^2.0.2", "netmask": "^2.0.2",
"next": "^13.5.4", "next": "^13.5.4",
"pretty-bytes": "^5.6.0", "pretty-bytes": "^5.6.0",
"react": "17.0.2", "react": "^18.0.0",
"react-dom": "17.0.2",
"swr": "^1.2.2", "swr": "^1.2.2",
"uuid": "^8.3.2", "uuid": "^8.3.2",
"yup": "^1.2.0" "yup": "^1.2.0"

Loading…
Cancel
Save