Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VE-219 Migrate RUI to MUI v6 #984

Merged
merged 20 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.16.4",
"@mui/material": "^6.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why just 6.0.0? Why not 6.1.9 which is latest?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we can update to 6.1.9, i was following what documentation suggests here

"@mui/x-data-grid-generator": "^7.10.0",
"@playwright/test": "^1.45.2",
"@storybook/addon-actions": "^8.2.6",
Expand Down Expand Up @@ -102,7 +102,7 @@
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@mui/icons-material": "^5.16.4",
"@mui/icons-material": "^6.0.0",
"@mui/x-data-grid": "^7.10.0",
"@mui/x-tree-view": "^7.10.0",
"colord": "^2.9.3",
Expand All @@ -122,7 +122,7 @@
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.14",
"@mui/material": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading