Update dependency @mui/material to v7.1.2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-06-20 00:39:15 +00:00
parent 1f34173083
commit 0fff4453d3
2 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
"@emotion/react": "11.14.0", "@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0", "@emotion/styled": "11.14.0",
"@mui/lab": "5.0.0-alpha.176", "@mui/lab": "5.0.0-alpha.176",
"@mui/material": "7.1.1", "@mui/material": "7.1.2",
"next": "latest", "next": "latest",
"react": "19.1.0", "react": "19.1.0",
"react-dom": "19.1.0" "react-dom": "19.1.0"

View File

@ -287,10 +287,10 @@
clsx "^2.1.0" clsx "^2.1.0"
prop-types "^15.8.1" prop-types "^15.8.1"
"@mui/core-downloads-tracker@^7.1.1": "@mui/core-downloads-tracker@^7.1.2":
version "7.1.1" version "7.1.2"
resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-7.1.1.tgz#43532ccf57be19055eb20e7802508520293cf286" resolved "https://registry.yarnpkg.com/@mui/core-downloads-tracker/-/core-downloads-tracker-7.1.2.tgz#93eb9e3670fe2c73cd853356117b4ae252f26ee2"
integrity sha512-yBckQs4aQ8mqukLnPC6ivIRv6guhaXi8snVl00VtyojBbm+l6VbVhyTSZ68Abcx7Ah8B+GZhrB7BOli+e+9LkQ== integrity sha512-0gLO1PvbJwSYe5ji021tGj6HFqrtEPMGKK4L1zWwRbhzrWWUumUJvMvJUsIgWQIYQsgOnhq9k2Fc1BxLGHDsAg==
"@mui/lab@5.0.0-alpha.176": "@mui/lab@5.0.0-alpha.176":
version "5.0.0-alpha.176" version "5.0.0-alpha.176"
@ -305,13 +305,13 @@
clsx "^2.1.0" clsx "^2.1.0"
prop-types "^15.8.1" prop-types "^15.8.1"
"@mui/material@7.1.1": "@mui/material@7.1.2":
version "7.1.1" version "7.1.2"
resolved "https://registry.yarnpkg.com/@mui/material/-/material-7.1.1.tgz#5f75b25936925be14cb34abe0489cda82a6f8413" resolved "https://registry.yarnpkg.com/@mui/material/-/material-7.1.2.tgz#7191b0ab0e5dc584fa8a623d4016e84cb05a74dc"
integrity sha512-mTpdmdZCaHCGOH3SrYM41+XKvNL0iQfM9KlYgpSjgadXx/fEKhhvOktxm8++Xw6FFeOHoOiV+lzOI8X1rsv71A== integrity sha512-Z5PYKkA6Kd8vS04zKxJNpwuvt6IoMwqpbidV7RCrRQQKwczIwcNcS8L6GnN4pzFYfEs+N9v6co27DmG07rcnoA==
dependencies: dependencies:
"@babel/runtime" "^7.27.1" "@babel/runtime" "^7.27.1"
"@mui/core-downloads-tracker" "^7.1.1" "@mui/core-downloads-tracker" "^7.1.2"
"@mui/system" "^7.1.1" "@mui/system" "^7.1.1"
"@mui/types" "^7.4.3" "@mui/types" "^7.4.3"
"@mui/utils" "^7.1.1" "@mui/utils" "^7.1.1"