@selfcommunity/react-ui 0.7.0-alpha.3 → 0.7.0-alpha.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@selfcommunity/react-ui",
3
- "version": "0.7.0-alpha.3",
3
+ "version": "0.7.0-alpha.5",
4
4
  "description": "React UI Components to integrate a Community created with SelfCommunity.",
5
5
  "author": "SelfCommunity <https://www.selfcommunity.com>",
6
6
  "homepage": "https://www.selfcommunity.com",
@@ -49,8 +49,7 @@
49
49
  "peerDependencies": {
50
50
  "@emotion/react": "^11.10.4",
51
51
  "@emotion/styled": "^11.10.4",
52
- "@mui/icons-material": "^5.10.9",
53
- "@mui/material": "^5.10.9",
52
+ "@mui/material": "^5.10.10",
54
53
  "notistack": "^2.0.5",
55
54
  "react": "^17.0.2 || 18",
56
55
  "react-dom": "17 || 18",
@@ -69,7 +68,7 @@
69
68
  "@rpldy/upload-preview": "^1.1.0",
70
69
  "@rpldy/uploady": "^1.1.0",
71
70
  "@selfcommunity/api-services": "^0.3.6-alpha.2",
72
- "@selfcommunity/react-core": "^0.3.9-alpha.5",
71
+ "@selfcommunity/react-core": "^0.3.9-alpha.6",
73
72
  "@selfcommunity/react-i18n": "^0.4.1-alpha.1",
74
73
  "@selfcommunity/types": "^0.4.1-alpha.1",
75
74
  "@selfcommunity/utils": "^0.1.44-alpha.0",
@@ -159,5 +158,5 @@
159
158
  "bugs": {
160
159
  "url": "https://github.com/selfcommunity/community-js/issues"
161
160
  },
162
- "gitHead": "80e14196808f0162ff72cd47df0215647019d19d"
161
+ "gitHead": "aa037296d12ae9fd98096ae19636c3fa8e9fd76c"
163
162
  }