Closed ajhollid closed 3 days ago
The pull request includes updates to the package.json
file in the client, specifically changing the versions of two Material-UI packages: @mui/icons-material
and @mui/lab
. Additionally, the Server/validation/joi.js
file has been modified to include a new valid option, "hardware," in the validation schemas for certain queries, expanding the acceptable values for the type
field.
File | Change Summary |
---|---|
Client/package.json | Updated @mui/icons-material from ^5.15.17 to 6.1.8 and @mui/lab from ^5.0.0-alpha.170 to 6.0.0-beta.16 . |
Server/validation/joi.js | Added "hardware" as a valid option in type field for getMonitorsAndSummaryByTeamIdQueryValidation and getMonitorsByTeamIdQueryValidation . |
package.json
file and the updates to Material-UI dependencies are directly related to the updates made in PR #1174, which also involves a version update for a Material-UI package (@mui/material
).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 adds the hardware type to BE validation for fetching monitors by team ID.