Skip to content

Commit fc66344

Browse files
fix(deps): update mui (non-major) (#222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f035eae commit fc66344

File tree

2 files changed

+95
-11
lines changed

2 files changed

+95
-11
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@graasp/apps-query-client": "^3.4.8",
3333
"@graasp/sdk": "4.5.0",
3434
"@graasp/ui": "4.13.0",
35-
"@mui/icons-material": "5.15.14",
36-
"@mui/lab": "5.0.0-alpha.169",
37-
"@mui/material": "5.15.14",
35+
"@mui/icons-material": "5.15.15",
36+
"@mui/lab": "5.0.0-alpha.170",
37+
"@mui/material": "5.15.15",
3838
"@mui/x-data-grid": "^6.19.4",
3939
"@nivo/boxplot": "^0.85.1",
4040
"@sentry/react": "7.109.0",

yarn.lock

Lines changed: 92 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,6 +3032,13 @@ __metadata:
30323032
languageName: node
30333033
linkType: hard
30343034

3035+
"@mui/core-downloads-tracker@npm:^5.15.15":
3036+
version: 5.15.15
3037+
resolution: "@mui/core-downloads-tracker@npm:5.15.15"
3038+
checksum: 10/3e99a04e03f66d5fa5f0c23cdce0f9fa2331ba08c99a75dc2347ccaa1c6ed520153e04aaeb0d613c9dca099a3e6242558a6284c33d93f95cc65e3243b17860bc
3039+
languageName: node
3040+
linkType: hard
3041+
30353042
"@mui/icons-material@npm:5.15.14":
30363043
version: 5.15.14
30373044
resolution: "@mui/icons-material@npm:5.15.14"
@@ -3048,13 +3055,29 @@ __metadata:
30483055
languageName: node
30493056
linkType: hard
30503057

3051-
"@mui/lab@npm:5.0.0-alpha.169":
3052-
version: 5.0.0-alpha.169
3053-
resolution: "@mui/lab@npm:5.0.0-alpha.169"
3058+
"@mui/icons-material@npm:5.15.15":
3059+
version: 5.15.15
3060+
resolution: "@mui/icons-material@npm:5.15.15"
3061+
dependencies:
3062+
"@babel/runtime": "npm:^7.23.9"
3063+
peerDependencies:
3064+
"@mui/material": ^5.0.0
3065+
"@types/react": ^17.0.0 || ^18.0.0
3066+
react: ^17.0.0 || ^18.0.0
3067+
peerDependenciesMeta:
3068+
"@types/react":
3069+
optional: true
3070+
checksum: 10/e8810d7ffbba914baf21509e5d664f5f23bdba5d2a7ec7c485a3c7ddbbcb417e555c31feff2a3fa9c7d7fa0d22d4380f32488559ab3b170d891641dbc2161b22
3071+
languageName: node
3072+
linkType: hard
3073+
3074+
"@mui/lab@npm:5.0.0-alpha.170":
3075+
version: 5.0.0-alpha.170
3076+
resolution: "@mui/lab@npm:5.0.0-alpha.170"
30543077
dependencies:
30553078
"@babel/runtime": "npm:^7.23.9"
30563079
"@mui/base": "npm:5.0.0-beta.40"
3057-
"@mui/system": "npm:^5.15.14"
3080+
"@mui/system": "npm:^5.15.15"
30583081
"@mui/types": "npm:^7.2.14"
30593082
"@mui/utils": "npm:^5.15.14"
30603083
clsx: "npm:^2.1.0"
@@ -3073,7 +3096,7 @@ __metadata:
30733096
optional: true
30743097
"@types/react":
30753098
optional: true
3076-
checksum: 10/6d8b08ae40ff6726507fe1fcf87b9030bbbee613a80e0e2cd58bf8039616f7295aa52509688db553a64420d554a701c2f5dae3b8a67e7875597e9a487ab73b6d
3099+
checksum: 10/be723d3824a8c56681c2fa71f3bfda5cad9404ed527ab82258ae85219fbb28e8080b90870954c064491699c15409fc2aa4e008e29011cadae1cb978179166f2d
30773100
languageName: node
30783101
linkType: hard
30793102

@@ -3110,6 +3133,39 @@ __metadata:
31103133
languageName: node
31113134
linkType: hard
31123135

3136+
"@mui/material@npm:5.15.15":
3137+
version: 5.15.15
3138+
resolution: "@mui/material@npm:5.15.15"
3139+
dependencies:
3140+
"@babel/runtime": "npm:^7.23.9"
3141+
"@mui/base": "npm:5.0.0-beta.40"
3142+
"@mui/core-downloads-tracker": "npm:^5.15.15"
3143+
"@mui/system": "npm:^5.15.15"
3144+
"@mui/types": "npm:^7.2.14"
3145+
"@mui/utils": "npm:^5.15.14"
3146+
"@types/react-transition-group": "npm:^4.4.10"
3147+
clsx: "npm:^2.1.0"
3148+
csstype: "npm:^3.1.3"
3149+
prop-types: "npm:^15.8.1"
3150+
react-is: "npm:^18.2.0"
3151+
react-transition-group: "npm:^4.4.5"
3152+
peerDependencies:
3153+
"@emotion/react": ^11.5.0
3154+
"@emotion/styled": ^11.3.0
3155+
"@types/react": ^17.0.0 || ^18.0.0
3156+
react: ^17.0.0 || ^18.0.0
3157+
react-dom: ^17.0.0 || ^18.0.0
3158+
peerDependenciesMeta:
3159+
"@emotion/react":
3160+
optional: true
3161+
"@emotion/styled":
3162+
optional: true
3163+
"@types/react":
3164+
optional: true
3165+
checksum: 10/e2803d078243ee5489bf693f7e9d421061dfda79b6ce74762f3a81e3c519cf69c18af179e4267fc9d0ce799898e6b3d7eac029e7dcfbea12dab5e867d641984b
3166+
languageName: node
3167+
linkType: hard
3168+
31133169
"@mui/private-theming@npm:^5.15.14":
31143170
version: 5.15.14
31153171
resolution: "@mui/private-theming@npm:5.15.14"
@@ -3176,6 +3232,34 @@ __metadata:
31763232
languageName: node
31773233
linkType: hard
31783234

3235+
"@mui/system@npm:^5.15.15":
3236+
version: 5.15.15
3237+
resolution: "@mui/system@npm:5.15.15"
3238+
dependencies:
3239+
"@babel/runtime": "npm:^7.23.9"
3240+
"@mui/private-theming": "npm:^5.15.14"
3241+
"@mui/styled-engine": "npm:^5.15.14"
3242+
"@mui/types": "npm:^7.2.14"
3243+
"@mui/utils": "npm:^5.15.14"
3244+
clsx: "npm:^2.1.0"
3245+
csstype: "npm:^3.1.3"
3246+
prop-types: "npm:^15.8.1"
3247+
peerDependencies:
3248+
"@emotion/react": ^11.5.0
3249+
"@emotion/styled": ^11.3.0
3250+
"@types/react": ^17.0.0 || ^18.0.0
3251+
react: ^17.0.0 || ^18.0.0
3252+
peerDependenciesMeta:
3253+
"@emotion/react":
3254+
optional: true
3255+
"@emotion/styled":
3256+
optional: true
3257+
"@types/react":
3258+
optional: true
3259+
checksum: 10/90a84ad0bc1b401b6e53b13fe9cfe8a34668e84885d391abf5ab80b3cd0f37370be25cb40af253cdd468746386282fed24964315933fcb28d2d6e62de0db7bf1
3260+
languageName: node
3261+
linkType: hard
3262+
31793263
"@mui/types@npm:^7.2.14":
31803264
version: 7.2.14
31813265
resolution: "@mui/types@npm:7.2.14"
@@ -9950,9 +10034,9 @@ __metadata:
995010034
"@graasp/apps-query-client": "npm:^3.4.8"
995110035
"@graasp/sdk": "npm:4.5.0"
995210036
"@graasp/ui": "npm:4.13.0"
9953-
"@mui/icons-material": "npm:5.15.14"
9954-
"@mui/lab": "npm:5.0.0-alpha.169"
9955-
"@mui/material": "npm:5.15.14"
10037+
"@mui/icons-material": "npm:5.15.15"
10038+
"@mui/lab": "npm:5.0.0-alpha.170"
10039+
"@mui/material": "npm:5.15.15"
995610040
"@mui/x-data-grid": "npm:^6.19.4"
995710041
"@nivo/boxplot": "npm:^0.85.1"
995810042
"@sentry/react": "npm:7.109.0"

0 commit comments

Comments
 (0)