@selfcommunity/react-ui 0.5.6-alpha.11 → 0.5.6-alpha.12
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/cjs/components/CommentObject/CommentObject.js +2 -2
- package/lib/cjs/components/CommentObject/CommentObject.js.map +1 -1
- package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.d.ts +2 -2
- package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js +5 -5
- package/lib/cjs/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
- package/lib/cjs/components/Composer/Composer.js +1 -1
- package/lib/cjs/components/Composer/Composer.js.map +1 -1
- package/lib/cjs/components/Editor/Editor.d.ts +2 -2
- package/lib/cjs/components/Editor/Editor.js +3 -3
- package/lib/cjs/components/Editor/Editor.js.map +1 -1
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.d.ts.map +1 -1
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.js +1 -0
- package/lib/cjs/components/Editor/plugins/EmojiPlugin.js.map +1 -1
- package/lib/cjs/components/Editor/plugins/ImagePlugin.d.ts.map +1 -1
- package/lib/cjs/components/Editor/plugins/ImagePlugin.js +1 -0
- package/lib/cjs/components/Editor/plugins/ImagePlugin.js.map +1 -1
- package/lib/cjs/components/FeedObject/FeedObject.js +1 -1
- package/lib/cjs/components/FeedObject/FeedObject.js.map +1 -1
- package/lib/esm/components/CommentObject/CommentObject.js +2 -2
- package/lib/esm/components/CommentObject/CommentObject.js.map +1 -1
- package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.d.ts +2 -2
- package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js +5 -5
- package/lib/esm/components/CommentObject/ReplyComment/ReplyComment.js.map +1 -1
- package/lib/esm/components/Composer/Composer.js +1 -1
- package/lib/esm/components/Composer/Composer.js.map +1 -1
- package/lib/esm/components/Editor/Editor.d.ts +2 -2
- package/lib/esm/components/Editor/Editor.js +3 -3
- package/lib/esm/components/Editor/Editor.js.map +1 -1
- package/lib/esm/components/Editor/plugins/EmojiPlugin.d.ts.map +1 -1
- package/lib/esm/components/Editor/plugins/EmojiPlugin.js +1 -0
- package/lib/esm/components/Editor/plugins/EmojiPlugin.js.map +1 -1
- package/lib/esm/components/Editor/plugins/ImagePlugin.d.ts.map +1 -1
- package/lib/esm/components/Editor/plugins/ImagePlugin.js +1 -0
- package/lib/esm/components/Editor/plugins/ImagePlugin.js.map +1 -1
- package/lib/esm/components/FeedObject/FeedObject.js +1 -1
- package/lib/esm/components/FeedObject/FeedObject.js.map +1 -1
- package/lib/umd/react-ui.js +3 -3
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selfcommunity/react-ui",
|
|
3
|
-
"version": "0.5.6-alpha.
|
|
3
|
+
"version": "0.5.6-alpha.12",
|
|
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",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"react-intl": "^5.25.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@lexical/link": "^0.
|
|
61
|
-
"@lexical/react": "^0.
|
|
62
|
-
"@lexical/rich-text": "^0.
|
|
60
|
+
"@lexical/link": "^0.4.1",
|
|
61
|
+
"@lexical/react": "^0.4.1",
|
|
62
|
+
"@lexical/rich-text": "^0.4.1",
|
|
63
63
|
"@mui/lab": "~5.0.0-alpha.68",
|
|
64
64
|
"@rpldy/chunked-sender": "^0.18.0",
|
|
65
65
|
"@rpldy/chunked-uploady": "^0.18.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"classnames": "^2.2.6",
|
|
78
78
|
"date-fns": "^2.26.0",
|
|
79
79
|
"emoji-picker-react": "^3.5.1",
|
|
80
|
-
"lexical": "^0.
|
|
80
|
+
"lexical": "^0.4.1",
|
|
81
81
|
"moment": "^2.29.3",
|
|
82
82
|
"prop-types": "^15.7.2",
|
|
83
83
|
"prop-types-extra": "^1.1.1",
|
|
@@ -156,5 +156,5 @@
|
|
|
156
156
|
"bugs": {
|
|
157
157
|
"url": "https://github.com/selfcommunity/community-js/issues"
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "6c590df60391872c51da6137cc706efae1db3af7"
|
|
160
160
|
}
|