@selfcommunity/react-ui 0.11.0-alpha.8 → 0.11.0-alpha.9
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/lib/umd/react-ui.js +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.11.0-alpha.
|
|
3
|
+
"version": "0.11.0-alpha.9",
|
|
4
4
|
"description": "React UI Components to integrate a Community created with SelfCommunity Platform.",
|
|
5
5
|
"author": "SelfCommunity <https://www.selfcommunity.com>",
|
|
6
6
|
"homepage": "https://www.selfcommunity.com",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"@rpldy/upload-preview": "^1.7.1",
|
|
97
97
|
"@rpldy/uploady": "^1.7.1",
|
|
98
98
|
"@selfcommunity/api-services": "^0.6.7-alpha.1",
|
|
99
|
-
"@selfcommunity/react-core": "^0.6.7-alpha.
|
|
100
|
-
"@selfcommunity/react-i18n": "^0.8.0-alpha.
|
|
99
|
+
"@selfcommunity/react-core": "^0.6.7-alpha.8",
|
|
100
|
+
"@selfcommunity/react-i18n": "^0.8.0-alpha.2",
|
|
101
101
|
"@selfcommunity/react-theme-default": "^0.4.5-alpha.13",
|
|
102
102
|
"@selfcommunity/types": "^0.7.7-alpha.1",
|
|
103
103
|
"@selfcommunity/utils": "^0.2.64-alpha.1",
|
|
@@ -195,5 +195,5 @@
|
|
|
195
195
|
"engines": {
|
|
196
196
|
"node": ">=20.x"
|
|
197
197
|
},
|
|
198
|
-
"gitHead": "
|
|
198
|
+
"gitHead": "7ac097bc3d3ae5b2ce4da06490d4d742c7ec792b"
|
|
199
199
|
}
|