@matterbridge/frontend 3.5.6-dev-20260803-8c2a8f5 → 3.5.6-dev-20260804-4e99208
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/npm-shrinkwrap.json +5 -5
- package/package.json +1 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@matterbridge/frontend",
|
|
3
|
-
"version": "3.5.6-dev-
|
|
3
|
+
"version": "3.5.6-dev-20260804-4e99208",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.5.6-dev-
|
|
9
|
+
"version": "3.5.6-dev-20260804-4e99208",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -1082,9 +1082,9 @@
|
|
|
1082
1082
|
}
|
|
1083
1083
|
},
|
|
1084
1084
|
"node_modules/markdown-to-jsx": {
|
|
1085
|
-
"version": "9.10.
|
|
1086
|
-
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.10.
|
|
1087
|
-
"integrity": "sha512
|
|
1085
|
+
"version": "9.10.2",
|
|
1086
|
+
"resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-9.10.2.tgz",
|
|
1087
|
+
"integrity": "sha512-iR9GadlIox0q1uXnpqdxpF02Vb1WDmZ/QIXWjBR5htzjUEEhyIWbM65LuVKavdwJaVo4q95C/F2OOyNjWe91ig==",
|
|
1088
1088
|
"license": "MIT",
|
|
1089
1089
|
"engines": {
|
|
1090
1090
|
"node": ">= 18"
|
package/package.json
CHANGED