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

Update dependency @mui/x-charts to v7.24.0 #1851

Merged
merged 1 commit into from
Jan 19, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@mui/lab": "6.0.0-beta.23",
"@mui/material": "6.4.0",
"@mui/system": "6.4.0",
"@mui/x-charts": "7.23.6",
"@mui/x-charts": "7.24.0",
"@nivo/core": "0.88.0",
"@nivo/sunburst": "0.88.0",
"@rating-tracker/commons": "workspace:*",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1099,14 +1099,14 @@ __metadata:
languageName: node
linkType: hard

"@mui/x-charts@npm:7.23.6":
version: 7.23.6
resolution: "@mui/x-charts@npm:7.23.6"
"@mui/x-charts@npm:7.24.0":
version: 7.24.0
resolution: "@mui/x-charts@npm:7.24.0"
dependencies:
"@babel/runtime": "npm:^7.25.7"
"@mui/utils": "npm:^5.16.6 || ^6.0.0"
"@mui/x-charts-vendor": "npm:7.20.0"
"@mui/x-internals": "npm:7.23.6"
"@mui/x-internals": "npm:7.24.0"
"@react-spring/rafz": "npm:^9.7.5"
"@react-spring/web": "npm:^9.7.5"
clsx: "npm:^2.1.1"
Expand All @@ -1123,19 +1123,19 @@ __metadata:
optional: true
"@emotion/styled":
optional: true
checksum: 10c0/ee519ab7544bafc564bdd02286d1c70fc475ce5b1c623e7476ccd5401a0e0e8c442822c43d5df6f973c99b8bb24756eadae8acb1760d8231328090d1c8464e12
checksum: 10c0/2689d4c313ab8f0423843dcfa81b9056a48ebac7da16bd3b8473f01ca2df00a3de1ac99116ab9ca0559333a2c8f0ddff5e206c2372ff79c9d04dba0daee9bf9e
languageName: node
linkType: hard

"@mui/x-internals@npm:7.23.6":
version: 7.23.6
resolution: "@mui/x-internals@npm:7.23.6"
"@mui/x-internals@npm:7.24.0":
version: 7.24.0
resolution: "@mui/x-internals@npm:7.24.0"
dependencies:
"@babel/runtime": "npm:^7.25.7"
"@mui/utils": "npm:^5.16.6 || ^6.0.0"
peerDependencies:
react: ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10c0/c41de79311eea8a10c40a982e648d374a3d6cc950318dc2c563fd193455a4e972a6f552777c15d282eb8282e77f8e9fe0e2d95a28310e579b3322103e4836c4d
checksum: 10c0/3c73b33ca529427aa53d9ca75aa9dccde8d2ce9c6bbf45ebd9d69ad0b5c937818fcb50604e62a1ef13dca3b7289f0f1fd70a6ae79ad79a84fa063854be304b79
languageName: node
linkType: hard

Expand Down Expand Up @@ -1519,7 +1519,7 @@ __metadata:
"@mui/lab": "npm:6.0.0-beta.23"
"@mui/material": "npm:6.4.0"
"@mui/system": "npm:6.4.0"
"@mui/x-charts": "npm:7.23.6"
"@mui/x-charts": "npm:7.24.0"
"@nivo/core": "npm:0.88.0"
"@nivo/sunburst": "npm:0.88.0"
"@rating-tracker/backend": "workspace:*"
Expand Down
Loading