Skip to content

Commit fbd1c85

Browse files
fix(deps): update mui (non-major) to v5.15.19 (#267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a22bdc1 commit fbd1c85

File tree

2 files changed

+60
-4
lines changed

2 files changed

+60
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"@graasp/apps-query-client": "3.4.15",
2626
"@graasp/sdk": "4.12.0",
2727
"@graasp/ui": "4.19.1",
28-
"@mui/icons-material": "5.15.18",
28+
"@mui/icons-material": "5.15.19",
2929
"@mui/lab": "5.0.0-alpha.170",
30-
"@mui/material": "5.15.18",
30+
"@mui/material": "5.15.19",
3131
"@sentry/react": "7.116.0",
3232
"@tanstack/react-query": "^4.36.1",
3333
"@tanstack/react-query-devtools": "^4.36.1",

yarn.lock

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2652,6 +2652,13 @@ __metadata:
26522652
languageName: node
26532653
linkType: hard
26542654

2655+
"@mui/core-downloads-tracker@npm:^5.15.19":
2656+
version: 5.15.19
2657+
resolution: "@mui/core-downloads-tracker@npm:5.15.19"
2658+
checksum: 10/32dd442d72a4cf4abea0e5c0a325707c3f8aba16b7b40ed674da2c068ed10d686f1941240e527407d685e00ed12931c331d99265e1ed570630c856ffbe291c23
2659+
languageName: node
2660+
linkType: hard
2661+
26552662
"@mui/icons-material@npm:5.15.18":
26562663
version: 5.15.18
26572664
resolution: "@mui/icons-material@npm:5.15.18"
@@ -2668,6 +2675,22 @@ __metadata:
26682675
languageName: node
26692676
linkType: hard
26702677

2678+
"@mui/icons-material@npm:5.15.19":
2679+
version: 5.15.19
2680+
resolution: "@mui/icons-material@npm:5.15.19"
2681+
dependencies:
2682+
"@babel/runtime": "npm:^7.23.9"
2683+
peerDependencies:
2684+
"@mui/material": ^5.0.0
2685+
"@types/react": ^17.0.0 || ^18.0.0
2686+
react: ^17.0.0 || ^18.0.0
2687+
peerDependenciesMeta:
2688+
"@types/react":
2689+
optional: true
2690+
checksum: 10/f2d47ed7ffba7e28d24feb4160b65f814135ed3b96e10aa13949707a6e41e39695badd04c822c4e937892ea630a3640ddd0ff7b073f75def3f28bad2c9e5271b
2691+
languageName: node
2692+
linkType: hard
2693+
26712694
"@mui/lab@npm:5.0.0-alpha.170":
26722695
version: 5.0.0-alpha.170
26732696
resolution: "@mui/lab@npm:5.0.0-alpha.170"
@@ -2730,6 +2753,39 @@ __metadata:
27302753
languageName: node
27312754
linkType: hard
27322755

2756+
"@mui/material@npm:5.15.19":
2757+
version: 5.15.19
2758+
resolution: "@mui/material@npm:5.15.19"
2759+
dependencies:
2760+
"@babel/runtime": "npm:^7.23.9"
2761+
"@mui/base": "npm:5.0.0-beta.40"
2762+
"@mui/core-downloads-tracker": "npm:^5.15.19"
2763+
"@mui/system": "npm:^5.15.15"
2764+
"@mui/types": "npm:^7.2.14"
2765+
"@mui/utils": "npm:^5.15.14"
2766+
"@types/react-transition-group": "npm:^4.4.10"
2767+
clsx: "npm:^2.1.0"
2768+
csstype: "npm:^3.1.3"
2769+
prop-types: "npm:^15.8.1"
2770+
react-is: "npm:^18.2.0"
2771+
react-transition-group: "npm:^4.4.5"
2772+
peerDependencies:
2773+
"@emotion/react": ^11.5.0
2774+
"@emotion/styled": ^11.3.0
2775+
"@types/react": ^17.0.0 || ^18.0.0
2776+
react: ^17.0.0 || ^18.0.0
2777+
react-dom: ^17.0.0 || ^18.0.0
2778+
peerDependenciesMeta:
2779+
"@emotion/react":
2780+
optional: true
2781+
"@emotion/styled":
2782+
optional: true
2783+
"@types/react":
2784+
optional: true
2785+
checksum: 10/92618aaefc85b4d4a6012dba48fe4b4936db45c1afd3436b148c81d8b8d0a001c57fd654bd101f94077979f1cf4e3ad5a7e5dd24a6f1b666f3d2e23d75a63f84
2786+
languageName: node
2787+
linkType: hard
2788+
27332789
"@mui/private-theming@npm:^5.15.14":
27342790
version: 5.15.14
27352791
resolution: "@mui/private-theming@npm:5.15.14"
@@ -7683,9 +7739,9 @@ __metadata:
76837739
"@graasp/apps-query-client": "npm:3.4.15"
76847740
"@graasp/sdk": "npm:4.12.0"
76857741
"@graasp/ui": "npm:4.19.1"
7686-
"@mui/icons-material": "npm:5.15.18"
7742+
"@mui/icons-material": "npm:5.15.19"
76877743
"@mui/lab": "npm:5.0.0-alpha.170"
7688-
"@mui/material": "npm:5.15.18"
7744+
"@mui/material": "npm:5.15.19"
76897745
"@sentry/react": "npm:7.116.0"
76907746
"@tanstack/react-query": "npm:^4.36.1"
76917747
"@tanstack/react-query-devtools": "npm:^4.36.1"

0 commit comments

Comments
 (0)