@matterbridge/frontend 3.5.10 → 3.6.0-dev-20260905-a9a75f8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/assets/index.js +6 -6
- package/build/assets/vendor_emotion.js +1 -1
- package/build/assets/vendor_mdi.js +1 -1
- package/build/assets/vendor_mui.js +60 -36
- package/build/assets/vendor_node_modules.js +39 -39
- package/build/assets/vendor_notistack.js +1 -1
- package/build/assets/vendor_qrcode.js +1 -1
- package/build/assets/vendor_rjsf.js +1 -1
- package/npm-shrinkwrap.json +53 -53
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0-dev-20260905-a9a75f8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.6.0-dev-20260905-a9a75f8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
13
13
|
"@emotion/styled": "11.14.1",
|
|
14
14
|
"@mdi/js": "7.4.47",
|
|
15
15
|
"@mdi/react": "1.6.1",
|
|
16
|
-
"@mui/icons-material": "
|
|
17
|
-
"@mui/material": "
|
|
16
|
+
"@mui/icons-material": "9.4.0",
|
|
17
|
+
"@mui/material": "9.4.0",
|
|
18
18
|
"@rjsf/core": "6.8.0",
|
|
19
19
|
"@rjsf/utils": "6.8.0",
|
|
20
20
|
"@rjsf/validator-ajv8": "6.8.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"qrcode.react": "4.2.0",
|
|
23
23
|
"react": "19.2.8",
|
|
24
24
|
"react-dom": "19.2.8",
|
|
25
|
-
"react-router": "8.3.
|
|
25
|
+
"react-router": "8.3.1"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
|
|
@@ -368,9 +368,9 @@
|
|
|
368
368
|
}
|
|
369
369
|
},
|
|
370
370
|
"node_modules/@mui/core-downloads-tracker": {
|
|
371
|
-
"version": "
|
|
372
|
-
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-
|
|
373
|
-
"integrity": "sha512-
|
|
371
|
+
"version": "9.4.0",
|
|
372
|
+
"resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-9.4.0.tgz",
|
|
373
|
+
"integrity": "sha512-d+gIYM1raJP87yrVQcVg+Q3vycVMArMkgu/TjJLi2vTvO9FHKWNRR1xs9nnN4eLpM9nGxxm02UMvc9BrmcUKvQ==",
|
|
374
374
|
"license": "MIT",
|
|
375
375
|
"funding": {
|
|
376
376
|
"type": "opencollective",
|
|
@@ -378,12 +378,12 @@
|
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
380
|
"node_modules/@mui/icons-material": {
|
|
381
|
-
"version": "
|
|
382
|
-
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-
|
|
383
|
-
"integrity": "sha512-
|
|
381
|
+
"version": "9.4.0",
|
|
382
|
+
"resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-9.4.0.tgz",
|
|
383
|
+
"integrity": "sha512-5PVgBYtLOXTk6u0YUAjoV9GoTUQDbeZ8g+pus2h0GphLT/rpmftRnB5D/Kw6QCAovB7EyBX7UxKdZqPBBAHUKw==",
|
|
384
384
|
"license": "MIT",
|
|
385
385
|
"dependencies": {
|
|
386
|
-
"@babel/runtime": "^7.
|
|
386
|
+
"@babel/runtime": "^7.29.7"
|
|
387
387
|
},
|
|
388
388
|
"engines": {
|
|
389
389
|
"node": ">=14.0.0"
|
|
@@ -393,7 +393,7 @@
|
|
|
393
393
|
"url": "https://opencollective.com/mui-org"
|
|
394
394
|
},
|
|
395
395
|
"peerDependencies": {
|
|
396
|
-
"@mui/material": "^
|
|
396
|
+
"@mui/material": "^9.4.0",
|
|
397
397
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
398
398
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
399
399
|
},
|
|
@@ -404,22 +404,22 @@
|
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
"node_modules/@mui/material": {
|
|
407
|
-
"version": "
|
|
408
|
-
"resolved": "https://registry.npmjs.org/@mui/material/-/material-
|
|
409
|
-
"integrity": "sha512-
|
|
407
|
+
"version": "9.4.0",
|
|
408
|
+
"resolved": "https://registry.npmjs.org/@mui/material/-/material-9.4.0.tgz",
|
|
409
|
+
"integrity": "sha512-6KKUIvkQ2r/s48s9VZV9JEZ1W2dRa7RndVsF+Ipx4CYxDOQeozeRsS5r9NiheFf8A5hpbqJJIGoX7hjg5X4XUw==",
|
|
410
410
|
"license": "MIT",
|
|
411
411
|
"dependencies": {
|
|
412
|
-
"@babel/runtime": "^7.
|
|
413
|
-
"@mui/core-downloads-tracker": "^
|
|
414
|
-
"@mui/system": "^
|
|
415
|
-
"@mui/types": "^
|
|
416
|
-
"@mui/utils": "^
|
|
412
|
+
"@babel/runtime": "^7.29.7",
|
|
413
|
+
"@mui/core-downloads-tracker": "^9.4.0",
|
|
414
|
+
"@mui/system": "^9.4.0",
|
|
415
|
+
"@mui/types": "^9.4.0",
|
|
416
|
+
"@mui/utils": "^9.4.0",
|
|
417
417
|
"@popperjs/core": "^2.11.8",
|
|
418
418
|
"@types/react-transition-group": "^4.4.12",
|
|
419
419
|
"clsx": "^2.1.1",
|
|
420
420
|
"csstype": "^3.2.3",
|
|
421
421
|
"prop-types": "^15.8.1",
|
|
422
|
-
"react-is": "^19.2.
|
|
422
|
+
"react-is": "^19.2.8",
|
|
423
423
|
"react-transition-group": "^4.4.5"
|
|
424
424
|
},
|
|
425
425
|
"engines": {
|
|
@@ -432,7 +432,7 @@
|
|
|
432
432
|
"peerDependencies": {
|
|
433
433
|
"@emotion/react": "^11.5.0",
|
|
434
434
|
"@emotion/styled": "^11.3.0",
|
|
435
|
-
"@mui/material-pigment-css": "^
|
|
435
|
+
"@mui/material-pigment-css": "^9.4.0",
|
|
436
436
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
437
437
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
438
438
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -453,13 +453,13 @@
|
|
|
453
453
|
}
|
|
454
454
|
},
|
|
455
455
|
"node_modules/@mui/private-theming": {
|
|
456
|
-
"version": "
|
|
457
|
-
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-
|
|
458
|
-
"integrity": "sha512-
|
|
456
|
+
"version": "9.4.0",
|
|
457
|
+
"resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-9.4.0.tgz",
|
|
458
|
+
"integrity": "sha512-qQpX/2XPGDz5F2OIWzo4kkorURlDeXGKytRQudXCdLS5TuwKsMKaZyx77LZEVSB73c7o3UrLWwQ/goRuHBdtjw==",
|
|
459
459
|
"license": "MIT",
|
|
460
460
|
"dependencies": {
|
|
461
|
-
"@babel/runtime": "^7.
|
|
462
|
-
"@mui/utils": "^
|
|
461
|
+
"@babel/runtime": "^7.29.7",
|
|
462
|
+
"@mui/utils": "^9.4.0",
|
|
463
463
|
"prop-types": "^15.8.1"
|
|
464
464
|
},
|
|
465
465
|
"engines": {
|
|
@@ -480,12 +480,12 @@
|
|
|
480
480
|
}
|
|
481
481
|
},
|
|
482
482
|
"node_modules/@mui/styled-engine": {
|
|
483
|
-
"version": "
|
|
484
|
-
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-
|
|
485
|
-
"integrity": "sha512-
|
|
483
|
+
"version": "9.4.0",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-9.4.0.tgz",
|
|
485
|
+
"integrity": "sha512-SlqVEYqnyEgXMFW4JuIDMelyhKzoWBJ85v2mNCQd0XtU0uk7U9E1zaJZ06XqodhA8oJrb+4Q+3E/JlwBe4jWkw==",
|
|
486
486
|
"license": "MIT",
|
|
487
487
|
"dependencies": {
|
|
488
|
-
"@babel/runtime": "^7.
|
|
488
|
+
"@babel/runtime": "^7.29.7",
|
|
489
489
|
"@emotion/cache": "^11.14.0",
|
|
490
490
|
"@emotion/serialize": "^1.3.3",
|
|
491
491
|
"@emotion/sheet": "^1.4.0",
|
|
@@ -514,16 +514,16 @@
|
|
|
514
514
|
}
|
|
515
515
|
},
|
|
516
516
|
"node_modules/@mui/system": {
|
|
517
|
-
"version": "
|
|
518
|
-
"resolved": "https://registry.npmjs.org/@mui/system/-/system-
|
|
519
|
-
"integrity": "sha512-
|
|
517
|
+
"version": "9.4.0",
|
|
518
|
+
"resolved": "https://registry.npmjs.org/@mui/system/-/system-9.4.0.tgz",
|
|
519
|
+
"integrity": "sha512-AZz9z13oGS1J0BYeAFHTbV7PegCtPiE/uMEIi7TJ1kTx3Vkt+jUpLyXF/2uV8B6Y79iTh98kVeOH9fX3x3zXXg==",
|
|
520
520
|
"license": "MIT",
|
|
521
521
|
"dependencies": {
|
|
522
|
-
"@babel/runtime": "^7.
|
|
523
|
-
"@mui/private-theming": "^
|
|
524
|
-
"@mui/styled-engine": "^
|
|
525
|
-
"@mui/types": "^
|
|
526
|
-
"@mui/utils": "^
|
|
522
|
+
"@babel/runtime": "^7.29.7",
|
|
523
|
+
"@mui/private-theming": "^9.4.0",
|
|
524
|
+
"@mui/styled-engine": "^9.4.0",
|
|
525
|
+
"@mui/types": "^9.4.0",
|
|
526
|
+
"@mui/utils": "^9.4.0",
|
|
527
527
|
"clsx": "^2.1.1",
|
|
528
528
|
"csstype": "^3.2.3",
|
|
529
529
|
"prop-types": "^15.8.1"
|
|
@@ -554,12 +554,12 @@
|
|
|
554
554
|
}
|
|
555
555
|
},
|
|
556
556
|
"node_modules/@mui/types": {
|
|
557
|
-
"version": "
|
|
558
|
-
"resolved": "https://registry.npmjs.org/@mui/types/-/types-
|
|
559
|
-
"integrity": "sha512-
|
|
557
|
+
"version": "9.4.0",
|
|
558
|
+
"resolved": "https://registry.npmjs.org/@mui/types/-/types-9.4.0.tgz",
|
|
559
|
+
"integrity": "sha512-13DH0Oniua4WmGqeYbQAZqmiN7r4nfd0zwIoGJ5QeJwyIHgEmf+LkRw/jV1HZb6AiUoHX8Oxf4xgalq3vYHcIw==",
|
|
560
560
|
"license": "MIT",
|
|
561
561
|
"dependencies": {
|
|
562
|
-
"@babel/runtime": "^7.
|
|
562
|
+
"@babel/runtime": "^7.29.7"
|
|
563
563
|
},
|
|
564
564
|
"peerDependencies": {
|
|
565
565
|
"@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -571,17 +571,17 @@
|
|
|
571
571
|
}
|
|
572
572
|
},
|
|
573
573
|
"node_modules/@mui/utils": {
|
|
574
|
-
"version": "
|
|
575
|
-
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-
|
|
576
|
-
"integrity": "sha512-
|
|
574
|
+
"version": "9.4.0",
|
|
575
|
+
"resolved": "https://registry.npmjs.org/@mui/utils/-/utils-9.4.0.tgz",
|
|
576
|
+
"integrity": "sha512-WkzY8uYtqUDyGKPShrRQRBomfMQHddlsyKu/gRRESYO24tDPD2z0xRE8CBoUsWqpBa+YrFs9KixiS7kQRjsPAQ==",
|
|
577
577
|
"license": "MIT",
|
|
578
578
|
"dependencies": {
|
|
579
|
-
"@babel/runtime": "^7.
|
|
580
|
-
"@mui/types": "^
|
|
579
|
+
"@babel/runtime": "^7.29.7",
|
|
580
|
+
"@mui/types": "^9.4.0",
|
|
581
581
|
"@types/prop-types": "^15.7.15",
|
|
582
582
|
"clsx": "^2.1.1",
|
|
583
583
|
"prop-types": "^15.8.1",
|
|
584
|
-
"react-is": "^19.2.
|
|
584
|
+
"react-is": "^19.2.8"
|
|
585
585
|
},
|
|
586
586
|
"engines": {
|
|
587
587
|
"node": ">=14.0.0"
|
|
@@ -1260,9 +1260,9 @@
|
|
|
1260
1260
|
"license": "MIT"
|
|
1261
1261
|
},
|
|
1262
1262
|
"node_modules/react-router": {
|
|
1263
|
-
"version": "8.3.
|
|
1264
|
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.
|
|
1265
|
-
"integrity": "sha512-
|
|
1263
|
+
"version": "8.3.1",
|
|
1264
|
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-8.3.1.tgz",
|
|
1265
|
+
"integrity": "sha512-TEOpiO2g0TJHEOJeRVv4amUFun9v1npCKszvcquNvzETUtJ8udV86ah5eFoHT7g26bsBvT6EiIhqulR8eDF++A==",
|
|
1266
1266
|
"license": "MIT",
|
|
1267
1267
|
"dependencies": {
|
|
1268
1268
|
"cookie-es": "^3.1.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0-dev-20260905-a9a75f8",
|
|
4
4
|
"description": "Matterbridge frontend application",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@emotion/styled": "11.14.1",
|
|
57
57
|
"@mdi/js": "7.4.47",
|
|
58
58
|
"@mdi/react": "1.6.1",
|
|
59
|
-
"@mui/icons-material": "
|
|
60
|
-
"@mui/material": "
|
|
59
|
+
"@mui/icons-material": "9.4.0",
|
|
60
|
+
"@mui/material": "9.4.0",
|
|
61
61
|
"@rjsf/core": "6.8.0",
|
|
62
62
|
"@rjsf/utils": "6.8.0",
|
|
63
63
|
"@rjsf/validator-ajv8": "6.8.0",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"qrcode.react": "4.2.0",
|
|
66
66
|
"react": "19.2.8",
|
|
67
67
|
"react-dom": "19.2.8",
|
|
68
|
-
"react-router": "8.3.
|
|
68
|
+
"react-router": "8.3.1"
|
|
69
69
|
}
|
|
70
70
|
}
|