Skip to content

Commit 2c74389

Browse files
chore(deps): update material-ui monorepo to v7
1 parent ea74592 commit 2c74389

File tree

6 files changed

+80
-91
lines changed

6 files changed

+80
-91
lines changed

apis/nucleus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"devDependencies": {
77
"@emotion/react": "^11.14.0",
88
"@emotion/styled": "^11.14.1",
9-
"@mui/icons-material": "^6.5.0",
10-
"@mui/material": "^6.5.0",
9+
"@mui/icons-material": "^7.3.4",
10+
"@mui/material": "^7.3.4",
1111
"@nebula.js/conversion": "^6.0.1",
1212
"@nebula.js/locale": "^6.0.1",
1313
"@nebula.js/supernova": "^6.0.1",

apis/stardust/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"module": "esm/index.js",
33
"peerDependencies": {
4-
"@mui/material": "^6.5.0",
5-
"@mui/icons-material": "^6.5.0",
4+
"@mui/material": "^7.3.4",
5+
"@mui/icons-material": "^7.3.4",
66
"@emotion/react": "^11.14.0",
77
"@emotion/styled": "^11.14.1",
88
"react": "^17.0.2 || ^18.1.0",

apis/stardust/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"devDependencies": {
4444
"@emotion/react": "^11.14.0",
4545
"@emotion/styled": "^11.14.1",
46-
"@mui/icons-material": "^6.5.0",
47-
"@mui/material": "^6.5.0",
46+
"@mui/icons-material": "^7.3.4",
47+
"@mui/material": "^7.3.4",
4848
"@nebula.js/conversion": "^6.0.1",
4949
"@nebula.js/enigma-mocker": "^6.0.1",
5050
"@nebula.js/locale": "^6.0.1",

commands/serve/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@babel/core": "7.28.4",
5454
"@babel/preset-env": "7.28.3",
5555
"@babel/preset-react": "7.27.1",
56-
"@mui/material": "^6.5.0",
57-
"@mui/system": "^6.5.0",
56+
"@mui/material": "^7.3.4",
57+
"@mui/system": "^7.3.3",
5858
"@nebula.js/enigma-mocker": "^6.0.1",
5959
"@nebula.js/nucleus": "^6.0.1",
6060
"@nebula.js/snapshooter": "^6.0.1",

packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"peerDependencies": {
1010
"@emotion/react": "^11.14.0",
1111
"@emotion/styled": "^11.14.1",
12-
"@mui/icons-material": "^6.5.0",
13-
"@mui/material": "^6.5.0",
12+
"@mui/icons-material": "^7.3.4",
13+
"@mui/material": "^7.3.4",
1414
"react": "^18.3.1",
1515
"react-dom": "^18.3.1"
1616
},
1717
"devDependencies": {
1818
"@emotion/react": "^11.14.0",
1919
"@emotion/styled": "^11.14.1",
20-
"@mui/icons-material": "^6.5.0",
21-
"@mui/material": "^6.5.0",
20+
"@mui/icons-material": "^7.3.4",
21+
"@mui/material": "^7.3.4",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1"
2424
}

yarn.lock

Lines changed: 68 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ __metadata:
23142314
languageName: node
23152315
linkType: hard
23162316

2317-
"@babel/runtime@npm:^7.26.0":
2317+
"@babel/runtime@npm:^7.28.4":
23182318
version: 7.28.4
23192319
resolution: "@babel/runtime@npm:7.28.4"
23202320
checksum: 10c0/792ce7af9750fb9b93879cc9d1db175701c4689da890e6ced242ea0207c9da411ccf16dc04e689cc01158b28d7898c40d75598f4559109f761c12ce01e959bf7
@@ -2880,19 +2880,6 @@ __metadata:
28802880
languageName: node
28812881
linkType: hard
28822882

2883-
"@emotion/cache@npm:^11.13.5":
2884-
version: 11.13.5
2885-
resolution: "@emotion/cache@npm:11.13.5"
2886-
dependencies:
2887-
"@emotion/memoize": "npm:^0.9.0"
2888-
"@emotion/sheet": "npm:^1.4.0"
2889-
"@emotion/utils": "npm:^1.4.2"
2890-
"@emotion/weak-memoize": "npm:^0.4.0"
2891-
stylis: "npm:4.2.0"
2892-
checksum: 10c0/fc669bf2add27ddff7b1f341b54e7124379156285095f0b38fb846efe90c64c70d2826f73bc734358a4fce04578229774a38ff4de2599d286461bfca57ba7d23
2893-
languageName: node
2894-
linkType: hard
2895-
28962883
"@emotion/cache@npm:^11.14.0":
28972884
version: 11.14.0
28982885
resolution: "@emotion/cache@npm:11.14.0"
@@ -4139,49 +4126,49 @@ __metadata:
41394126
languageName: node
41404127
linkType: hard
41414128

4142-
"@mui/core-downloads-tracker@npm:^6.5.0":
4143-
version: 6.5.0
4144-
resolution: "@mui/core-downloads-tracker@npm:6.5.0"
4145-
checksum: 10c0/dea763c8d4b4f9415d6c6ac3a04115d04c249461ce5635f0012a75b91c38f43c0d0411201664a77c7ff10ff11ea12a0bfeea6562ec22ceec6bac82478b6384c3
4129+
"@mui/core-downloads-tracker@npm:^7.3.4":
4130+
version: 7.3.4
4131+
resolution: "@mui/core-downloads-tracker@npm:7.3.4"
4132+
checksum: 10c0/938037e8a1141edf9bef744248dcddd91277d08ddf9de0a24d027fd8debea7bf81da22f01902d5979df4f9d3ef4931069131f2ce6e0c0d8e82a286896a1e372c
41464133
languageName: node
41474134
linkType: hard
41484135

4149-
"@mui/icons-material@npm:^6.5.0":
4150-
version: 6.5.0
4151-
resolution: "@mui/icons-material@npm:6.5.0"
4136+
"@mui/icons-material@npm:^7.3.4":
4137+
version: 7.3.4
4138+
resolution: "@mui/icons-material@npm:7.3.4"
41524139
dependencies:
4153-
"@babel/runtime": "npm:^7.26.0"
4140+
"@babel/runtime": "npm:^7.28.4"
41544141
peerDependencies:
4155-
"@mui/material": ^6.5.0
4142+
"@mui/material": ^7.3.4
41564143
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
41574144
react: ^17.0.0 || ^18.0.0 || ^19.0.0
41584145
peerDependenciesMeta:
41594146
"@types/react":
41604147
optional: true
4161-
checksum: 10c0/0afec2280e8dde4ff34686481497c4b3ced8193f0038bf8984fd502808c053ba8464c35409def0380424cade1d282f647fac1db7c55046b2b232b0d2c52a589d
4148+
checksum: 10c0/09c5708f0a96979dafeefdfbaef4950463e987bdc283874831d67ae0ce32cbc946bf408ba5084bd7a8f57af0cb87c3fdfddcf4c21e0946bb5e17c34abfd49d80
41624149
languageName: node
41634150
linkType: hard
41644151

4165-
"@mui/material@npm:^6.5.0":
4166-
version: 6.5.0
4167-
resolution: "@mui/material@npm:6.5.0"
4152+
"@mui/material@npm:^7.3.4":
4153+
version: 7.3.4
4154+
resolution: "@mui/material@npm:7.3.4"
41684155
dependencies:
4169-
"@babel/runtime": "npm:^7.26.0"
4170-
"@mui/core-downloads-tracker": "npm:^6.5.0"
4171-
"@mui/system": "npm:^6.5.0"
4172-
"@mui/types": "npm:~7.2.24"
4173-
"@mui/utils": "npm:^6.4.9"
4156+
"@babel/runtime": "npm:^7.28.4"
4157+
"@mui/core-downloads-tracker": "npm:^7.3.4"
4158+
"@mui/system": "npm:^7.3.3"
4159+
"@mui/types": "npm:^7.4.7"
4160+
"@mui/utils": "npm:^7.3.3"
41744161
"@popperjs/core": "npm:^2.11.8"
41754162
"@types/react-transition-group": "npm:^4.4.12"
41764163
clsx: "npm:^2.1.1"
41774164
csstype: "npm:^3.1.3"
41784165
prop-types: "npm:^15.8.1"
4179-
react-is: "npm:^19.0.0"
4166+
react-is: "npm:^19.1.1"
41804167
react-transition-group: "npm:^4.4.5"
41814168
peerDependencies:
41824169
"@emotion/react": ^11.5.0
41834170
"@emotion/styled": ^11.3.0
4184-
"@mui/material-pigment-css": ^6.5.0
4171+
"@mui/material-pigment-css": ^7.3.3
41854172
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
41864173
react: ^17.0.0 || ^18.0.0 || ^19.0.0
41874174
react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0
@@ -4194,33 +4181,33 @@ __metadata:
41944181
optional: true
41954182
"@types/react":
41964183
optional: true
4197-
checksum: 10c0/24dfb582fe4655cc8e15476637d60d17cc1be6326be36d7fbc8c9a99f044ba10e5b68841f292e2cd1ce7e1ca26bc1006e37e7bba1e6979992850c907aa4c17b4
4184+
checksum: 10c0/bd6ad058c3505bb8b680113ade6ac2cb20b21f7bc6a53c202c89a950b3570586e16646a7a04930ef6ea707a77000440d73b246301ff0d09380b2fb392452b678
41984185
languageName: node
41994186
linkType: hard
42004187

4201-
"@mui/private-theming@npm:^6.4.9":
4202-
version: 6.4.9
4203-
resolution: "@mui/private-theming@npm:6.4.9"
4188+
"@mui/private-theming@npm:^7.3.3":
4189+
version: 7.3.3
4190+
resolution: "@mui/private-theming@npm:7.3.3"
42044191
dependencies:
4205-
"@babel/runtime": "npm:^7.26.0"
4206-
"@mui/utils": "npm:^6.4.9"
4192+
"@babel/runtime": "npm:^7.28.4"
4193+
"@mui/utils": "npm:^7.3.3"
42074194
prop-types: "npm:^15.8.1"
42084195
peerDependencies:
42094196
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
42104197
react: ^17.0.0 || ^18.0.0 || ^19.0.0
42114198
peerDependenciesMeta:
42124199
"@types/react":
42134200
optional: true
4214-
checksum: 10c0/3b198fad085b9ce5092cb2ad2aceee5f6a643f68f4fb1469d0748615490b8b9228179a6564be9c6784aa6f1f42a9afe61f1ad5ce0af56858e9bb58d36472e339
4201+
checksum: 10c0/67b9a6c7cfd8f2c3c1236ea67573ca306c1c02075a795d308ef52adcdeefc8fca155e1d7f725ea961dde7c11f7f9961dd3cf4ce9a082128b28abc7666f0b141c
42154202
languageName: node
42164203
linkType: hard
42174204

4218-
"@mui/styled-engine@npm:^6.5.0":
4219-
version: 6.5.0
4220-
resolution: "@mui/styled-engine@npm:6.5.0"
4205+
"@mui/styled-engine@npm:^7.3.3":
4206+
version: 7.3.3
4207+
resolution: "@mui/styled-engine@npm:7.3.3"
42214208
dependencies:
4222-
"@babel/runtime": "npm:^7.26.0"
4223-
"@emotion/cache": "npm:^11.13.5"
4209+
"@babel/runtime": "npm:^7.28.4"
4210+
"@emotion/cache": "npm:^11.14.0"
42244211
"@emotion/serialize": "npm:^1.3.3"
42254212
"@emotion/sheet": "npm:^1.4.0"
42264213
csstype: "npm:^3.1.3"
@@ -4234,19 +4221,19 @@ __metadata:
42344221
optional: true
42354222
"@emotion/styled":
42364223
optional: true
4237-
checksum: 10c0/aa44806d2cdd1b65c756a97927edcd7907cc5649d206382b5b5b8c27f899552a002e713fb167aa0e5aa980542bd309166113830dc550672d7598ad5993e7ff66
4224+
checksum: 10c0/8e38f3b15b2ed4e736d27d4ea3379b05f2fe9bddcd83f52870a3a055193c52b21ef4a7b6007c108e19bf03f46f04483e803834353fc901ab8d2975b76dc5f930
42384225
languageName: node
42394226
linkType: hard
42404227

4241-
"@mui/system@npm:^6.5.0":
4242-
version: 6.5.0
4243-
resolution: "@mui/system@npm:6.5.0"
4228+
"@mui/system@npm:^7.3.3":
4229+
version: 7.3.3
4230+
resolution: "@mui/system@npm:7.3.3"
42444231
dependencies:
4245-
"@babel/runtime": "npm:^7.26.0"
4246-
"@mui/private-theming": "npm:^6.4.9"
4247-
"@mui/styled-engine": "npm:^6.5.0"
4248-
"@mui/types": "npm:~7.2.24"
4249-
"@mui/utils": "npm:^6.4.9"
4232+
"@babel/runtime": "npm:^7.28.4"
4233+
"@mui/private-theming": "npm:^7.3.3"
4234+
"@mui/styled-engine": "npm:^7.3.3"
4235+
"@mui/types": "npm:^7.4.7"
4236+
"@mui/utils": "npm:^7.3.3"
42504237
clsx: "npm:^2.1.1"
42514238
csstype: "npm:^3.1.3"
42524239
prop-types: "npm:^15.8.1"
@@ -4262,39 +4249,41 @@ __metadata:
42624249
optional: true
42634250
"@types/react":
42644251
optional: true
4265-
checksum: 10c0/2603ca8997625924e867504a53a20f81ad2dd7f3abb314709175341e4d2143bb22e2a9b4e8a008c92bf12e0333775dec651e8b9c237c4848650aabb60d8dab06
4252+
checksum: 10c0/b232a978c88bd51af8809197ead9269b19fcf26a6f7091337b1a5adb0c2f2ca51376b73695d3795a3c80c933e0572843f902aaf2c85e0755112b7e6e78de884a
42664253
languageName: node
42674254
linkType: hard
42684255

4269-
"@mui/types@npm:~7.2.24":
4270-
version: 7.2.24
4271-
resolution: "@mui/types@npm:7.2.24"
4256+
"@mui/types@npm:^7.4.7":
4257+
version: 7.4.7
4258+
resolution: "@mui/types@npm:7.4.7"
4259+
dependencies:
4260+
"@babel/runtime": "npm:^7.28.4"
42724261
peerDependencies:
42734262
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
42744263
peerDependenciesMeta:
42754264
"@types/react":
42764265
optional: true
4277-
checksum: 10c0/7756339cae70e9b684c4311924e4e3882f908552b69c434b4d13faf2f5908ce72fe889a31890257c5ad42a085207be7c1661981dfc683293e90ac6dfac3759d0
4266+
checksum: 10c0/f2d5104a7169be5b7abe5f51be4d774517486932d8d3d8eac9a90c2f256b36af1cfe7c62ae47ee0e8680eb9b7b561c3b3b4b0dc9156123bf56c6453f8027492d
42784267
languageName: node
42794268
linkType: hard
42804269

4281-
"@mui/utils@npm:^6.4.9":
4282-
version: 6.4.9
4283-
resolution: "@mui/utils@npm:6.4.9"
4270+
"@mui/utils@npm:^7.3.3":
4271+
version: 7.3.3
4272+
resolution: "@mui/utils@npm:7.3.3"
42844273
dependencies:
4285-
"@babel/runtime": "npm:^7.26.0"
4286-
"@mui/types": "npm:~7.2.24"
4287-
"@types/prop-types": "npm:^15.7.14"
4274+
"@babel/runtime": "npm:^7.28.4"
4275+
"@mui/types": "npm:^7.4.7"
4276+
"@types/prop-types": "npm:^15.7.15"
42884277
clsx: "npm:^2.1.1"
42894278
prop-types: "npm:^15.8.1"
4290-
react-is: "npm:^19.0.0"
4279+
react-is: "npm:^19.1.1"
42914280
peerDependencies:
42924281
"@types/react": ^17.0.0 || ^18.0.0 || ^19.0.0
42934282
react: ^17.0.0 || ^18.0.0 || ^19.0.0
42944283
peerDependenciesMeta:
42954284
"@types/react":
42964285
optional: true
4297-
checksum: 10c0/27122262bc24d31e8906e3133f3f6e6c858733802019e0e9ec6dedf632ca46287ab3735c9da6be7a7e0b4f043ced9b8f36b5b21bfef1d96ecfa5d150ea458508
4286+
checksum: 10c0/43a87f8cee97b7f29d30f4f0014148081ad5d56e660d6750fb42b3247b1c9e032a026939966827232f930831512b91b6c94b32e1c1ccd553242fd049b6e8fe80
42984287
languageName: node
42994288
linkType: hard
43004289

@@ -4377,8 +4366,8 @@ __metadata:
43774366
"@babel/core": "npm:7.28.4"
43784367
"@babel/preset-env": "npm:7.28.3"
43794368
"@babel/preset-react": "npm:7.27.1"
4380-
"@mui/material": "npm:^6.5.0"
4381-
"@mui/system": "npm:^6.5.0"
4369+
"@mui/material": "npm:^7.3.4"
4370+
"@mui/system": "npm:^7.3.3"
43824371
"@nebula.js/cli-build": "npm:^6.0.1"
43834372
"@nebula.js/enigma-mocker": "npm:^6.0.1"
43844373
"@nebula.js/nucleus": "npm:^6.0.1"
@@ -4463,8 +4452,8 @@ __metadata:
44634452
dependencies:
44644453
"@emotion/react": "npm:^11.14.0"
44654454
"@emotion/styled": "npm:^11.14.1"
4466-
"@mui/icons-material": "npm:^6.5.0"
4467-
"@mui/material": "npm:^6.5.0"
4455+
"@mui/icons-material": "npm:^7.3.4"
4456+
"@mui/material": "npm:^7.3.4"
44684457
"@nebula.js/conversion": "npm:^6.0.1"
44694458
"@nebula.js/locale": "npm:^6.0.1"
44704459
"@nebula.js/supernova": "npm:^6.0.1"
@@ -4498,8 +4487,8 @@ __metadata:
44984487
dependencies:
44994488
"@emotion/react": "npm:^11.14.0"
45004489
"@emotion/styled": "npm:^11.14.1"
4501-
"@mui/icons-material": "npm:^6.5.0"
4502-
"@mui/material": "npm:^6.5.0"
4490+
"@mui/icons-material": "npm:^7.3.4"
4491+
"@mui/material": "npm:^7.3.4"
45034492
"@nebula.js/conversion": "npm:^6.0.1"
45044493
"@nebula.js/enigma-mocker": "npm:^6.0.1"
45054494
"@nebula.js/locale": "npm:^6.0.1"
@@ -4558,15 +4547,15 @@ __metadata:
45584547
dependencies:
45594548
"@emotion/react": "npm:^11.14.0"
45604549
"@emotion/styled": "npm:^11.14.1"
4561-
"@mui/icons-material": "npm:^6.5.0"
4562-
"@mui/material": "npm:^6.5.0"
4550+
"@mui/icons-material": "npm:^7.3.4"
4551+
"@mui/material": "npm:^7.3.4"
45634552
react: "npm:18.3.1"
45644553
react-dom: "npm:18.3.1"
45654554
peerDependencies:
45664555
"@emotion/react": ^11.14.0
45674556
"@emotion/styled": ^11.14.1
4568-
"@mui/icons-material": ^6.5.0
4569-
"@mui/material": ^6.5.0
4557+
"@mui/icons-material": ^7.3.4
4558+
"@mui/material": ^7.3.4
45704559
react: ^18.3.1
45714560
react-dom: ^18.3.1
45724561
languageName: unknown
@@ -6076,7 +6065,7 @@ __metadata:
60766065
languageName: node
60776066
linkType: hard
60786067

6079-
"@types/prop-types@npm:^15.7.14":
6068+
"@types/prop-types@npm:^15.7.15":
60806069
version: 15.7.15
60816070
resolution: "@types/prop-types@npm:15.7.15"
60826071
checksum: 10c0/b59aad1ad19bf1733cf524fd4e618196c6c7690f48ee70a327eb450a42aab8e8a063fbe59ca0a5701aebe2d92d582292c0fb845ea57474f6a15f6994b0e260b2

0 commit comments

Comments
 (0)