@matterbridge/frontend 3.4.5 → 3.4.6-dev-20260219-b2acd38

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.
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@matterbridge/frontend",
3
- "version": "3.4.5",
3
+ "version": "3.4.6-dev-20260219-b2acd38",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@matterbridge/frontend",
9
- "version": "3.4.5",
9
+ "version": "3.4.6-dev-20260219-b2acd38",
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": "7.3.7",
17
- "@mui/material": "7.3.7",
16
+ "@mui/icons-material": "7.3.8",
17
+ "@mui/material": "7.3.8",
18
18
  "@rjsf/core": "5.24.13",
19
19
  "@rjsf/utils": "5.24.13",
20
20
  "@rjsf/validator-ajv8": "5.24.13",
@@ -227,7 +227,6 @@
227
227
  "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz",
228
228
  "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==",
229
229
  "license": "MIT",
230
- "peer": true,
231
230
  "dependencies": {
232
231
  "@babel/runtime": "^7.18.3",
233
232
  "@emotion/babel-plugin": "^11.13.5",
@@ -271,7 +270,6 @@
271
270
  "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.1.tgz",
272
271
  "integrity": "sha512-qEEJt42DuToa3gurlH4Qqc1kVpNq8wO8cJtDzU46TjlzWjDlsVyevtYCRijVq3SrHsROS+gVQ8Fnea108GnKzw==",
273
272
  "license": "MIT",
274
- "peer": true,
275
273
  "dependencies": {
276
274
  "@babel/runtime": "^7.18.3",
277
275
  "@emotion/babel-plugin": "^11.13.5",
@@ -378,12 +376,12 @@
378
376
  }
379
377
  },
380
378
  "node_modules/@mui/icons-material": {
381
- "version": "7.3.7",
382
- "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.7.tgz",
383
- "integrity": "sha512-3Q+ulAqG+A1+R4ebgoIs7AccaJhIGy+Xi/9OnvX376jQ6wcy+rz4geDGrxQxCGzdjOQr4Z3NgyFSZCz4T999lA==",
379
+ "version": "7.3.8",
380
+ "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-7.3.8.tgz",
381
+ "integrity": "sha512-88sWg/UJc1X82OMO+ISR4E3P58I3BjFVg0qkmDu7OWlN8VijneZD3ylFA+ImxuPjMHW3SHosfSJYy1fztoz0fw==",
384
382
  "license": "MIT",
385
383
  "dependencies": {
386
- "@babel/runtime": "^7.28.4"
384
+ "@babel/runtime": "^7.28.6"
387
385
  },
388
386
  "engines": {
389
387
  "node": ">=14.0.0"
@@ -393,7 +391,7 @@
393
391
  "url": "https://opencollective.com/mui-org"
394
392
  },
395
393
  "peerDependencies": {
396
- "@mui/material": "^7.3.7",
394
+ "@mui/material": "^7.3.8",
397
395
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
398
396
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
399
397
  },
@@ -404,17 +402,16 @@
404
402
  }
405
403
  },
406
404
  "node_modules/@mui/material": {
407
- "version": "7.3.7",
408
- "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.7.tgz",
409
- "integrity": "sha512-6bdIxqzeOtBAj2wAsfhWCYyMKPLkRO9u/2o5yexcL0C3APqyy91iGSWgT3H7hg+zR2XgE61+WAu12wXPON8b6A==",
405
+ "version": "7.3.8",
406
+ "resolved": "https://registry.npmjs.org/@mui/material/-/material-7.3.8.tgz",
407
+ "integrity": "sha512-QKd1RhDXE1hf2sQDNayA9ic9jGkEgvZOf0tTkJxlBPG8ns8aS4rS8WwYURw2x5y3739p0HauUXX9WbH7UufFLw==",
410
408
  "license": "MIT",
411
- "peer": true,
412
409
  "dependencies": {
413
- "@babel/runtime": "^7.28.4",
414
- "@mui/core-downloads-tracker": "^7.3.7",
415
- "@mui/system": "^7.3.7",
416
- "@mui/types": "^7.4.10",
417
- "@mui/utils": "^7.3.7",
410
+ "@babel/runtime": "^7.28.6",
411
+ "@mui/core-downloads-tracker": "^7.3.8",
412
+ "@mui/system": "^7.3.8",
413
+ "@mui/types": "^7.4.11",
414
+ "@mui/utils": "^7.3.8",
418
415
  "@popperjs/core": "^2.11.8",
419
416
  "@types/react-transition-group": "^4.4.12",
420
417
  "clsx": "^2.1.1",
@@ -433,7 +430,7 @@
433
430
  "peerDependencies": {
434
431
  "@emotion/react": "^11.5.0",
435
432
  "@emotion/styled": "^11.3.0",
436
- "@mui/material-pigment-css": "^7.3.7",
433
+ "@mui/material-pigment-css": "^7.3.8",
437
434
  "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0",
438
435
  "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
439
436
  "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
@@ -635,7 +632,6 @@
635
632
  "resolved": "https://registry.npmjs.org/@rjsf/utils/-/utils-5.24.13.tgz",
636
633
  "integrity": "sha512-rNF8tDxIwTtXzz5O/U23QU73nlhgQNYJ+Sv5BAwQOIyhIE2Z3S5tUiSVMwZHt0julkv/Ryfwi+qsD4FiE5rOuw==",
637
634
  "license": "Apache-2.0",
638
- "peer": true,
639
635
  "dependencies": {
640
636
  "json-schema-merge-allof": "^0.8.1",
641
637
  "jsonpointer": "^5.0.1",
@@ -831,8 +827,7 @@
831
827
  "version": "3.2.3",
832
828
  "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
833
829
  "integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
834
- "license": "MIT",
835
- "peer": true
830
+ "license": "MIT"
836
831
  },
837
832
  "node_modules/debug": {
838
833
  "version": "4.4.3",
@@ -1229,7 +1224,6 @@
1229
1224
  "resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
1230
1225
  "integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
1231
1226
  "license": "MIT",
1232
- "peer": true,
1233
1227
  "engines": {
1234
1228
  "node": ">=0.10.0"
1235
1229
  }
@@ -1239,7 +1233,6 @@
1239
1233
  "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
1240
1234
  "integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
1241
1235
  "license": "MIT",
1242
- "peer": true,
1243
1236
  "dependencies": {
1244
1237
  "scheduler": "^0.27.0"
1245
1238
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matterbridge/frontend",
3
- "version": "3.4.5",
3
+ "version": "3.4.6-dev-20260219-b2acd38",
4
4
  "description": "Matterbridge plugin manager for Matter",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",
@@ -48,13 +48,17 @@
48
48
  "package.json",
49
49
  "npm-shrinkwrap.json"
50
50
  ],
51
+ "overrides": {
52
+ "eslint": "10.0.0",
53
+ "@eslint/js": "10.0.1"
54
+ },
51
55
  "dependencies": {
52
56
  "@emotion/react": "11.14.0",
53
57
  "@emotion/styled": "11.14.1",
54
58
  "@mdi/js": "7.4.47",
55
59
  "@mdi/react": "1.6.1",
56
- "@mui/icons-material": "7.3.7",
57
- "@mui/material": "7.3.7",
60
+ "@mui/icons-material": "7.3.8",
61
+ "@mui/material": "7.3.8",
58
62
  "@rjsf/core": "5.24.13",
59
63
  "@rjsf/utils": "5.24.13",
60
64
  "@rjsf/validator-ajv8": "5.24.13",