@matterbridge/frontend 3.5.2 → 3.5.3-dev-20260713-06633d2
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 +1 -1
- package/build/assets/vendor_emotion.js +1 -1
- package/build/assets/vendor_lodash.js +1 -1
- package/build/assets/vendor_mui.js +3 -3
- package/build/assets/vendor_node_modules.js +43 -43
- package/build/assets/vendor_notistack.js +1 -1
- package/build/assets/vendor_rjsf.js +4 -4
- package/npm-shrinkwrap.json +6 -6
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.3-dev-20260713-06633d2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.3-dev-20260713-06633d2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"qrcode.react": "4.2.0",
|
|
23
23
|
"react": "19.2.7",
|
|
24
24
|
"react-dom": "19.2.7",
|
|
25
|
-
"react-router": "8.
|
|
25
|
+
"react-router": "8.2.0"
|
|
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"
|
|
@@ -1244,9 +1244,9 @@
|
|
|
1244
1244
|
"license": "MIT"
|
|
1245
1245
|
},
|
|
1246
1246
|
"node_modules/react-router": {
|
|
1247
|
-
"version": "8.
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/react-router/-/react-router-8.
|
|
1249
|
-
"integrity": "sha512-
|
|
1247
|
+
"version": "8.2.0",
|
|
1248
|
+
"resolved": "https://registry.npmjs.org/react-router/-/react-router-8.2.0.tgz",
|
|
1249
|
+
"integrity": "sha512-uP1LgGNHyilL1u+ZkecQk74DJOKOb6q4NLNYLRJcD/fjoogftNb5/Rj/07o/QBFsY/5MbAKPm1peTCQuVPv9cQ==",
|
|
1250
1250
|
"license": "MIT",
|
|
1251
1251
|
"dependencies": {
|
|
1252
1252
|
"cookie-es": "^3.1.1"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.3-dev-20260713-06633d2",
|
|
4
4
|
"description": "Matterbridge frontend application",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"qrcode.react": "4.2.0",
|
|
66
66
|
"react": "19.2.7",
|
|
67
67
|
"react-dom": "19.2.7",
|
|
68
|
-
"react-router": "8.
|
|
68
|
+
"react-router": "8.2.0"
|
|
69
69
|
}
|
|
70
70
|
}
|