From c4cc6ddb9f96171151fd80daa524e2e04be186d8 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 4 Jan 2024 15:14:15 -0500 Subject: [PATCH] build(striker-ui): remove react-dom, update react to 18 for nextjs 13, update mui to 5.6 --- striker-ui/package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/striker-ui/package.json b/striker-ui/package.json index a87b81c4..38719109 100644 --- a/striker-ui/package.json +++ b/striker-ui/package.json @@ -20,9 +20,8 @@ "@emotion/styled": "^11.6.0", "@fontsource/roboto-condensed": "^4.5.0", "@fontsource/source-code-pro": "^4.5.1", - "@mui/icons-material": "^5.2.4", - "@mui/material": "^5.2.4", - "@mui/styles": "^5.2.3", + "@mui/icons-material": "^5.6.0", + "@mui/material": "^5.6.0", "@mui/x-data-grid": "^5.12.3", "@novnc/novnc": "^1.2.0", "axios": "^0.24.0", @@ -32,8 +31,7 @@ "netmask": "^2.0.2", "next": "^13.5.4", "pretty-bytes": "^5.6.0", - "react": "17.0.2", - "react-dom": "17.0.2", + "react": "^18.0.0", "swr": "^1.2.2", "uuid": "^8.3.2", "yup": "^1.2.0"