Skip to content

Commit 06ae69f

Browse files
build(deps): Bump the mui group with 2 updates (#4634)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Proffitt <[email protected]>
1 parent 0ba00ec commit 06ae69f

File tree

3 files changed

+36
-42
lines changed

3 files changed

+36
-42
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"dependencies": {
5353
"@emotion/react": "^11.14.0",
5454
"@emotion/styled": "^11.14.0",
55-
"@mui/icons-material": "^6.4.0",
55+
"@mui/icons-material": "^6.4.1",
5656
"@mui/lab": "^6.0.0-beta.21",
57-
"@mui/material": "^6.4.0",
57+
"@mui/material": "^6.4.1",
5858
"@tanstack/react-query": "^5.65.0",
5959
"@types/styled-components": "^5.1.34",
6060
"ansi-styles": "^6.2.1",

ui/components/__tests__/__snapshots__/Page.test.tsx.snap

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,6 @@ exports[`Page snapshots default 1`] = `
234234
tabindex="0"
235235
target="_blank"
236236
>
237-
<span
238-
class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
239-
/>
240237
<div
241238
class="c4 c12"
242239
>
@@ -262,9 +259,6 @@ exports[`Page snapshots default 1`] = `
262259
tabindex="0"
263260
type="button"
264261
>
265-
<span
266-
class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
267-
/>
268262
<div
269263
class="c4 c12"
270264
>

yarn.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2532,26 +2532,26 @@ __metadata:
25322532
languageName: node
25332533
linkType: hard
25342534

2535-
"@mui/core-downloads-tracker@npm:^6.4.0":
2536-
version: 6.4.0
2537-
resolution: "@mui/core-downloads-tracker@npm:6.4.0"
2538-
checksum: 10c0/48112fb90df2fe58fdbc8ca9c8fac3487dc3aa0fbc31bd1e6b373f43f5bbb23d6fc673686b42cb46723e2d8c66ae914ecb9397c38e7d43a340ec6cbe07e1469d
2535+
"@mui/core-downloads-tracker@npm:^6.4.1":
2536+
version: 6.4.1
2537+
resolution: "@mui/core-downloads-tracker@npm:6.4.1"
2538+
checksum: 10c0/5c35592eecb6b9b64b23003975a8ce20fadb9e9b712a78dd552b5ea835d06e8e4d7b7cb84f471f5658b5285de317a860b40597ad3c5e494e84f0ae0daf35fd6b
25392539
languageName: node
25402540
linkType: hard
25412541

2542-
"@mui/icons-material@npm:^6.4.0":
2543-
version: 6.4.0
2544-
resolution: "@mui/icons-material@npm:6.4.0"
2542+
"@mui/icons-material@npm:^6.4.1":
2543+
version: 6.4.1
2544+
resolution: "@mui/icons-material@npm:6.4.1"
25452545
dependencies:
25462546
"@babel/runtime": "npm:^7.26.0"
25472547
peerDependencies:
2548-
"@mui/material": ^6.4.0
2548+
"@mui/material": ^6.4.1
25492549
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
25502550
react: ^17.0.0 || ^18.0.0 || ^19.0.0
25512551
peerDependenciesMeta:
25522552
"@types/react":
25532553
optional: true
2554-
checksum: 10c0/5e05dbb67e0f7e0c046d5665bebf41df487b31ce617987ac0e8da9c539221bad7e523bf77f0f0153b35aadb56f02146aded567e8032ba608696f70b708d505c0
2554+
checksum: 10c0/f551aea11f0c3a6ff0336333e1cf28b69d7965e5984643067e5f8563eabf1434dee910c9b4beb530f785f191b0ec14520d9c41fd8ee6649f4f8d26f831f02ba8
25552555
languageName: node
25562556
linkType: hard
25572557

@@ -2584,15 +2584,15 @@ __metadata:
25842584
languageName: node
25852585
linkType: hard
25862586

2587-
"@mui/material@npm:^6.4.0":
2588-
version: 6.4.0
2589-
resolution: "@mui/material@npm:6.4.0"
2587+
"@mui/material@npm:^6.4.1":
2588+
version: 6.4.1
2589+
resolution: "@mui/material@npm:6.4.1"
25902590
dependencies:
25912591
"@babel/runtime": "npm:^7.26.0"
2592-
"@mui/core-downloads-tracker": "npm:^6.4.0"
2593-
"@mui/system": "npm:^6.4.0"
2592+
"@mui/core-downloads-tracker": "npm:^6.4.1"
2593+
"@mui/system": "npm:^6.4.1"
25942594
"@mui/types": "npm:^7.2.21"
2595-
"@mui/utils": "npm:^6.4.0"
2595+
"@mui/utils": "npm:^6.4.1"
25962596
"@popperjs/core": "npm:^2.11.8"
25972597
"@types/react-transition-group": "npm:^4.4.12"
25982598
clsx: "npm:^2.1.1"
@@ -2603,7 +2603,7 @@ __metadata:
26032603
peerDependencies:
26042604
"@emotion/react": ^11.5.0
26052605
"@emotion/styled": ^11.3.0
2606-
"@mui/material-pigment-css": ^6.4.0
2606+
"@mui/material-pigment-css": ^6.4.1
26072607
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
26082608
react: ^17.0.0 || ^18.0.0 || ^19.0.0
26092609
react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0
@@ -2616,7 +2616,7 @@ __metadata:
26162616
optional: true
26172617
"@types/react":
26182618
optional: true
2619-
checksum: 10c0/5bd9757b578827d841934725a7145ae1d295cbc979fec4fb1a099c439ae0db1a67ace47b2a94f289ac5289d16b0167ebba9a4e98b0499840555b60fb5b549923
2619+
checksum: 10c0/c5ad8ab4339e145cac815cd9fdd9c909d5e2e5edf4997b8afe5edc320f3a020ddb857b5939f6a4453a34d996e3f334804c3858c5dc5f0bfede087e7d6b5e574e
26202620
languageName: node
26212621
linkType: hard
26222622

@@ -2637,20 +2637,20 @@ __metadata:
26372637
languageName: node
26382638
linkType: hard
26392639

2640-
"@mui/private-theming@npm:^6.4.0":
2641-
version: 6.4.0
2642-
resolution: "@mui/private-theming@npm:6.4.0"
2640+
"@mui/private-theming@npm:^6.4.1":
2641+
version: 6.4.1
2642+
resolution: "@mui/private-theming@npm:6.4.1"
26432643
dependencies:
26442644
"@babel/runtime": "npm:^7.26.0"
2645-
"@mui/utils": "npm:^6.4.0"
2645+
"@mui/utils": "npm:^6.4.1"
26462646
prop-types: "npm:^15.8.1"
26472647
peerDependencies:
26482648
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
26492649
react: ^17.0.0 || ^18.0.0 || ^19.0.0
26502650
peerDependenciesMeta:
26512651
"@types/react":
26522652
optional: true
2653-
checksum: 10c0/3e89ff9e6baf85b1bdb0ed55e1ef50dadd95991ed498928e1764c1255fa174c0d134a46beebb1e4faabc22820b404923911c2bf6e9692fd269a77522c356eb6c
2653+
checksum: 10c0/5b6936e6dff6218373579f901aabba01eea1953e97a5b4b695736aeebca2d39fc7c2b4d0e54ab064d1ba99a6ffce0d907098791ecec28795f7da25c1bd0d33cb
26542654
languageName: node
26552655
linkType: hard
26562656

@@ -2728,15 +2728,15 @@ __metadata:
27282728
languageName: node
27292729
linkType: hard
27302730

2731-
"@mui/system@npm:^6.4.0":
2732-
version: 6.4.0
2733-
resolution: "@mui/system@npm:6.4.0"
2731+
"@mui/system@npm:^6.4.1":
2732+
version: 6.4.1
2733+
resolution: "@mui/system@npm:6.4.1"
27342734
dependencies:
27352735
"@babel/runtime": "npm:^7.26.0"
2736-
"@mui/private-theming": "npm:^6.4.0"
2736+
"@mui/private-theming": "npm:^6.4.1"
27372737
"@mui/styled-engine": "npm:^6.4.0"
27382738
"@mui/types": "npm:^7.2.21"
2739-
"@mui/utils": "npm:^6.4.0"
2739+
"@mui/utils": "npm:^6.4.1"
27402740
clsx: "npm:^2.1.1"
27412741
csstype: "npm:^3.1.3"
27422742
prop-types: "npm:^15.8.1"
@@ -2752,7 +2752,7 @@ __metadata:
27522752
optional: true
27532753
"@types/react":
27542754
optional: true
2755-
checksum: 10c0/5e8d82674693d747b947ce4e5c1a11fff148c5242b2af898d80575e780f0abd3857f234a47b1cec16ca02334ecc7450f0afb5e311ddee9e9cf342e5bf3c7c1fc
2755+
checksum: 10c0/34d731fb5faf1a6242c9faca5672a4b8722ac97cf5d1fd58cf85cce093cfbd2249ed57dd4c33e8f3b879c611e0fab56bb9e0e8fc1b7c8a49cbe4dd39ba32f98d
27562756
languageName: node
27572757
linkType: hard
27582758

@@ -2800,9 +2800,9 @@ __metadata:
28002800
languageName: node
28012801
linkType: hard
28022802

2803-
"@mui/utils@npm:^6.4.0":
2804-
version: 6.4.0
2805-
resolution: "@mui/utils@npm:6.4.0"
2803+
"@mui/utils@npm:^6.4.1":
2804+
version: 6.4.1
2805+
resolution: "@mui/utils@npm:6.4.1"
28062806
dependencies:
28072807
"@babel/runtime": "npm:^7.26.0"
28082808
"@mui/types": "npm:^7.2.21"
@@ -2816,7 +2816,7 @@ __metadata:
28162816
peerDependenciesMeta:
28172817
"@types/react":
28182818
optional: true
2819-
checksum: 10c0/c72ab7685affb577f1b48a5f5be02d11254cddf858cc35d61e0483434249cc064f2d145e9e72be60c344f31ccc7d6e61c59a256413b7e68077e883c0ffc8882e
2819+
checksum: 10c0/c0cfb8737db7c5709ce35ebdf739c5014914a1344e1b305d13a75b061b970656777eaf01f6fbdb8f209da91c086ab36dd3f5ddc1c94237c5868a383cdd1aad81
28202820
languageName: node
28212821
linkType: hard
28222822

@@ -4465,9 +4465,9 @@ __metadata:
44654465
"@emotion/react": "npm:^11.14.0"
44664466
"@emotion/styled": "npm:^11.14.0"
44674467
"@eslint/js": "npm:9.19.0"
4468-
"@mui/icons-material": "npm:^6.4.0"
4468+
"@mui/icons-material": "npm:^6.4.1"
44694469
"@mui/lab": "npm:^6.0.0-beta.21"
4470-
"@mui/material": "npm:^6.4.0"
4470+
"@mui/material": "npm:^6.4.1"
44714471
"@parcel/config-default": "npm:^2.13.3"
44724472
"@parcel/core": "npm:^2.13.3"
44734473
"@parcel/optimizer-data-url": "npm:^2.13.3"

0 commit comments

Comments
 (0)