Closed ajhollid closed 5 days ago
The changes involve updates to the package.json
file for the client, focusing on the versioning of several dependencies: @mui/icons-material
, @mui/lab
, and @mui/material
. The versions have been upgraded to reflect newer major and beta releases, specifically changing @mui/icons-material
and @mui/material
to 6.1.8
, and @mui/lab
to 6.0.0-beta.16
. All other dependencies and devDependencies remain unchanged.
File | Change Summary |
---|---|
Client/package.json | Updated @mui/icons-material from ^5.15.17 to 6.1.8 , @mui/lab from ^5.0.0-alpha.170 to 6.0.0-beta.16 , and @mui/material to 6.1.8 . |
sequenceDiagram
participant Client
participant MUI_Icons
participant MUI_Lab
participant MUI_Material
Client->>MUI_Icons: Request version 6.1.8
MUI_Icons-->>Client: Provide version 6.1.8
Client->>MUI_Lab: Request version 6.0.0-beta.16
MUI_Lab-->>Client: Provide version 6.0.0-beta.16
Client->>MUI_Material: Request version 6.1.8
MUI_Material-->>Client: Provide version 6.1.8
[!WARNING]
Rate limit exceeded
@ajhollid has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 2 minutes and 40 seconds before requesting another review.
⌛ How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.🚦 How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://docs.coderabbit.ai/faq) for further information.📥 Commits
Reviewing files that changed from the base of the PR and between 056254e9fca0a851b36487148aef6769be0009a7 and c3585c8d410d3306306618e01eb39114305831ad.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR bumps @mui packages to the latest versions