@matterbridge/frontend 3.4.15-dev-20260513-b241584 → 3.4.15-dev-20260514-c020ec8
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.4.15-dev-
|
|
3
|
+
"version": "3.4.15-dev-20260514-c020ec8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@matterbridge/frontend",
|
|
9
|
-
"version": "3.4.15-dev-
|
|
9
|
+
"version": "3.4.15-dev-20260514-c020ec8",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@emotion/react": "11.14.0",
|
|
@@ -931,9 +931,9 @@
|
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
"node_modules/goober": {
|
|
934
|
-
"version": "2.1.
|
|
935
|
-
"resolved": "https://registry.npmjs.org/goober/-/goober-2.1.
|
|
936
|
-
"integrity": "sha512-
|
|
934
|
+
"version": "2.1.19",
|
|
935
|
+
"resolved": "https://registry.npmjs.org/goober/-/goober-2.1.19.tgz",
|
|
936
|
+
"integrity": "sha512-U7veizMqxyKlM58+Z5j2ngJBH/r9siDmxpvNxSw0PylF6WQvrASJEZrxh1hidRBJc2jqoBVSyOban5u8m+6Rxg==",
|
|
937
937
|
"license": "MIT",
|
|
938
938
|
"peerDependencies": {
|
|
939
939
|
"csstype": "^3.0.10"
|
package/package.json
CHANGED